Search Type: Posts; User: TheBuzzer
Search: Search took 0.04 seconds.
-
2 Jul 2012 3:06 PM
- Replies
- 10
- Views
- 2,157
the little triangle thing, i know how to get the sort info however when the grid first load, i want it to be able to have it sorted in a certain way by default.
i tried to mess with the store but... -
28 Jun 2012 10:09 AM
- Replies
- 10
- Views
- 2,157
I am wondering how do you make a column as the sorted column SortDir.ASC or SortDir.DESC by default when the grid first load?
-
20 Jun 2012 12:03 PM
Jump to post Thread: TabPanel setTabPosition gone? by TheBuzzer
- Replies
- 9
- Views
- 1,646
Thanks! This is exactly what I am looking for.
-
20 Jun 2012 9:58 AM
Jump to post Thread: TabPanel setTabPosition gone? by TheBuzzer
- Replies
- 9
- Views
- 1,646
I realized I can't set the tabs to the bottom anymore using setTabPosition becuase it seems to be gone.
Is there a new method to do that? -
18 Jun 2012 4:18 PM
- Replies
- 3
- Views
- 1,601
i also have this problem and been trying to figure out the solution.
-
18 Jun 2012 4:17 PM
Jump to post Thread: Focusing on textfield by TheBuzzer
- Replies
- 1
- Views
- 482
I am trying to make a textfield get focus when it is first shown. Trying to make a window that is a login form, however if I try doing show() and than focus() on the textfield object it does not...
-
12 Mar 2012 8:26 AM
- Replies
- 1
- Views
- 766
Just wondering how many beta releases is there planned for before a version is marked as the first gwt 3.0 none beta?
-
12 Jul 2011 7:27 AM
- Replies
- 18
- Views
- 8,251
i am wondering how complete is the api of 3.0 dev preview. Is there still many functions/widgets missing or nothing is missing from the preview?
-
23 May 2011 8:11 AM
Jump to post Thread: which gxt jar for gwt 2.3? by TheBuzzer
- Replies
- 4
- Views
- 3,860
thanks.
-
23 May 2011 8:03 AM
Jump to post Thread: which gxt jar for gwt 2.3? by TheBuzzer
- Replies
- 4
- Views
- 3,860
in the 2.2.4 release I see 3 jar files. I am wondering do I use gxt-2.2.4-gwt2.jar or gxt-2.2.4-gwt22.jar for gwt 2.3?
-
23 Mar 2011 8:33 AM
- Replies
- 5
- Views
- 3,196
ok thanks, will add that header
-
22 Mar 2011 8:40 AM
- Replies
- 5
- Views
- 3,196
The two browsers been released recently. I am wondering is there any thing that those browsers might break in gxt.
-
28 Oct 2010 4:04 PM
- Replies
- 1
- Views
- 1,490
Will there be a problem if I use gwt 2.1 with gxt?
-
17 Sep 2010 7:36 AM
- Replies
- 4
- Views
- 1,571
So you mean use a map as the object to serialize while the main object goes into the map?
that will fix all the sub maps?
The Object I have have sub basemodels too. So it isnt just a single... -
15 Sep 2010 12:29 PM
- Replies
- 4
- Views
- 1,571
I tried to serialize a object that is a BaseModel extension.
When I serialize back. I get null pointers when I try to get the data.
I used
ObjectOutputStream myorderoutput =... -
14 Sep 2010 7:49 AM
- Replies
- 0
- Views
- 1,589
Does anyone know how to compile a proper war file for an gwt eclipse project?
I found an ant build however that file when I deploy it, I got to reset the whole server for it to use the connector... -
21 Jul 2010 7:25 AM
Jump to post Thread: Best way to get complete store? by TheBuzzer
- Replies
- 3
- Views
- 651
I would have thought it would have been
public List<M> getAllModels() {
if (filtersEnabled) {
return new ArrayList<M>(snapshot);
} else {
return new... -
20 Jul 2010 9:05 AM
Jump to post Thread: Best way to get complete store? by TheBuzzer
- Replies
- 3
- Views
- 651
It seems like
if a store is filtered, I could not get the complete list of models but just the filtered list.
So I am wondering could there be a method to get the complete list and not just... -
19 Jul 2010 10:02 AM
Jump to post Thread: Where's GXT 2.2? by TheBuzzer
- Replies
- 40
- Views
- 7,135
just be happy it will be released unlike duke nukem forever
-
15 Jul 2010 11:11 AM
Jump to post Thread: Where's GXT 2.2? by TheBuzzer
- Replies
- 40
- Views
- 7,135
Nice, I hope there is a good speed improvement and the ie 7 bug where the panels doesn't move when scrolling down been fixed.
-
12 Jul 2010 10:08 AM
Jump to post Thread: Where's GXT 2.2? by TheBuzzer
- Replies
- 40
- Views
- 7,135
The only thing i am hoping is the combobox works faster. Huge combobox slow down my program a lot :/
-
14 Jun 2010 9:26 AM
Jump to post Thread: GXT and GWT Eclipse Integration by TheBuzzer
- Replies
- 3
- Views
- 2,239
weird refleshing shows the changes for me using gxt too
-
28 May 2010 1:30 PM
- Replies
- 3
- Views
- 1,309
I think you posted in the wrong place.
This look like it is for ext and not gxt. -
28 May 2010 1:25 PM
Jump to post Thread: Opera Display Problem. by TheBuzzer
- Replies
- 0
- Views
- 814
One of my section have a display problem with opera. However if I used opera to mask as firefox, there is no more problems. So I am not sure is this a gwt problem or the gxt problem.
I cant figure... -
27 May 2010 2:13 PM
- Replies
- 8
- Views
- 10,281
setstylename can work. However best way to figure it out is to use firefox with firebug.
Results 1 to 25 of 120
