Re: XForms: form placement flags

T.C. Zhao (tc_zhao@yahoo.com)
Mon, 6 Jul 1998 15:43:15 -0700 (PDT)

# To subscribers of the xforms list from "T.C. Zhao" <tc_zhao@yahoo.com> :

The positioning/geometry request is not persistent,
i.e., it only applies to the next fl_show_form()
and after that, it's reset. If this is not documented,
it definitely should be.

---"J. P. Mellor" <jpmellor@ai.mit.edu> wrote:
>
> # 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/
>
>

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at /cgi-bin/exit-to?http://mail.yahoo.com

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