RE: XForms: Multiple forms in fdesign: How to call them?

Matthew (matthew@mattshouse.com)
Mon, 11 Jan 1999 11:57:12 -0600 (CST)

# To subscribers of the xforms list from Matthew <matthew@mattshouse.com> :

Use the fl_show_form function in the buttons callback function.

Here is an example:
fl_show_form(fdui_warning->warning,FL_PLACE_CENTERFREE,FL_TRANSIENT,"WinTitle");

On 11-Jan-99 Hugh Gibson wrote:
># To subscribers of the xforms list from Hugh Gibson <hugh@mrao.cam.ac.uk> :
>
> Hi,
> I'm new to XForms and form design, but have read through
> the books, compiled the demos, and written very simple apps.
>
> However, I've got stuck with fdesigner. I have multiple forms which
> I want to become 'pop-up' options. i.e. I have an 'overall' form, which
> I want to call first, then other forms which are called up at the press
> of a button.
>
> How do I set the call-backs on the buttons of the 'overall'
> form such that they invoke the other forms?
> Is this the correct way to do do this?
>
> At present, I can only get the top form to appear in the compiled
> code.
> I'm very sorry if this sounds a goofy question.
>
>
> I haven't found many good fdesign examples on the web, except
> www.sis.nagoya-u.ac.jp/~nakano/gaisho2 but that's all in japanese.
>
> your help with the above two items (fdesign examples, and multiple forms)
> would be very much appreciated.
> Hugh Gibson.
> _________________________________________________
> 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/

----------------------------------
E-Mail: Matthew <matthew@mattshouse.com>
Date: 11-Jan-99
Time: 11:55:13

This message was sent by XFMail
----------------------------------
_________________________________________________
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/