Jump to content
Sign in to follow this  
Guest zip

tooltip vs. helpid

Recommended Posts

Guest HC001ST - Stick

What's the difference?For the life of me, I can't figure out what.Thanks

Share this post


Link to post
Share on other sites
Guest bartels

Help Ids give static information (pre-CFS2), tooltip show also some dynamic info like associated values. Tooltips were introduced with CFS2 if I recall that right.Arne Bartels

Share this post


Link to post
Share on other sites
Guest HC001ST - Stick

Ok, then I'm not crazy :) I thought they really might be just an extension of the technology. Yeah!

Share this post


Link to post
Share on other sites
Guest zip

HelpIDs are the old style tooltips that were compiled as resources in FS, so you cannot change them.The new tooltips however can be dynamic (have parameters) or static. The macros must be enclosed in mouse_parent blocks.For an example of a static tooltip:MOUSE_BEGIN....MOUSE_PARENT....MOUSE_TOOLTIP_STRING ("Tooltip string goes here")MOUSE_CHILD_FUNCTION...MOUSE_PARENT_ENDMOUSE_PARENT....MOUSE_TOOLTIP_STRING ("Another tooltip string goes here")MOUSE_CHILD_FUNCTION...MOUSE_PARENT_ENDMOUSE_ENDFor an example using parameters, lookup the tooltip sample in the SDK documentation.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...