If I read your request, you need to let multiple places in your application
know when a value changes? If that is correct, then I would look into using
the qx.event.message.Bus class. I use it to notify other part of my program
that 'something' has happened. You can carry data along with the message if
you want to update some other area of the program with the changed data.
This is a classic publisher/subscriber pattern so you can have many areas of
your program subscribe to a message and they would all get alerted at the
same time when you publish a message. It is very powerful and we use it in
our application with great success.

Jim



On Thu, May 22, 2008 at 1:52 PM, Philipp Wabinski <[EMAIL PROTECTED]>
wrote:

>
> Hi,
>
> Has anyone a small example to use this class?
>
> I would like to define values that are changing in several places of my
> application with one action. Is that possible?
>
> Thanks in advance
>
> Philipp
> --
> View this message in context:
> http://www.nabble.com/Howto-use-qx.util.manager.Value--tp17413221p17413221.html
> Sent from the qooxdoo-devel mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



-- 
Jim Hunter

DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD
FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to