Re: XForms: Running multiple callback functions in parallel

Danny G. Holstein (danny@holstein.tritonetd.com)
Fri, 05 Feb 1999 13:15:28 -0500 (EST)

# To subscribers of the xforms list from "Danny G. Holstein" <danny@holstein.tritonetd.com> :

>
>> I was wondering if it was possible to have two call back functions running
>> at the same time?
>
I've run into the same requirement, I simply call the extra callbacks from the
one real callback I've declared. As long as you pass along the right arguments,
namely, (ob, data) as per the following:

> void declared_callback_cb(FL_OBJECT *ob, long data)
> {
> callback1_cb(ob, data);
> callback2_cb(ob, data);
> etc...

...Dan
_________________________________________________
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/