Re: [qooxdoo-devel] Fwd: Quickly reference widgets in browser and code

2015-01-15 Thread halcwb
oetiker wrote > Hi Halcwb, > > I guess you can use > > http://demo.qooxdoo.org/current/apiviewer/#qx.event.message.Bus > > to build something along these lines > > cheers > tobi Exactly, without reading your post I came to the same solution. And it is very elegant. I have now the following set

Re: [qooxdoo-devel] Fwd: Quickly reference widgets in browser and code

2015-01-08 Thread Tobias Oetiker
Hi Halcwb, I guess you can use http://demo.qooxdoo.org/current/apiviewer/#qx.event.message.Bus to build something along these lines cheers tobi Today halcwb wrote: > thron7 wrote > > On Mon, Dec 29, 2014 at 9:03 PM, halcwb < > > > halcwb@ > > > > wrote: > >> > >> 2. It enables an abstraction

Re: [qooxdoo-devel] Fwd: Quickly reference widgets in browser and code

2015-01-08 Thread halcwb
thron7 wrote > On Mon, Dec 29, 2014 at 9:03 PM, halcwb < > halcwb@ > > wrote: >> >> 2. It enables an abstraction of the observer pattern. At the moment there >> is >> still a direct relation between the event publisher and the event >> handler. >> I >> can say many bad things of ExtjJs, but there

[qooxdoo-devel] Fwd: Quickly reference widgets in browser and code

2014-12-31 Thread thron7
On Mon, Dec 29, 2014 at 9:03 PM, halcwb wrote: > > The widget query setup enables two things: > 1. You can then easily retrieve a widget that lives in the browser in the > command line, like I do all the time with firebug. Then you get a kind of a > REPL work flow. > Sure, for inspection and deb