XForms: fl_deavctivate_all_forms()

controltech (joel@bamboo.verinet.com)
Tue, 7 Jul 1998 13:15:25 -0600 (MDT)

# To subscribers of the xforms list from controltech <joel@bamboo.verinet.com> :

I have a form that goes into a wait loop while processes are finishing.
During this time I want all key presses inside a form to be ignored.
Right now I do something like;

timedone()
{
fl_deactivate_all_forms();
waitclean();
fl_activate_all_forms();
}

I expect all key presses while in waitclean() to be ignored. What
happens though, is that if the user happened to press some buttons
during this time, they all take effect when waitclean() returns.
Does anyone know how to accomplish what I'm after?

Thanks
Joel
_________________________________________________
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/