From: Lior on
Hi All,
I want to add a listener to an event that will fired every time the user use the GUI.
I tried to listen to the root (0) property called "CallbackObject" with no luck (nothing happened).

addlistener(0,'CallbackObject','PostSet',@mycallbak)

Any suggestions?

Tx,
Lior
From: us on
"Lior " <chn_lior(a)walladot.com> wrote in message <i09k9b$2vv$1(a)fred.mathworks.com>...
> Hi All,
> I want to add a listener to an event that will fired every time the user use the GUI.
> I tried to listen to the root (0) property called "CallbackObject" with no luck (nothing happened).
>
> addlistener(0,'CallbackObject','PostSet',@mycallbak)
>
> Any suggestions?
>
> Tx,
> Lior

a hint:
- the kind of stuff you'll find at yair altman's site

http://undocumentedmatlab.com/

us