Search Type: Posts; User: dangeruss
Search: Search took 0.02 seconds.
-
1 May 2008 8:30 AM
- Replies
- 6
- Views
- 3,987
I'm not sure if this helps, but here's my crude understanding:
I've been using RpcMap in place of Map, because when I do RpcMap<String,Object>, the object gets through rpc without worrying about... -
30 Apr 2008 6:15 PM
- Replies
- 1
- Views
- 1,409
This was fixed with Beta2.
-
30 Apr 2008 7:22 AM
- Replies
- 0
- Views
- 1,638
I have a search panel with an accordion layout. Two panels would be accordions inside this search panel. One would be for building a search query with fields, and one would be for displaying the...
-
29 Apr 2008 11:15 PM
- Replies
- 7
- Views
- 2,403
good call... i assumed that was for some other use i hadn't encountered, instead of generic use
-
29 Apr 2008 9:03 PM
- Replies
- 7
- Views
- 2,403
I've noticed my forms quit working when I updated to beta 2...
In field.class:
/**
* Returns the name attribute of the field if available.
*
* @return the field name
*/ -
29 Apr 2008 11:10 AM
- Replies
- 7
- Views
- 3,648
I tried to implement a simple listener for when a tabitem closes:
(not a copy/paste, just from memory):
tabPanel.addListener(Events.Close, new Listener<TabPanelEvent>() {
... -
29 Apr 2008 8:34 AM
- Replies
- 1
- Views
- 1,409
Trying to implement a combobox that populates itself from my database service. I finally got it to render with no errors, but it does not show any items. I've tried various things like...
-
24 Apr 2008 12:41 PM
- Replies
- 3
- Views
- 13,450
In the setup.txt file, it states to add:
<inherits name='com.extjs.gxt.GXT'/>
in your module xml.
I ended up getting the above error, then browsing the .jar and using instead:
<inherits...
Results 1 to 8 of 8
