Search Type: Posts; User: craigday
Search: Search took 0.02 seconds.
-
8 Jul 2008 7:52 PM
Jump to post Thread: Ext-GWT: stop the insanity by craigday
- Replies
- 23
- Views
- 12,849
Wholeheartedly agree. I previously raised a query about the Tree design, which was promptly ignored. GXT in it's current form is a massive opportunity wasted. It's quite possibly the most painful...
-
1 Jul 2008 8:21 PM
Jump to post Thread: Subversion repository by craigday
- Replies
- 5
- Views
- 2,457
Where is the subversion repository for GXT located?
Cheers
Craig -
29 Jun 2008 7:42 PM
- Replies
- 1
- Views
- 996
BaseTreeModel is declared as:
public class BaseTreeModel<T extends TreeModel> extends BaseModel implements TreeModel<T> { .. }
with the parent attribute of type T:
protected T parent;
... -
26 Jun 2008 7:12 AM
- Replies
- 2
- Views
- 793
Following change seems to fix it, but should not be necessary:
private ContentPanel testPanel;
public final void onModuleLoad() {
testPanel = new ContentPanel();
... -
26 Jun 2008 6:59 AM
- Replies
- 2
- Views
- 793
Components that are animated, removed, and then re-added do not display:
private ContentPanel testPanel;
public final void onModuleLoad() {
testPanel = new ContentPanel();
... -
16 Jun 2008 7:50 PM
- Replies
- 1
- Views
- 1,804
calling setFrame(true) on a ContentPanel with setHeaderVisible(false) renders a panel that does not have rounded corners at the top, only at the bottom.
Cheers
Craig
Results 1 to 6 of 6
