Menu

#1 Balloon Help

open
5
2006-12-27
2006-10-02
schella
No

If you could add balloon help, especially to the
"record now" interface, that would be great. Simple and
awesome program!

Discussion

  • Gadi Bergman

    Gadi Bergman - 2006-12-27
    • assigned_to: nobody --> gadibergman
     
  • Gadi Bergman

    Gadi Bergman - 2006-12-27

    Logged In: YES
    user_id=841265
    Originator: NO

    Thank you for your compliments again.
    I am sorry, but I am not familiar with programming balloon help.
    Are you?

     
  • schella

    schella - 2007-01-02

    Logged In: YES
    user_id=498997
    Originator: YES

    Yes, check out: http://en.wikipedia.org/wiki/Balloon_help

    Essentially, balloon help is this - if you hover your mouse for about 1 second over a certain button, the computer displays a short one-sentence or one-word description of what that button does. Most development environments just require you to set the balloon-help-text property (or something similar) to the appropriate text.

    Thanks for responding to this request!

     
  • Gadi Bergman

    Gadi Bergman - 2007-05-12

    Logged In: YES
    user_id=841265
    Originator: NO

    According to my research, balloon help is not integrated in MFC and is quite difficult to implement. One has to build the following infrastructure:
    1. Start counting time when the mouse is over a region that has a tip to display and abort the count if the mouse leaves the region.
    2. Drawing a tool tip window and deleting it after a specified time frame.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.