Hi Rogerio, Can you post a sample code? I am really having a hard time on this.
Regards, Lanz 2010/1/30 Rogério Valente <[email protected]> > Hi Ianz > > I didn't use PagingMemoryProxy class. > I extended com.gwtextux.client.data.GWTProxy overriding the load > method, where I invoke a method on server side that returns a JSON > String > with the records. This JSON String is sent do Store object linked on a > GridPanel with PagingToolBar. > > I am getting the same error message about the visibility the inherited > method from GridPanel and did not find the reason. > In fact, that is not causing problem. I don't know why... > > On 29 jan, 01:39, lanz <[email protected]> wrote: > > I can't get a clear and easy way on how to do paging that concerns > > with GWT-RPC which gets data > > from server and loads it to the grid and then PagingToolbar is to be > > used.I tried using the gwtextux.PagingMemoryProxy but in creating > > store. But its parameter is array of data which is > > array Object[][]. How can I pass the records I get from the database. > > Should I first convert the records into > > 2D Array of Object. > > > > In running sample application of local paging I also encountered an > > error in the Hosted Mode but > > the program still ran. Here is the log: > > [ERROR] Errors in 'jar:file:/E:/eclipseGalileo/workspace/Nursery/war/ > > WEB- > > > > INF/lib/gwtextux.jar!/com/gwtextux/client/widgets/upload/ > > SwfUploadPanel.java' > > > > [ERROR] Line 81: Cannot reduce the visibility of the inherited method > > from GridPanel > > > > How can I address the error above. I place the gwtextux in WEB-INF/lib > > folder. > > > > Please give an example on using the PagingMemory on GWT-RPC (getting > > data from database > > then load in the grid). > > > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "GWT-Ext Developer Forum" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<gwt-ext%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gwt-ext?hl=en. > > -- You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en.
