Search Type: Posts; User: giggle16
Search: Search took 0.02 seconds.
-
13 Mar 2013 6:29 PM
Jump to post Thread: problem with printing widget by giggle16
- Replies
- 2
- Views
- 316
i have searched online for printing gxt widget like grid or window and work fine with eclipse debug moded. but when it run in tomcat ,i do not work and print nothing.this is my code;
print.java
... -
6 Feb 2013 7:22 PM
Jump to post Thread: problem of displaying chart by giggle16
- Replies
- 4
- Views
- 231
thanks for reply!
just like the showcase bluechart code which return a panel, i click the treenode to active this to display in tabPanel .like the code :
SimpleSafeHtmlCell<String> cell = new... -
5 Feb 2013 5:25 PM
Jump to post Thread: problem of displaying chart by giggle16
- Replies
- 4
- Views
- 231
i found the same problem in ext
http://www.sencha.com/forum/showthread.php?144613-problem-adding-a-chart-to-a-tab-panel-dynamically
and how to fix in gxt? thanks! -
5 Feb 2013 1:29 AM
Jump to post Thread: problem of displaying chart by giggle16
- Replies
- 4
- Views
- 231
i made a chart in ContentPanel following with showcase and added it on TabPanel.
but when it click the treenode to active the tab in centerPanel, the chart did not display. However,when it click the... -
21 Jan 2013 6:23 PM
- Replies
- 1
- Views
- 415
i have added an addKeyPressHandler in textfield,but it doest not work in chrome while in IE9 it works fine.
is there any problem in my code like this:
usernameField.addKeyPressHandler(new... -
20 Jan 2013 9:22 PM
Jump to post Thread: problem of displaying TabPanel by giggle16
- Replies
- 2
- Views
- 425
thanks for Colin Alworth's reply
in my project ,indeed missing reset.css file.
add this file,that's resolve. thanks! -
20 Jan 2013 7:11 PM
Jump to post Thread: problem of displaying TabPanel by giggle16
- Replies
- 2
- Views
- 425
i add tabitemconfig on tabpanel like this:
panel = new TabPanel();
AlertPanel alertPanel = new AlertPanel();
TabItemConfig config_alertpanel = new TabItemConfig("alert");... -
12 Dec 2012 4:46 AM
- Replies
- 0
- Views
- 97
Hi, i have a navigation tree,i want to create different tabs in centerpanel when i click treenode,i can only get the treenode string value which i want to create different tabs with.
So how can i...
Results 1 to 8 of 8
