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
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
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
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