Re: cannot "quit" file browsers

Dr. T.C. Zhao (zhao@bragg.phys.uwm.edu)
Mon, 3 Mar 1997 23:31:17 -0600

To subscribers of the xforms list from "Dr. T.C. Zhao" <zhao@bragg.phys.uwm.edu> :

From: Tristan <tristan@creative.net>
>static int
>at_close_ignore(fl_form, data)
> FL_FORM *fl_form;
> void *data;
>{
> fl_hide_form(fl_form);
> return FL_IGNORE;
>}

>my file browser with the window manager's "quit" menu, the
>file browser form disapears, but the application hangs.

A bug of some sort. File selector disables all
other forms, so when it goes away this way,
all forms remain disabled. This will be fixed.
For the time being, you can add fl_activate_all_forms
after fl_hide_form.

_________________________________________________
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/xforms-archive/