Search Type: Posts; User: strootman
Search: Search took 0.02 seconds.
-
16 Apr 2013 3:26 PM
- Replies
- 1
- Views
- 164
This issue found using GWT 2.5.0 and GXT 3.0.1
When adding a ContentPanel to an existing, rendered ALC, the ContentPanel is not displayed correctly.
The expand/collapse button is not displayed.
... -
28 Jan 2013 8:34 AM
- Replies
- 4
- Views
- 928
I've run into this bug as well. Does anyone have a workaround?
-
8 Jan 2013 2:37 PM
Jump to post Thread: How to make Button Binding? by strootman
- Replies
- 2
- Views
- 312
You can combine GXT Fields with the GWT Editor framework.
https://developers.google.com/web-toolkit/doc/latest/DevGuideUiEditors
You achieve binding with the editors, and validation with the... -
13 Dec 2012 10:45 AM
- Replies
- 7
- Views
- 466
My plan is to clone-and-own the Slider/SliderCell classes. I hope that the SliderAppearance just works, but we'll see.
I'll definitely post back to the discussion forums when I get something laid... -
13 Dec 2012 8:38 AM
- Replies
- 7
- Views
- 466
And, of course, thank you :)
-
13 Dec 2012 8:21 AM
- Replies
- 7
- Views
- 466
Is there a link to your planned release dates? I poked around the main site and couldn't find anything.
-
12 Dec 2012 2:29 PM
- Replies
- 7
- Views
- 466
I figured it would be best to ask if there was any reason for this choice before I tried to roll my own SliderCell which extends FieldCell<Number> (or similar).
After quickly looking at the... -
5 Dec 2012 9:20 AM
- Replies
- 5
- Views
- 413
http://docs.oracle.com/javase/tutorial/java/generics/bounded.html
Section on multiple bounds. Class must be first.
Thanks for this! I'm gonna have to go back and review generics -
5 Dec 2012 8:47 AM
- Replies
- 5
- Views
- 413
I did not know you could do that!!
Uh.. yeah... that'll definitely work!! -
5 Dec 2012 8:11 AM
- Replies
- 8
- Views
- 1,239
Right on.
When I post the bug (with the example ;) ), I'll post a link to it in this thread for good measure.
Cheers! -
5 Dec 2012 7:58 AM
- Replies
- 8
- Views
- 1,239
I'm not sure if you are being defensive, but there is no need to be.
I was simply remarking on a hiccup in backwards compatibility, which is good to know about before you run into it. If anything,... -
4 Dec 2012 4:26 PM
- Replies
- 8
- Views
- 1,239
We have run across z-indexing issues when mixing 2.2.5 components with 3.0.x windows (and vice-versa), and it has caused us a bit of grief.
The issue arises in the two different WindowManager... -
4 Dec 2012 2:12 PM
- Replies
- 5
- Views
- 413
It would be very natural if something implementing the IsField<T> interface could extends the following:
import java.util.List;
import com.sencha.gxt.widget.core.client.form.Validator;
... -
8 Oct 2012 7:36 AM
- Replies
- 5
- Views
- 1,875
Excellent! I hope the fix is as straightforward as it seems!
-
1 Oct 2012 8:56 AM
- Replies
- 2
- Views
- 810
Thank you for that. That clears up what I'm seeing in source :)
-
28 Sep 2012 2:20 PM
- Replies
- 2
- Views
- 810
CellComponent seems to be a clone-and-own of CellWidget.
What is the difference between the two?
When using GXT containers, may I use one or the other?
When should I use one or the other?
... -
28 Sep 2012 1:59 PM
- Replies
- 5
- Views
- 1,875
double bump.
Our workaround was to clone and own the WindowManager class, correcting the input type of the unRegister method.
Also, I mistakenly put this post in the wrong forum. It should be in... -
22 Aug 2012 2:53 PM
- Replies
- 5
- Views
- 1,875
Bump
-
21 Aug 2012 2:50 PM
- Replies
- 5
- Views
- 1,875
I was not able to find other posts on this issue. So if I missed it, my apologies.
I am in a situation where I need to use the GXT 3 WindowManager for both GXT 2.2.5 and 3.0.0 Windows.
I can...
Results 1 to 19 of 19
