Re: XForms: fl_show_oneliner() is strange (repost)

Steve Lamont (spl@szechuan.ucsd.edu)
Fri, 13 Feb 98 05:54:40 PST

# To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

> Is fl_show_oneliner() called twice even though an
> application has called it only once?
> ----------------------
> DEMOS/preemptive.c
> static void do_tips(int id, void *p)
> {
> FL_OBJECT *ob = p;
> fl_show_oneliner(ob->u_vdata, ob->form->x + ob->x,
> ob->form->y + ob->y + ob->h + 1);
> timeoutID = fl_add_timeout(INTERVAL, do_tips, ob);
> }

It certainly looks as if the function do_tips() will be called at
intervals of `INTERVAL'.

spl
_________________________________________________
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://bloch.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/