Search Type: Posts; User: chazzz2473
Search: Search took 0.02 seconds.
-
2 Mar 2011 8:43 AM
- Replies
- 1
- Views
- 749
Hello,
I'm trying to catch the event of a TreePanel when the user selects a node (or a leaf).
The onClick event does so, but it also triggers when the user only extends a node (without willing to... -
22 Feb 2011 9:03 AM
- Replies
- 1
- Views
- 1,032
I just found a way to do what I wanted :
I overrided the dragStart to save the item like this :
TreePanel tree = (TreePanel) e.getComponent();
draggedItem =... -
22 Feb 2011 7:33 AM
- Replies
- 1
- Views
- 1,032
Hello, I am currently trying to get the drag & drop to work with two of my TreePanels... so far everything is OK, the only thing I don't get is : How can I acces my dragged object in the dragDrop...
-
5 Jan 2011 3:54 AM
- Replies
- 1
- Views
- 1,244
Hello everyone,
Here's a problem that i can't figure out :
When i try to make a RPC call, i Have the following error :
com.google.gwt.user.client.rpc.SerializationException: Type... -
11 Oct 2010 2:29 AM
Jump to post Thread: BorderLayout and ContentPanel by chazzz2473
- Replies
- 2
- Views
- 549
Thanks a lot, I had no idea you could call methods on the Layout Items (BorderLayout etc...)
It works fine, thank you ! -
10 Oct 2010 11:41 PM
Jump to post Thread: BorderLayout and ContentPanel by chazzz2473
- Replies
- 2
- Views
- 549
Hello,
I have a simple problem, yet I am unable to find a simple answer...
In my app, I have a LayoutContainer set with a BorderLayout.
On South, I have a ContentPanel, with it's height set to... -
1 Mar 2010 3:05 AM
Jump to post Thread: Size in percentage in Grids by chazzz2473
- Replies
- 3
- Views
- 1,263
I've been thinking about this, but if I allow user to resize columns, then it's going to be a litte complicated since i'll need to keep all the percentages in an array in the case of a resize.
... -
1 Mar 2010 2:57 AM
Jump to post Thread: Size in percentage in Grids by chazzz2473
- Replies
- 3
- Views
- 1,263
Still haven't found what I was looking for, any ideas ?
-
25 Feb 2010 3:27 AM
Jump to post Thread: Size in percentage in Grids by chazzz2473
- Replies
- 3
- Views
- 1,263
Hello community,
I'm currently building an application in which I have a grid placed in a LayoutContainer.
As I have seen so far, I can set the columns width in pixels like this :
column =... -
26 Jan 2010 4:14 AM
Jump to post Thread: Auto refresh of a Grid Data by chazzz2473
- Replies
- 6
- Views
- 3,731
Thanks a lot, that is exactly what i was looking for.
Seems like if you want the timer to refresh itself like this :
final Timer timer = new Timer() {
public void run() {
... -
26 Jan 2010 1:55 AM
Jump to post Thread: Auto refresh of a Grid Data by chazzz2473
- Replies
- 6
- Views
- 3,731
Hello everyone, i'm quite new to Ext GWT, and i'm trying to figure something out.
In my app, I use a Grid to display some data which is loaded with a RpcProxy.
The data of the grid may be...
Results 1 to 11 of 11
