How to make a new "goodie"?

Mats Bergstrom (mb@talws10.nbi.dk)
Thu, 21 Nov 1996 17:45:14 GMT

To subscribers of the xforms list from mb@talws10.nbi.dk (Mats Bergstrom) :

Hello,
What is the simplest way to make a new `goodie'?
E.g. create a function that pops up a new form and returs at some
point.

/* Forms active Forms inactive */
...bla bla bla... /* A B */
i = my_goodie(); /* my_goodie_form A,B */
... bla bla bla.. /* A B */

This is simple by using `fl_deactivate_all_form()' and
`fl_activate_all_forms()' and works if all forms before the entry of
`my_goodie()' are active.
Is there a simple solution, or do I have to create a list of the
active forms inside `my_goodie()' (by looking at FL_FORM.deactivated)?

/Mats

To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html