XForms: In fl_handle_it [objects.c 1398] Bad object

AMIT BHATNAGAR (amit@cs.dal.ca)
Thu, 9 Jul 1998 16:01:40 -0300 (ADT)

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

can some explain what this line means:

In fl_handle_it [objects.c 1398] Bad object

this gets printed out to stdout, however this error does not cause my
program to crash. The code segment:

void
selected (FL_OBJECT *browser, long data)
{
FL_OBJECT *next;
char line[20];
int line_number = 0;

line_number = fl_get_browser(browser);

strcpy (line, fl_get_browser_line (browser, line_number));
next = fl_get_focus_object (fdui_international->international_flight_plan);
fl_set_input (next,line);
fl_activate_form (fdui_international->international_flight_plan);
fl_hide_form (browser->form);
fl_free_form (browser->form);
}

..where selected () is the double click callback for this browser. Like I
said before.. this function does what I wanted it to do.. however that
error line appears.

thanks.

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