From: Lior on 28 Jun 2010 03:51 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 28 Jun 2010 06:27 "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
|
Pages: 1 Prev: why use sparse matrices in matlab? Next: C++ mex file segmentation fault |