XForms: form placement flags

J. P. Mellor (jpmellor@ai.mit.edu)
Sat, 4 Jul 1998 12:53:08 -0400

# To subscribers of the xforms list from "J. P. Mellor" <jpmellor@ai.mit.edu> :

I've noticed some peculiar behavior with fl_set_form_geometry and
fl_show_form with version 0.88 on linux.

fl_set_form_geometry(form1, ...);
fl_show_form(form1, ...);
fl_set_form_geometry(form2, ...);
fl_show_form(form2, ...);

works correctly, however

fl_set_form_geometry(form1, ...);
fl_set_form_geometry(form2, ...);
fl_show_form(form1, ...);
fl_show_form(form2, ...);

does not. The position of form2 is not correct. For example, if
FL_PLACE_GEOMETRY is used, then form2 is shifted up and left by the
size of the window decorations; if FL_PLACE_ASPECT is used, then form2
is positioned is some other position which I can't figure out.

jp
_________________________________________________
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/