Search Type: Posts; User: sz_146
Search: Search took 0.03 seconds.
-
27 Jun 2012 6:31 AM
- Replies
- 0
- Views
- 345
I have a border layout with a collapsible East panel. When I collapse the east panel it calls OnDetach. First of all I don't understand WHY would you want to detach children when doing Collapse. You...
-
23 Mar 2011 1:52 AM
- Replies
- 0
- Views
- 1,340
GWT 2.2/GXT 2.2.3
I have a RootPanel with a GXT content panel inside using a BorderLayout with NORTH, WEST and CENTER regions. In the center I have a tab panel with many tabs and each tab using a... -
23 Mar 2011 1:45 AM
Jump to post Thread: Ext GWT vs Standards Mode by sz_146
- Replies
- 0
- Views
- 623
I am using GXT 2.2.3 and GWT 2.2. My question is, does GXT 2.2.3 fully comply with W3C and IETF standards and can be run in standards mode?
-
20 Jan 2011 1:33 AM
- Replies
- 3
- Views
- 1,575
I am using an older version of GXT and I would like to check which version have I got. Is there a way in Eclipse or otherwise to check this information?
-
24 May 2010 2:12 AM
Jump to post Thread: ToolBar alignment HTML component by sz_146
- Replies
- 0
- Views
- 794
I am using a Top ToolBar in my application where I have a Logout Button which is right aligned. Later on, I need to insert a message (as HTML component) just before the Logout Button (still right...
-
24 Jun 2009 7:40 AM
- Replies
- 0
- Views
- 524
Having multiple trees in my app, I am wondering, would it be better (from performance point of view) to have a single SelectionChangedListener class attached to all selection models of all trees,...
-
22 Jun 2009 8:26 AM
Jump to post Thread: Different style tree nodes/items ? by sz_146
- Replies
- 5
- Views
- 1,212
I guess this only allows you to change the icons on the nodes. I need to have some of the tree nodes appear blurred/grayed out.
-
19 Jun 2009 5:54 AM
Jump to post Thread: Different style tree nodes/items ? by sz_146
- Replies
- 5
- Views
- 1,212
How can you do it for different nodes/items in the same tree ?
-
19 Jun 2009 5:44 AM
Jump to post Thread: Different style tree nodes/items ? by sz_146
- Replies
- 5
- Views
- 1,212
Is it possible to have differently styled tree items/nodes, using GXT 2 M3 ? Depending on a model's property I would like to give it a different style in the TreePanel.
-
19 Jun 2009 12:38 AM
- Replies
- 7
- Views
- 2,759
Thank you sven... deferred command has solved the problem ...
-
18 Jun 2009 9:26 AM
- Replies
- 7
- Views
- 2,759
Hmm.... I agree the button does get disabled and then re-enabled. The problem is the action takes about a second to switch the panel and I assumed the button should stay disabled between that period...
-
18 Jun 2009 9:17 AM
- Replies
- 7
- Views
- 2,759
No. I mean to disable the button as soon as it gets the first click and if the user has double-clicked it, it doesn't perform the set action twice.
I have a Panel whose content can be switched... -
18 Jun 2009 9:07 AM
- Replies
- 7
- Views
- 2,759
Using a selection listener although I set the Enabled to false on a button in the begining until the action is performed, the button still gets clicks. I assume its a subtle issue as you don't know...
-
18 Jun 2009 7:38 AM
Jump to post Thread: Strange TreeNode behavious by sz_146
- Replies
- 4
- Views
- 1,136
Great !!! thanks. That works :)
-
18 Jun 2009 7:24 AM
Jump to post Thread: Strange TreeNode behavious by sz_146
- Replies
- 4
- Views
- 1,136
And is it different if you click the text instead ?
PS: Is there a better way to achieve this (may be) ? -
18 Jun 2009 7:11 AM
Jump to post Thread: Strange TreeNode behavious by sz_146
- Replies
- 4
- Views
- 1,136
Using GXT 2 M3 (TreePanel)
I have a simple click listener set for the TreePanel (because I want to have the treenode expand on single-click but not vice-versa unless the ARROW to the left is... -
18 Jun 2009 3:55 AM
- Replies
- 0
- Views
- 874
Using GXT 2 M3, I have 2 TreePanels in my application. I have to deselect all items in one tree if any node is clicked/selected in the other one.
I supposed the TreePanelSelectionModel's... -
17 Jun 2009 3:52 AM
Jump to post Thread: [2.0 M3] ExtGWT M3 release by sz_146
- Replies
- 20
- Views
- 4,895
Thanks. I got it right now :)
Any idea if the "Reload Keeping State" still works in the same way as previous release ? Or something has been incorporated in the new version to support that... -
17 Jun 2009 12:58 AM
Jump to post Thread: [2.0 M3] ExtGWT M3 release by sz_146
- Replies
- 20
- Views
- 4,895
I upgraded to M3 yesterday. One thing I have to change heavily in my application is Trees. However I can't find how to add a selectionchange listener to a TreePanel ? Any have any idea or is there a...
-
14 Apr 2009 12:19 AM
- Replies
- 2
- Views
- 1,370
I got the width problem fixed using CSS for individual fields like this :
txtField.setStyleName("style-name");
However I havn't tried the alignment with it yet. I think CSS may be the answer... -
9 Apr 2009 2:32 AM
Jump to post Thread: Ext GWT 2.1.0 Now Available by sz_146
- Replies
- 70
- Views
- 48,936
WOW!! great work. I have been looking for Office 2007 style buttons panel since a while. The ribbon buttons are exactly what we wanted. I am excited :)
-
2 Apr 2009 3:38 AM
- Replies
- 2
- Views
- 1,370
I have the following form which displays Address fields. I have 2 issues :
The labels and fields are not align i.e. the Labels appear slightly above the fields which look awkward
I can't set... -
27 Mar 2009 1:23 AM
Jump to post Thread: refresh async tree after uptade by sz_146
- Replies
- 6
- Views
- 7,188
I have a similar problem and I have tried the above suggested procedure by Darrell but it doesn't work for me. I save the tree state (each item) in a HashMap (treeState) using the Model's ID as the...
-
24 Mar 2009 4:03 AM
- Replies
- 2
- Views
- 1,054
Thanks mate. However I have discovered that I could change the theme by just using the required css in the config file. So my entry point now looks like this :
public class KeswickWebsite... -
10 Mar 2009 3:03 AM
Jump to post Thread: Collapse tool aligned left by sz_146
- Replies
- 0
- Views
- 605
I have had this issue since a while. When I make a panel or window collapsible, the collape tool in the header appears left aligned above the Heading.
public class BaseForm extends Window{...
Results 1 to 25 of 108
