Re: Text editing...

Rick Shaw (shawr@cs.man.ac.uk)
Thu, 6 Mar 1997 17:07:08 +0000 (GMT)

To subscribers of the xforms list from Rick Shaw <shawr@cs.man.ac.uk> :

Hi all,

using ver 0.81 I have created a normal input box, and for some reason
whatever is typed into this box does not appear. Does anybody know why,
and am I doing something stupid ?

Cheers
Rick

This is the way I have set it up (it's in Perl).

$obj = fl_add_input(FL_NORMAL_INPUT, 120, 140, 90, 20, "Tutor Group :
");
$tut_grp_input = $obj;
fl_set_object_lsize($obj, FL_MEDIUM_SIZE);
fl_set_object_callback($obj, "tut_grp_cb", 0);

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