Search Type: Posts; User: johnstok
Search: Search took 0.02 seconds.
-
2 Jun 2010 6:56 AM
- Replies
- 4
- Views
- 2,314
Fair enough.
I added the workaround for the benefit of other users with the same problem. Another solution which doesn't require a subclass is described in this thread:... -
2 Jun 2010 6:45 AM
- Replies
- 4
- Views
- 2,314
You can work around this issue by subclassing the ListField class and removing the broken line:
/** {@inheritDoc} */
@Override
// Workaround a GXT multi-select bug.
public... -
2 Jun 2010 6:37 AM
- Replies
- 4
- Views
- 2,314
There is a bug in the ListField class for GXT 2.1.3 version.
Steps to reproduce:
Create an instance of ListField with multiple values in the store.
Call setSelection() selecting multiple... -
16 Feb 2009 7:53 AM
- Replies
- 3
- Views
- 1,654
I am using a FormPanel to perform a file upload.
I have set the relevant properties and everything is working ok:
panel.setEncoding(FormPanel.Encoding.MULTIPART);... -
25 Sep 2008 1:56 AM
Jump to post Thread: Problems with ComboBox by johnstok
- Replies
- 6
- Views
- 1,381
We have also seen the same problem using a TriggerField, under GXT 1.1. Appears both in GWT shell and Firefox 3.
-
25 Sep 2008 1:52 AM
- Replies
- 2
- Views
- 2,486
Hi,
Has anyone managed to make the new BeanModelMarker interface, introduced in GXT 1.1, work with a BaseTreeLoader? I can't find a way to provide valid type parameters to make this work?! I... -
2 Sep 2008 1:11 AM
- Replies
- 0
- Views
- 731
All,
I am using an async tree based on the provided example:
http://extjs.com/explorer/#asynctree
The tree has a context menu, with a "create new item" action. When the action completes it has...
Results 1 to 7 of 7
