Search Type: Posts; User: appian_it
Search: Search took 0.03 seconds.
-
30 Jun 2010 7:33 AM
- Replies
- 0
- Views
- 506
I have a simple combo box:
SimpleComboBox<String> combo = new SimpleComboBox<String>();
combo.add("Darrell");
combo.add("Maro");
combo.add("Lia");
... -
30 Jun 2010 7:31 AM
- Replies
- 0
- Views
- 390
I have a simple combo box:
SimpleComboBox<String> combo = new SimpleComboBox<String>();
combo.add("Darrell");
combo.add("Maro");
combo.add("Lia");
... -
29 Jun 2010 3:25 PM
- Replies
- 3
- Views
- 2,006
Hi, I have a simple combobox
SimpleComboBox<String> combo = new SimpleComboBox<String>();
combo.add("Darrell");
combo.add("Maro");
combo.add("Lia");
... -
22 Sep 2009 9:51 AM
- Replies
- 3
- Views
- 1,330
Follow this steps:
1. Click on the "dropdown" component. The menu will show up with 2 menu items.
2. Click on "button 2" menu item.
3. Click on the "dropdown" component again (do not hover over... -
22 Sep 2009 6:57 AM
- Replies
- 4
- Views
- 2,648
Yes, I found the following forums:
EXT-JS
http://www.extjs.com/forum/showthread.php?t=29231
http://www.extjs.com/forum/showthread.php?t=7964
The only GXT thread is I found is:... -
21 Sep 2009 7:14 AM
- Replies
- 4
- Views
- 2,648
GXT 2.0.1
GWT 1.6 and 1.7
Brosers: IE8 and FF3.5
Creating a new Dialog and setting it to be modal properly masks everything behind it when displayed. However tab navigation is not disabled. You... -
21 Sep 2009 7:09 AM
- Replies
- 3
- Views
- 1,330
GXT 2.0.1
GWT 1.6 and 1.7
Browser: IE7 and IE8
Having a Menu with MenuItem instances, after clicking on a menuItem the menu closes, but if it is reopened the text of the menu item that was... -
17 Sep 2009 8:42 AM
- Replies
- 8
- Views
- 3,798
Awesome, thanks!
-
21 Aug 2009 6:00 AM
- Replies
- 3
- Views
- 2,236
I know how the sorting works. I'm pointing out what I think it's a bug.
The work around is to obtain the sorting field and direction from the store and set them in the loader before calling the... -
20 Aug 2009 5:45 AM
- Replies
- 3
- Views
- 2,236
GXT 2.0.1
The ListStore's sort method doesn't update the loader if isRemoteSort() is false. That makes that when the Loader's load method gets called it won't have the latest sorting... -
17 Aug 2009 12:10 PM
- Replies
- 8
- Views
- 3,798
Sorry, it took some time to isolate it because it's a combination of setAllowBlank(false) with setForceSelection(true) -i.e. it happens when both are set.
The code below reproduces the issue:
... -
17 Aug 2009 6:59 AM
- Replies
- 8
- Views
- 3,798
GXT 2.0.1
GWT 1.7 and 1.6
Browsers tested: IE8 & FF3.5
The ComboBox.setRawValue method does not set the value if the ComboBox is set to not allow blanks (i.e. cb.setAllowBlank(false);).
... -
9 Jun 2009 2:40 PM
Jump to post Thread: Util.ellipse removed from API by appian_it
- Replies
- 1
- Views
- 1,456
GXT 2.0 M2
The method Util.ellipse(java.lang.String value, int len) doesn't exist anymore, in 2.0 M2.
Just wondering whether you moved the method to other class, or removed it entirely, and/or... -
19 May 2009 8:06 AM
- Replies
- 0
- Views
- 903
GXT 2.0 M1
GWT 1.6
Hosted Mode/IE8/FF3
After any column in a Grid is resized, the Auto-expand capabilities of the grid are lost. Shrinking or expanding the window won't adjust the auto-expand... -
19 May 2009 7:50 AM
- Replies
- 2
- Views
- 1,604
In GXT 2.0 M1
GWT 1.6.4
Windows XP
I have the following grid configuration:
List<ColumnConfig> columns = new ArrayList<ColumnConfig>();
Results 1 to 15 of 15
