Re: [qooxdoo-devel] Dynamic tree in qooxdoo 0.81

2009-01-07 Thread Fabian Jakobs
Derrell Lipman schrieb: > On Tue, Jan 6, 2009 at 10:06 AM, Ralf Nieuwenhuijsen > mailto:ralf.nieuwenhuij...@gmail.com>> > wrote: > > 2009/1/6 Derrell Lipman >: > > On Tue, Jan 6, 2009 at 9:43 AM, winfried detmar > mailto:wm.det...@online

Re: [qooxdoo-devel] Dynamic tree in qooxdoo 0.81

2009-01-06 Thread Derrell Lipman
On Tue, Jan 6, 2009 at 10:06 AM, Ralf Nieuwenhuijsen < ralf.nieuwenhuij...@gmail.com> wrote: > 2009/1/6 Derrell Lipman : > > On Tue, Jan 6, 2009 at 9:43 AM, winfried detmar > wrote: > >> > >> > > >> > If you choose to use Tree then listen for the "changeOpenMode" event > on > >> > your > >> > qx.

Re: [qooxdoo-devel] Dynamic tree in qooxdoo 0.81

2009-01-06 Thread Ralf Nieuwenhuijsen
2009/1/6 Derrell Lipman : > On Tue, Jan 6, 2009 at 9:43 AM, winfried detmar wrote: >> >> > >> > If you choose to use Tree then listen for the "changeOpenMode" event on >> > your >> > qx.ui.tree.Tree object. See >> > http://demo.qooxdoo.org/current/apiviewer/#qx.ui.tree.Tree >> > >> From the docu

Re: [qooxdoo-devel] Dynamic tree in qooxdoo 0.81

2009-01-06 Thread Derrell Lipman
On Tue, Jan 6, 2009 at 9:43 AM, winfried detmar wrote: > > > > > If you choose to use Tree then listen for the "changeOpenMode" event on > your > > qx.ui.tree.Tree object. See > > http://demo.qooxdoo.org/current/apiviewer/#qx.ui.tree.Tree > > > From the documentation and the demos, I understand

Re: [qooxdoo-devel] Dynamic tree in qooxdoo 0.81

2009-01-06 Thread winfried detmar
Hi Derrell, Thanks for your hints, I'm happy to have a road to go. From your explanation, the TreeVirtual approach seems appropriate for my purpose. Concerning the Tree widget, you mentioned the "changeOpenMode" event. --- Derrell Lipman wrote on 06.01.2009 14:49: --- > > If you choose to use

Re: [qooxdoo-devel] Dynamic tree in qooxdoo 0.81

2009-01-06 Thread Derrell Lipman
On Tue, Jan 6, 2009 at 7:44 AM, winfried detmar wrote: > Hi, > > I'm new to qooxdoo Welcome! > > Now I want to build a tree which loads a folder's children (only one > level) on click on the open symbol of a folder dynamically (via RPC-PHP). > How could I implement this? Which TreeFolder event

[qooxdoo-devel] Dynamic tree in qooxdoo 0.81

2009-01-06 Thread winfried detmar
Hi, I'm new to qooxdoo and no js-pro. Anyway I really want to use it for an intranet application (document management). Now I want to build a tree which loads a folder's children (only one level) on click on the open symbol of a folder dynamically (via RPC-PHP). How could I implement this? Whic