Le 7 janv. 07 à 04:57 Matin, Wade Maxfield a écrit:

Through googling, I found you could enable/disable HelpTags in OSX (not
classic), using the following code.

In Classic, where "help tags" are called "help balloons" (and are different in shape, like a balloon in "book with images" (sorry, don't know the english term for that common kind of books)), you can also enable/disable them, using that code:

  dim i As Integer

Declare Function HMSetBalloons Lib "InterfaceLib" (flag as Boolean) as Integer

    i=HMSetBalloons(False)
'or
    i=HMSetBalloons(True)

if i<>0 then
msgbox "Could not enable/disable help balloons."


P.S: when you look for things not available directly from Realbasic, you might consider downloading TBFinder. It's an application that browse the ".c" files (headers where many declares' syntax (and more, but TBFinder simplifies to only show declares) are stored). It's how I found my answer here and this application is very usefull (and free). When you download TBFinder, you have to also download the folder containing the ".c" files, available on the Apple website (the URL is written in the "Read me" files of TBFinder".

As for Win32, I don't know, 
sorry._______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to