XForms: removing fselector via timer_cb

Tano Fotang (M.Tano@Wirtschaft.FH-Wolfenbuettel.DE)
Mon, 08 Sep 1997 18:12:08 +0200

To subscribers of the xforms list from Tano Fotang <M.Tano@Wirtschaft.FH-Wolfenbuettel.DE> :

Hello once again.
I am trying to remove an fselector from the screen after 60 secs
using a timer callback.
I noticed that the timer stops counting as soon as the fselector
is displayed. Or so i thoght. consequently, the fselector never gets
timed out!
any ideas? thx in adv.
Tano Fotang. 1.2.13, 0.87
------
I asked the same questions 2 months ago, but i was sig_alrm and
longjmp then.
void timer_cb(FL_OBJECT *ob, long data){
if(my_fselector_is_open){
FL_FORM *fs=fl_get_fselector_form();
fl_hide_form(fs);
fl_free_form(fs);
...
}
_________________________________________________
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/