Re: XForms: problem using fl_set_xyplot_alphaxtics

From: James D. Stegeman (stegeman@grc.nasa.gov)
Date: Tue Jun 12 2001 - 15:26:18 EDT

  • Next message: James D. Stegeman: "Re: XForms: problem using fl_set_xyplot_alphaxtics"

    Steve,

    I've been reading the changes file and trying to find something. About
    the
    only thing I can see, is the tool tip functionality. I notice that tool
    tips are now
    internalized via the fl_set_object_helper function. We've been using the

    fl_add_timeout(INTERVAL,do_tips,ob); /* show tool tip */
    and
    fl_show_oneliner(((DataAndText*)(ob->u_vdata))->toolTip, ob->form->x +
    ob->x,
                        ob->form->y + ob->y + ob->h +
    1); /* displays tool tip */

    for our tool tip stuff.

    Do you think this might cause a conflict?

    I'll try to put together a sample code file to duplicate this, but it
    will take some time. These
    routines are buried deep and have a bunch of include files on top of
    them.

    Thanks,

    Jim Stegeman

    spl@eggshell.ucsd.edu wrote:

    > # To subscribers of the xforms list from spl@eggshell.ucsd.edu :
    >
    > > Thanks for your suggestion. The version you site, 0.89.6 fixed this
    > > problem. However, when we click on a button to get a menu (a form
    > > menu, not a pop-up), xforms 0.89.6 doesn't like something we are
    > > doing and, well, we crash. Version 0.88.1 works fine for the
    > > menuing stuff, but doesn't like the fl_set_xyplot_alphatics (which
    > > is solved in 0.89.6).
    > >
    > > Any idea on what has changed between these versions that might
    > > account for this?
    >
    > Not offhand. Did you look at the `Changes' file?
    >
    > Can you duplicate the problem with the menus in sample code?
    >
    > spl
    > _________________________________________________
    > 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/

    --
    -------------------------------------------------------------------------------
    

    James D. Stegeman | This space for rent: NASA Glenn Research Center | Lewis Field | 21000 Brookpark Rd. MS 142-4 | Phone: 1-216-433-3389 Cleveland, Ohio 44135 | Fax: 1-216-433-8000 | e-mail: stegeman@grc.nasa.gov -------------------------------------------------------------------------------

    _________________________________________________ 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 : Tue Jun 12 2001 - 15:34:10 EDT