Search Type: Posts; User: shermdog01
Search: Search took 0.02 seconds.
-
10 Mar 2009 4:35 PM
- Replies
- 4
- Views
- 2,293
I also see this issue after upgrading to 1.2.3 -
-
20 Feb 2009 11:44 AM
Jump to post Thread: cancel drop event by shermdog01
- Replies
- 5
- Views
- 1,435
I'm doing something similar to this but am using dragEnter on the target.
Here is an example from my app which prevents a duplicate item from being dropped into my list. (It's been sanitized a... -
8 Feb 2009 9:53 AM
- Replies
- 10
- Views
- 2,910
Well the 3 of us could easily email the licensing alias (which was my plan if this was not answered) but it is apparent to me that this issue concerns the community as a whole.
Further more this... -
6 Feb 2009 9:32 AM
- Replies
- 10
- Views
- 2,910
I would also like to buy a support license, but need an official answer on this.
-
5 Feb 2009 8:17 PM
- Replies
- 11
- Views
- 9,780
This is still present in 1.2.2 --- has anyone had an opportunity to review this bug?
-
23 Jan 2009 11:00 AM
- Replies
- 11
- Views
- 9,780
Has anyone been able to verify this?
-
16 Jan 2009 5:51 PM
- Replies
- 11
- Views
- 9,780
When using a FormPanel with nested TabPanel items, form validation does not work correctly unless all Tab items have been viewed.
GXT version : 1.2.1
Browser and version : IE6
Operating System :... -
9 Jan 2009 7:27 PM
- Replies
- 5
- Views
- 3,848
I was able to get this to work with the following:
Main.java
<snip>
province = new ComboBox<NameValueData>();
province.setFieldLabel("State");
... -
8 Jan 2009 7:43 PM
- Replies
- 3
- Views
- 1,987
It is working as designed, but I believe the logic to be incorrect.
When resetting a form/field to its original state I do not believe there is a need to validate the form/field, as that should be... -
7 Jan 2009 5:28 PM
- Replies
- 3
- Views
- 1,987
I am working with forms in a Desktop application that need to be reset on a close/cancel.
I am also using a customer validator w/ validateValue(String value).
Both form reset() and clear() use... -
3 Jan 2009 8:08 PM
Jump to post Thread: ext.ux.pwd.PasswordField by shermdog01
- Replies
- 30
- Views
- 23,696
Some of the reading I did to pinpoint this stated I didn't dig much further into it after that...
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/6ae36fd627341165 -
3 Jan 2009 4:00 PM
Jump to post Thread: ext.ux.pwd.PasswordField by shermdog01
- Replies
- 30
- Views
- 23,696
Hi gslender,
I was having an issue with the regex in this in GXT 1.2.1 and GWT 1.5.3 so I changed it to Javascript compatible regex.
Not sure if anyone else is or will have issues, but this is... -
7 Dec 2008 4:52 PM
Jump to post Thread: ext.ux.wizard.WizardWindow by shermdog01
- Replies
- 46
- Views
- 41,920
Awesome! -- Thinking about it, the North panel should probably be optional also...
-
5 Dec 2008 6:21 PM
Jump to post Thread: ext.ux.wizard.WizardWindow by shermdog01
- Replies
- 46
- Views
- 41,920
Hi Gslender,
This extension is great!
One question -- Would you be opposed to making the WEST region (where wizMainImg is displayed) optional?
I have no need for the image and would like to... -
1 Dec 2008 1:13 PM
Jump to post Thread: Ext GWT v1.2.4 Released by shermdog01
- Replies
- 100
- Views
- 42,359
Awesome!!! Thank you!! :D
-
28 Nov 2008 3:29 PM
- Replies
- 0
- Views
- 963
I have been unable to get the Advanced ComboBox example to work.
It tries to load remote data, but is unable to.
The example on the site is also not working:... -
26 Nov 2008 1:27 PM
- Replies
- 2
- Views
- 912
Works great! Thank you for the super fast reply!
-
25 Nov 2008 11:05 PM
- Replies
- 2
- Views
- 912
There appears to have been some change in 1.1.4 that is throwing off the ListView.
When you select an item and then mouse over another, the view gets out of whack as the mouse over and the... -
10 Nov 2008 5:54 PM
- Replies
- 7
- Views
- 2,114
I used reconfigure to display updated data:
grid.reconfigure(store, cm);
Results 1 to 19 of 19
