Re: [qooxdoo-devel] Using the remote table model and Xhr

2013-04-23 Thread thron7
+1 On 04/23/2013 02:39 PM, Derrell Lipman wrote: I think Thomas was suggesting that you open a bug for the fact that there's no tutorial or explanation of how to use the new XHR class for this purpose. If the one currently documented is deprecated, a new explanation needs to be written for the

Re: [qooxdoo-devel] Using the remote table model and Xhr

2013-04-23 Thread miguelmello
Okay, Bug 7356 - Using the remote table model and Xhr, successfully created at Qooxdoo Bugzilla. Hope this helps everyone. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Using-the-remote-table-model-and-Xhr-tp7583322p7583337.html Sent from the qooxdoo mailing list archive at

Re: [qooxdoo-devel] Using the remote table model and Xhr

2013-04-23 Thread Derrell Lipman
I think Thomas was suggesting that you open a bug for the fact that there's no tutorial or explanation of how to use the new XHR class for this purpose. If the one currently documented is deprecated, a new explanation needs to be written for the manual. Derrell On Tue, Apr 23, 2013 at 8:34 AM, mi

Re: [qooxdoo-devel] Using the remote table model and Xhr

2013-04-23 Thread miguelmello
Humm! Don't see a huge need to open a bug for that. Indeed, I have fixed the problem with the following implementation: qx.Class.define('myapp.system.CostumerRemoteTable', { extend: qx.ui.table.model.Remote, construct: function() { this.base(arguments); this.setColumns( ['ID','No

Re: [qooxdoo-devel] Using the remote table model and Xhr

2013-04-23 Thread thron7
On 04/23/2013 07:13 AM, miguelmello wrote: > Hi fellows, > > In Qooxdoo 2.1 Manual, precisely at 7.5 Specific Widget Communication, 7.5.1 > Using the remote table model, show us how to use Remote Table Model using > qx.io.remote.Request. Well, in the API VIEWER, is advised the following: > > Note:

[qooxdoo-devel] Using the remote table model and Xhr

2013-04-22 Thread miguelmello
Hi fellows, In Qooxdoo 2.1 Manual, precisely at 7.5 Specific Widget Communication, 7.5.1 Using the remote table model, show us how to use Remote Table Model using qx.io.remote.Request. Well, in the API VIEWER, is advised the following: Note: This class will be deprecated in a future release. Inst

Re: [qooxdoo-devel] using the remote table model

2009-11-22 Thread Derrell Lipman
On Sun, Nov 22, 2009 at 12:10, Peter Whitefield < peter.whitefi...@mail.adsl4less.com> wrote: > > Have just got a table populated populated from some json data from a php > files as described in > http://qooxdoo.org/documentation/0.8/remote_table_model > > There was a small problem using the json

[qooxdoo-devel] using the remote table model

2009-11-22 Thread Peter Whitefield
Hi All, What a great framework! Have just got a table populated populated from some json data from a php files as described in http://qooxdoo.org/documentation/0.8/remote_table_model There was a small problem using the json data from the tutorial, which kept giving me the "could not execute j