Search Type: Posts; User: TOMMYZHANG
Search: Search took 0.02 seconds.
-
12 Jan 2010 12:54 AM
Jump to post Thread: A strange problem ,need help. by TOMMYZHANG
- Replies
- 0
- Views
- 526
It bring me a strange problem,the gxt 2.0 worked well before i download a chrome.
I down a Chrome this morning,and i wrote a little codes.After setting the chrome as the default internet browser,i... -
5 Jan 2010 5:02 PM
- Replies
- 3
- Views
- 1,214
http://www.extjs.com/forum/attachment.php?attachmentid=18114&stc=1&d=1261702838
The pic is up now. -
4 Jan 2010 6:15 PM
- Replies
- 3
- Views
- 1,214
I want to build a chart with two Yaxis .I post the pic below,somebody knew it please help me.
... -
24 Sep 2009 8:57 PM
Jump to post Thread: How transfer pages By gxt? by TOMMYZHANG
- Replies
- 1
- Views
- 634
I used "rooPanel.get().clear;rooPanel.get().add(new class which extends composite)" to index one page to another page. But the gxt has a bug that rooPanel.get().clear will throw exceptions,see...
-
24 Sep 2009 4:50 PM
- Replies
- 4
- Views
- 1,758
It is a bug ,i think it should be fixed as soon as possible in public release..
-
24 Sep 2009 4:49 PM
- Replies
- 4
- Views
- 1,758
Thank u, and when dose the next release published.?
-
24 Sep 2009 4:20 AM
- Replies
- 4
- Views
- 1,758
exception details:
[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError): 对象不支持此属性或方法
number: -2146827850
description: 对象不支持此属性或方法
at... -
24 Sep 2009 1:06 AM
- Replies
- 4
- Views
- 1,758
hi all.
MY codes here :
public class Gwt_test2 implements EntryPoint {
@Override
public void onModuleLoad() {
loginPanel loginPanel=new loginPanel();
RootPanel.get().add(loginPanel);... -
21 Sep 2009 11:56 PM
- Replies
- 6
- Views
- 2,139
Thanks, man!
I did like these,and also get some problem.
I post my code hope u can help me again.
grid.addListener(Events.CellClick, new Listener<BaseEvent>(){
public void... -
21 Sep 2009 11:51 PM
- Replies
- 6
- Views
- 2,139
thanks micheal!
I did like what you say right now.
But there still have some problem.
I post my code ,hope you can help me again.
Thanks.
grid.addListener(Events.CellClick, new... -
21 Sep 2009 7:31 PM
- Replies
- 9
- Views
- 15,541
thank you kolli.
Can i get the cell value where i click.? -
21 Sep 2009 7:16 PM
- Replies
- 6
- Views
- 2,139
Hi all.
There is a grid called "Building" in my project.And one column is named "building project".
And i want to do that when i click (or double click ) the column cell i want to do an action that... -
20 Sep 2009 10:51 PM
- Replies
- 1
- Views
- 1,733
hi,all.
I get a list<Object> like showDetailList<detailInfo> from server by RPC.
And also i put them in to a grid ,and add a toolbar using pageingLoader.
And i want to add a button("export") tp... -
16 Sep 2009 10:30 PM
- Replies
- 3
- Views
- 1,164
hi all
i want to add TreePanel into an accodinglayout.i want to do that when i check a note of the tree than do sth..
ContentPanel cpanel=new ContentPanel();
cpanel.setHeight(600);... -
14 Sep 2009 11:12 PM
Jump to post Thread: Datefield formatter problem by TOMMYZHANG
- Replies
- 1
- Views
- 682
resolved.
http://www.extjs.com/forum/showthread.php?t=51519
and thank you, gslender . -
14 Sep 2009 10:59 PM
Jump to post Thread: Datefield formatter problem by TOMMYZHANG
- Replies
- 1
- Views
- 682
hi every one .
i have a question need some help.
i used datefield in formpanel ,i want to cast the date to formatter like"20090909", usually i used java.text.dateformat and ... -
11 Sep 2009 11:06 PM
- Replies
- 2
- Views
- 1,124
public class Gwt_test2 implements EntryPoint {
public void onModuleLoad() {
final ContentPanel aC =new ContentPanel();
GreetingServiceAsync.Util.getInstance().getTransLastDay(new... -
8 Sep 2009 11:34 PM
Jump to post Thread: why can i make checkall item? by TOMMYZHANG
- Replies
- 1
- Views
- 624
it was fixed . and i paste the code below.
checkbox1.addListener(Events.Change, new Listener<BaseEvent>(){
public void handleEvent(BaseEvent be) {
... -
8 Sep 2009 10:32 PM
Jump to post Thread: why can i make checkall item? by TOMMYZHANG
- Replies
- 1
- Views
- 624
hi,all
i am new in using ext-gwt ,today i use checkbox and checkbox group ti make a item like selectall. i make some checkboxs ,and at last i want to make a checkbox to check all checkbox when it...
Results 1 to 19 of 19
