Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-24 Thread Kenny Tilton
Kenny Tilton wrote: > Alexander Back wrote: > >>Hi Kenny, >> >>just for completion (and for all other users out there using the Remote >>Table Model): I wrote a basic tutorial on how to implement it (client- >>and server-side). And of course, Derrell's demos is mentioned as well. >> >>-> http://

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-24 Thread Kenny Tilton
Alexander Back wrote: > Hi Kenny, > > just for completion (and for all other users out there using the Remote > Table Model): I wrote a basic tutorial on how to implement it (client- > and server-side). And of course, Derrell's demos is mentioned as well. > > -> http://qooxdoo.org/documentation

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-20 Thread Kenny Tilton
thron7 wrote: > > > >>> Yes maybe simpler, but avoiding inline (=anonymous) functions is >>> intended. >>> -> http://qooxdoo.org/documentation/0.8/antipatterns#inline_functions >>> >> >> >> Ummm..er..OK, that is just plain wrong! :) >> > > > Yes ... let's start a flame :). I could n

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-20 Thread thron7
>> Yes maybe simpler, but avoiding inline (=anonymous) functions is intended. >> -> http://qooxdoo.org/documentation/0.8/antipatterns#inline_functions >> > > Ummm..er..OK, that is just plain wrong! :) > Yes ... let's start a flame :). > I am a Lisper so we have a different take on anon

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-20 Thread Kenny Tilton
Alexander Back wrote: > Hi Kenny, > > Kenny Tilton wrote: > >>Alexander Back wrote: >> >>>Hi Kenny, >>> >>>just for completion (and for all other users out there using the Remote >>>Table Model): I wrote a basic tutorial on how to implement it (client- >>>and server-side). And of course, Derrel

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-20 Thread Alexander Back
Hi Kenny, Kenny Tilton wrote: > Alexander Back wrote: >> Hi Kenny, >> >> just for completion (and for all other users out there using the Remote >> Table Model): I wrote a basic tutorial on how to implement it (client- >> and server-side). And of course, Derrell's demos is mentioned as well. >>

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-20 Thread Kenny Tilton
Alexander Back wrote: > Hi Kenny, > > just for completion (and for all other users out there using the Remote > Table Model): I wrote a basic tutorial on how to implement it (client- > and server-side). And of course, Derrell's demos is mentioned as well. > > -> http://qooxdoo.org/documentation

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-20 Thread Alexander Back
Hi Kenny, just for completion (and for all other users out there using the Remote Table Model): I wrote a basic tutorial on how to implement it (client- and server-side). And of course, Derrell's demos is mentioned as well. -> http://qooxdoo.org/documentation/0.8/remote_table_model Any feedbac

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-19 Thread Derrell Lipman
On Wed, Nov 19, 2008 at 4:57 PM, Derrell Lipman < [EMAIL PROTECTED]> wrote: > On Wed, Nov 19, 2008 at 4:44 PM, Kenny Tilton <[EMAIL PROTECTED]>wrote: > >> >> > There's an actual working example of the Remote data model in >> > qooxdoo-contrib. You'll likely find that much more useful. >> >> Do yo

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-19 Thread Kenny Tilton
Petr Kobalíček wrote: > Hi Kenny, > > maybe you should start with simple model and try write some > editing/deleting stuff. Sage advice and I did consider that as a stepping stone when things got rough -- in fact, I was getting ready to set some break points in one of the demos just to find out

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-19 Thread Petr Kobalíček
Hi Kenny, maybe you should start with simple model and try write some editing/deleting stuff. My experiences are that you will need remote table model in minimal cases (usually 1 or 2 big sql tables depending on what you are doing) and all other models simple. I'm guessing, actualy i'm not using

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-19 Thread Derrell Lipman
On Wed, Nov 19, 2008 at 4:44 PM, Kenny Tilton <[EMAIL PROTECTED]>wrote: > > > There's an actual working example of the Remote data model in > > qooxdoo-contrib. You'll likely find that much more useful. > > Do you mean your example in the context of an RPC demo? I did not see > anything related t

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-19 Thread Kenny Tilton
Derrell Lipman wrote: > > On Wed, Nov 19, 2008 at 3:48 PM, Kenny Tilton <[EMAIL PROTECTED] > > wrote: > > Woohoo, getting close: I have a subclass of the remote table model at > least getting its rowcount back from Lisp and being reported accurately > by the

Re: [qooxdoo-devel] Incomplete Remote Table Example

2008-11-19 Thread Derrell Lipman
On Wed, Nov 19, 2008 at 3:48 PM, Kenny Tilton <[EMAIL PROTECTED]>wrote: > Woohoo, getting close: I have a subclass of the remote table model at > least getting its rowcount back from Lisp and being reported accurately > by the table view, but that's it no rows. And I do not see Lisp being > hit fo

[qooxdoo-devel] Incomplete Remote Table Example

2008-11-19 Thread Kenny Tilton
Woohoo, getting close: I have a subclass of the remote table model at least getting its rowcount back from Lisp and being reported accurately by the table view, but that's it no rows. And I do not see Lisp being hit for the rowdata URL, so I guess no one is asking. The example: http://demo.q