Search Type: Posts; User: japochino
Search: Search took 0.02 seconds.
-
6 Mar 2009 6:26 AM
Jump to post Thread: grid with 100% height by japochino
- Replies
- 1
- Views
- 833
Hello
I can I make my paging grid to autoadjust to the 100% of the container??
grid.setHeight("100%"); doesn't work!
grid.setAutoHeight(true); doesn't work!
thanks -
5 Mar 2009 2:27 AM
- Replies
- 5
- Views
- 1,066
Thanks
I use a RPC method for comunicate the server with the client.
The data I transfer is always the same, the same call method -
5 Mar 2009 1:14 AM
- Replies
- 5
- Views
- 1,066
Thanks, but already done.
In fact, sometimes it works! but sometimes it doesn't..:(( -
3 Mar 2009 10:38 AM
- Replies
- 0
- Views
- 633
Hello
With this code I want to bind a PagingToolBar to a Loader:
...
BasePagingLoader<BasePagingLoadConfig, BasePagingLoadResult<Marcas>> loader = new BasePagingLoader<BasePagingLoadConfig,... -
3 Mar 2009 5:56 AM
- Replies
- 5
- Views
- 1,066
Hello
I'm using:
- Eclipse Europa
- GWT Ext
- Hibernate (hibernate tools, ...)
I have a RPC method that sometimes works fine and sometimes fires a exception ginving me the message:
"Type... -
16 Feb 2009 4:40 AM
- Replies
- 3
- Views
- 1,501
Any help please?
-
11 Feb 2009 5:28 AM
- Replies
- 3
- Views
- 1,501
Already done...
But I don´t understand concepts like:
RpcProxy<C,D>
BasePagingLoader<PagingLoadConfig, PagingLoadResult>
BeanModelReader<C>
ListStore<ModelData>
BeanModel
... -
10 Feb 2009 6:03 AM
- Replies
- 3
- Views
- 1,501
Hello
I'm trying to do this but I can't! I don't know why.
I have a database table containing tadremarks and I want to show them using a grid. I obtain the data from the database by RPC.... -
6 Feb 2009 3:31 AM
Jump to post Thread: Any example of a paging grid? by japochino
- Replies
- 5
- Views
- 1,095
I was adding the panel before it to construct due to the RPC!
Thank you very much! -
5 Feb 2009 10:18 AM
Jump to post Thread: Any example of a paging grid? by japochino
- Replies
- 5
- Views
- 1,095
Thanks!
I'm using RPC
Some code:
ListStore<Marcas> listStore = new ListStore<Marcas>();
listStore.add(listaMarcas);
List<ColumnConfig> columns = new... -
5 Feb 2009 8:57 AM
Jump to post Thread: Any example of a paging grid? by japochino
- Replies
- 5
- Views
- 1,095
Hello
I new in ext gwt and I need an example of building a paging grid showing data from a database because I'm having this error:
java.lang.NullPointerException: null
at...
Results 1 to 11 of 11
