Forcing a callback to execute
Forcing a callback to execute
(OP)
Hi, I was wondering how to get a callback for a control to execute when I want it to (through code).
What I'm trying to do is to get the callback for a popupmenu to execute when the application starts.
Thanks,
Nishant
What I'm trying to do is to get the callback for a popupmenu to execute when the application starts.
Thanks,
Nishant





RE: Forcing a callback to execute
So if your function is called 'my_function(a,b,c)' then put 'result=my_function(x,y,z)' as the callback string. You can then also call my_function at the start of your main script in the normal way.
M