realbasic-nug
[Top] [All Lists]

Re: Disable Tooltips (HelpTag)

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Disable Tooltips (HelpTag)
From: Dario Guerrero <dariogf at mac dot com>
Date: Sat, 1 Jun 2002 21:00:28 +0200
thanks, i think this would help ;-)


On sábado, junio 1, 2002, at 08:16 , George Clark wrote:

Well, you could create a class interface, but it would be easier (and in
my opinion, simpler) to put this in the open event of all your windows:

dim i as integer

if shouldDisableHelpTags = true then
   for i = 0 to controlCount-1
       control(i).helpTag = ""
   next
end if

Adam


Un saludo,

        Darío Guerrero.
        ---------------

        mailto:dariogf at mac dot com
        http://perso.wanadoo.es/dariogf/
        Kualo Software.
        http://homepage.mac.com/kualo/
        mailto: kualo at mac dot com



<Prev in Thread] Current Thread [Next in Thread>