TIME

Dick Middleton (dick@sqf.hp.com)
Thu, 15 May 1997 15:08:00 +0100

To subscribers of the xforms list from Dick Middleton <dick@sqf.hp.com> :

Robert,

> To subscribers of the xforms list from "Robert J. Nield" <ceerjn@cee.hw.ac.uk> :
> The thing is that it is just a function within a callback that I need to
> perform every 0.5 second, and not the callback itself.

Er? The callback is just a function. Either call 2 separate ones with
repeated code or use a shared function:

function_of_interest {
...
}

callback1 {
some_functions();
function_of_interest();
some_more_functions();
}

callback2 {
function_of_interest();
}

Do callback2 every half second and callback one at user request.

Dick

-------------------------- European Customer Support --------------------------
_
Dick Middleton / / Communications Measurement
HP Telnet: 313-2530 / /__ ______ Division
Phone: +44 131-331 7530 / __ / / ___ / South Queensferry
Fax: +44 131-331 7443 / / / / / /__/ / Scotland UK
email: dick@sqf.hp.com /_/ /_/ / _____/
/ / ( )
( ) /_/ ( )
( ) _______ ( )
( ) | . ~ ~ ~ ~~ .
. ~ ~ ~ ~~ . |
/O\
-------------------------------------( o )-------------------------------------
- I'd rather be soaring
_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html
Xforms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/xforms-archive/