Search Type: Posts; User: catchbox
Search: Search took 0.02 seconds.
-
30 Apr 2008 6:22 AM
Jump to post Thread: [FIXED] ComboBox Failure by catchbox
- Replies
- 4
- Views
- 1,492
The default selection of the combobox seems to have a bug. I always get a nullpointer exception.
This line returns a nullpointer until I use the combobox to select an entry.
Record r =... -
28 Apr 2008 4:45 AM
Jump to post Thread: [FIXED] ComboBox Failure by catchbox
- Replies
- 4
- Views
- 1,492
The combobox does not work in a window. It is not possible to expand the item list.
-
26 Apr 2008 11:51 PM
Jump to post Thread: [FIXED] Paging Table Bug by catchbox
- Replies
- 1
- Views
- 1,454
There is a bug with paging tables in the current svn version, the table hangs in loading mode. A java script exception occures.
-
26 Apr 2008 2:25 AM
Jump to post Thread: FormPanel default key action by catchbox
- Replies
- 2
- Views
- 1,883
You can use KeyNav...see in code snippet.
new KeyNav(formLogin){
@Override
public void onEnter(ComponentEvent ce){
Info.display("Enter", "formLogin pressed");
... -
25 Apr 2008 4:29 AM
- Replies
- 0
- Views
- 1,322
I get the left navigation from the mail sample for my project. With the actual svn build, the hole left part is not visible. I have an Error in GenericContentPanel in the onCollapse Method...
Results 1 to 5 of 5
