XForms: Browser question

From: Alan McGuinness (alan.mcguinness@kapookigames.com)
Date: Thu Oct 19 2000 - 14:02:24 EDT

  • Next message: Steve Lamont: "Re: XForms: Browser question"

    # To subscribers of the xforms list from Alan McGuinness <alan.mcguinness@kapookigames.com> :

    Hi,

    Is there a way that I can associate a struct or pointer to a struct
    with a specific line in a browser. Something like:

    fl_set_browser_line_ptr(browser_obj, line_no, (void *)ptr_to_struct);

    So that when I click on a line, I can

    int line_no = fl_get_browser(browser_obj);
    my_struct = (my_struct_type *)fl_get_browser_line_ptr(browser_obj,
    line_no);

    Cheers,
    Al.

    --
    I used to make model snakes when I was younger....
    The feet were the hard part!
    

    _________________________________________________ To unsubscribe, send the message "unsubscribe" to xforms-request@bob.usuhs.mil or see http://bob.usuhs.mil/mailserv/xforms.html XForms Home Page: http://world.std.com/~xforms List Archive: http://bob.usuhs.mil/mailserv/list-archives/



    This archive was generated by hypermail 2b29 : Fri Oct 20 2000 - 04:10:57 EDT