Re: XForms: CHANGING browser's DEFAULTS

Steve Lamont (spl@szechuan.ucsd.edu)
Mon, 27 Apr 98 06:00:02 PDT

# To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

> CASE A)----------------------------------------------------------
>
> int main(int argc, char *argv[])
> {
>
> FL_OBJECT *obj;
>
> FL_IOPT fl_cntl;
> fl_cntl.scrollbarType = FL_NICE_SCROLLBAR;
> fl_set_defaults(FL_PDScrollbarType, &fl_cntl);
>
> fl_initialize(&argc, argv, "MY_DEMO", 0, 0);
> create_form();
>
> ..............
> ..............
>
> It did not work. At run time I did get the following :
>
> In GetComponent [child.c 225] requested object not found
> In fl_set_object_boxtype [util.c 43] Setting boxtype of NULL object.
> In fl_bgn_form [forms.c 56] You forgot to call fl_end_form

>From where in your code does this message emanate? Are you calling
fl_get_object_component()? If so what does the argument list look
like?

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