Search Type: Posts; User: bjagodzinski
Search: Search took 0.01 seconds.
-
22 Sep 2008 6:05 AM
- Replies
- 2
- Views
- 905
I also had similar error and I've just changed:
new BaseTreeLoader<ElementModel>(new TreeModelReader());
to:
new BaseTreeLoader (new TreeModelReader()); -
18 Sep 2008 12:16 AM
- Replies
- 1
- Views
- 761
When upgraded to gxt 1.1 the indentation of the tree has changed and now the childrens are not aligned properly. They are aligned together with the joint icon, not with the closed folder icon as it...
-
16 Sep 2008 12:08 AM
- Replies
- 40
- Views
- 53,031
Ok, I found the solution. For those who might be interested in the future: Registering a theme is not enough, you have to also set the theme, to have it visible. To do this, you can use ThemeSelector...
-
15 Sep 2008 11:12 PM
- Replies
- 40
- Views
- 53,031
As a beginner I have a question concerning adding a theme to the project. I add the module inherited in the xml file, add the jar to the classpath, register the theme and nothing changes with the...
-
5 Sep 2008 2:15 AM
- Replies
- 0
- Views
- 643
Is there any way to block an item of the tree, leaf or node, to be highlighted? I could not find a way to prevent a TreeItem to be highlighted and I need this because even disabled tree items are...
-
13 Aug 2008 5:26 AM
- Replies
- 1
- Views
- 1,123
The bug founded is related to the one of bugfixex from the latest 1.0.2 relase, to be more specific it relates to this bugfix:
This issue has been fixed, but not completely. When we create a... -
15 Jul 2008 10:57 PM
- Replies
- 59
- Views
- 23,168
Thanks a lot, that advice helped :)
So I attach the polish translation, coding UTF-8. -
15 Jul 2008 10:29 AM
- Replies
- 59
- Views
- 23,168
Ok, now I got confused. I have gxt-1.0 and in the path
\gxt-1.0\src\com\extjs\gxt\ui\client\messages
I have the MyMessages.java file ONLY. What do I need to do to find those properties files? -
14 Jul 2008 10:30 PM
- Replies
- 59
- Views
- 23,168
I would like also to creat a translation, but where will I find the english equivalents? I've searched in MyMessages.java but without success.
-
10 Jul 2008 10:34 PM
- Replies
- 5
- Views
- 2,373
I attached the screenshot to better explain my problem. When button "start wizard" is clicked, the window opens and it is modal.
When the "next" button from the window is clicked and the alert is... -
10 Jul 2008 6:10 AM
Jump to post Thread: Window Listener on close by bjagodzinski
- Replies
- 3
- Views
- 3,894
I thought rather about Java code..
-
10 Jul 2008 5:35 AM
- Replies
- 5
- Views
- 2,373
I build some window with a form panel, and I fire alert or warning. The modal seems not to work with the window opened, however it disables the background of a window, but not the window itself. Is...
-
10 Jul 2008 5:27 AM
Jump to post Thread: Window Listener on close by bjagodzinski
- Replies
- 3
- Views
- 3,894
Since I haven't found such a thread neather on forum nor tutorial, I would like to ask you, how to add a listener to a window, which will be fired after clicking on exit in the top-right corner of a...
Results 1 to 13 of 13
