XForms: ?

AMIT BHATNAGAR (amit@cs.dal.ca)
Thu, 4 Jun 1998 11:34:58 -0300 (ADT)

# To subscribers of the xforms list from AMIT BHATNAGAR <amit@cs.dal.ca> :

how come I am able to do this in a button callback:

fl_hide_form (obj->form);
fl_free_form (obj->form);

(obj being the FL_OBJECT * that the callback receives..)

, but I cannot do this:

fl_set_object_label (obj->prompt, test);

in an input field callback. obj is of type FL_OBJECT *.

What I need to do is regardles of which form is using this callback, the
input should be gotten via fl_get_input, and then set the text box's
(prompt) to an appropriate value.

If I can't point to the prompt text box, is my only alternative to case on
which form has called the function, and then point to its fdui? this would
be very large for my case.

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