Splash form

2001-03-06 Thread John Levon
We would like the form to go away whenever any interaction happens, or after the timeout. How about using fl_set_event_callback() or similar to register an event handler that always returns FL_PREEMPT, that removes itself when it gets called the first time ? This way there is no need for

Splash form

2001-03-06 Thread John Levon
We would like the form to go away whenever any interaction happens, or after the timeout. How about using fl_set_event_callback() or similar to register an event handler that always returns FL_PREEMPT, that removes itself when it gets called the first time ? This way there is no need for