Re: XForms: fl_set_form_position doesn't work as expected

Markus von der Heyde (mvonderh@cs.rochester.edu)
Wed, 1 Apr 1998 17:32:46 -0500

# To subscribers of the xforms list from Markus von der Heyde <mvonderh@cs.rochester.edu> :

"George R. Welch" <george_j@leona.physics.tamu.edu> wrote:

> I have read every single word so may times I can recite the
> whole thing. Is there *really no way* to set a form at a given
> location on the screen?!?!?! How can this be????

In the right context these lines should do it:

fl_initialize(&argc, argv, 0, 0, 0);
/* ... */
fl_set_form_position(help_GUI->help,x,y);
fl_show_form(help_GUI->help,FL_PLACE_POSITION,FL_FULLBORDER,"HELP");
/* ... */
fl_do_forms();

Have fun.
MvdH
_________________________________________________
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/