Search Type: Posts; User: icfantv
Search: Search took 0.04 seconds.
-
Yesterday 6:07 AM
Jump to post Thread: Cannot fill Grid by icfantv
- Replies
- 4
- Views
- 221
ok, so i see one problem: your code for rpc proxy says you are returning a paging load result bean of type reports list but based on your firebug output you are returning a reports list only. your...
-
17 May 2013 12:21 PM
Jump to post Thread: MigLayout for GXT 3 by icfantv
- Replies
- 1
- Views
- 103
You might talk about why MiGLayout is better than any of the pre-existing layouts within GXT and provide use cases for where one might use it.
Additionally, side-by-side comparisons between any... -
17 May 2013 12:16 PM
- Replies
- 1
- Views
- 57
If you are using spring security on the server side, there are a few things you can do to make your life easier on the client-side:
First, there is no such thing as client-side security so... -
17 May 2013 12:06 PM
- Replies
- 1
- Views
- 146
Please do not cross post your questions. See my response to your other thread here: http://www.sencha.com/forum/showthread.php?263599-Cannot-fill-Grid
-
17 May 2013 12:04 PM
- Replies
- 1
- Views
- 269
Yes, the problem is that your code is out of sync. You need to do a full clean, rebuild, and redeploy. We see this error all the time - it's annoying but it's definitely a user error.
-
17 May 2013 12:02 PM
- Replies
- 2
- Views
- 197
Remember, even though you're doing GXT/GWT programming, you're working in Java land, so the same rules of Java apply. If you want a reference to something you will have to provide it or provide a...
-
17 May 2013 11:50 AM
Jump to post Thread: Cannot fill Grid by icfantv
- Replies
- 4
- Views
- 221
Using Firebug, can you confirm that the RPC call is returning the data back to the client? You can look at the response body and you should see a list of items akin to:
... -
17 May 2013 11:36 AM
Jump to post Thread: Grid with dynamic columns by icfantv
- Replies
- 1
- Views
- 91
The API for Grid and ColumnModel are mostly immutable with respect to changing the columns and explicitly does not allow adding new columns (though columns can be hidden via the API).
You would... -
17 Apr 2013 12:30 PM
- Replies
- 2
- Views
- 240
The offset is not reset to zero when you're using the built-in grid header menus to access your filtering because you might keep changing the same field.
Easiest way to fix this in this event... -
17 Apr 2013 9:17 AM
- Replies
- 2
- Views
- 240
First, please note that our filters are separate from our grid in that we do not have them tied to the grid header menu - this gives us full control over the widgets but requires that we manage the...
-
17 Apr 2013 8:45 AM
Jump to post Thread: Default column for sort in grid? by icfantv
- Replies
- 10
- Views
- 2,125
@mportela and @maneljn, this is a GXT forum, and your response was for EXT JS. Please take a few seconds to look before posting. Thanks.
To get the arrow to display in the column header, see... -
12 Apr 2013 7:54 AM
Jump to post Thread: Custom cell button clarifications by icfantv
- Replies
- 4
- Views
- 388
A more in-depth explanation of what? You can change the icon based on state without touching the CSS. You just need to add the appropriate listeners. Also, what do you mean by "table frame?" I...
-
11 Apr 2013 12:32 PM
Jump to post Thread: Custom cell button clarifications by icfantv
- Replies
- 4
- Views
- 388
Hi, please read this forum post for an idea on how this might be accomplished:
http://www.sencha.com/forum/showthread.php?194900 -
10 Apr 2013 7:53 AM
Jump to post Thread: FormButtonBinding alternative by icfantv
- Replies
- 2
- Views
- 207
Hi, please see the following:
http://www.sencha.com/forum/showthread.php?252132
http://www.sencha.com/forum/showthread.php?248421
http://www.sencha.com/forum/showthread.php?177964 -
10 Apr 2013 7:49 AM
Jump to post Thread: ColumnConfig`s ID by icfantv
- Replies
- 1
- Views
- 196
I can't speak to the ID issue but the value returned by getPath is used in SortInfo so if you do server-side sorting, this is what's sent to the server.
Additionally, if you are using the... -
8 Apr 2013 9:32 AM
- Replies
- 1
- Views
- 259
In what type of container are you placing the widget? What does your layout tree look like?
Try creating a simple, test EntryPoint and adding this widget directly to RootPanel (i.e., sans... -
4 Apr 2013 7:33 AM
- Replies
- 4
- Views
- 5,209
Before I say anything, I would strongly suggest evaluating the need to modify the styles and or themes. I.e., is it something you can live with for now? That said...
A theme creation tool is on... -
4 Apr 2013 7:06 AM
- Replies
- 10
- Views
- 714
Ok, that's outside the realm of my expertise. You might want to pop on #extgwt on Freenode to ask your question. You might get more of an immediate response.
-
3 Apr 2013 2:03 PM
Jump to post Thread: Grid does not size properly by icfantv
- Replies
- 20
- Views
- 690
Hmmm, you shouldn't have to add it to a FramedPanel to get the behavior...If you use SimpleContainer (and again, you shouldn't have to) instead does it still work?
We are doing the reverse and... -
3 Apr 2013 1:47 PM
- Replies
- 10
- Views
- 714
I've been informed that it's in the chart API which I have no direct experience with. If I understand you correctly now, you are asking about the width of the bar in the chart, not the actual width...
-
3 Apr 2013 1:44 PM
- Replies
- 5
- Views
- 391
Bonjour. Pouvez-vous s'il vous plaît parlez anglais? That was from Google translator so if it's terrible French, I appologize, but blame them. :-)
If Google Translator is working correctly, my... -
3 Apr 2013 1:28 PM
- Replies
- 6
- Views
- 577
Right, I understand. I'm not sure how to set the arrow to indicate the initial sorting, but for the filters, if you have your initial grid load done via something like:
Grid<M> g = new... -
3 Apr 2013 1:15 PM
Jump to post Thread: Grid does not size properly by icfantv
- Replies
- 20
- Views
- 690
UPDATE: you're sure none of those widgets have an explicit size set on them?
Hmmm, that looks right. My only other suggestion at this point would be to try and load this into as basic a... -
2 Apr 2013 3:10 PM
- Replies
- 6
- Views
- 577
I know I've seen something before, perhaps even here in the forums, about the sorting arrow problem. It has been asked before.
Regarding filters. There is no built-in mechanism for the server to... -
2 Apr 2013 2:51 PM
Jump to post Thread: Grid does not size properly by icfantv
- Replies
- 20
- Views
- 690
Ahhh. I did miss that. You can see how given the volume of code that was included. In the future, please consider using the #-sign button in the tool bar to paste in code. It will format it, and...
Results 1 to 25 of 106
