close...use this.... myButton.toolTip = null;
--- In [email protected], "taude1" <tpreka...@...> wrote: > > That doesn't work, it then creates the tooltip from the label value. > > --- In [email protected], "Ariel J" <arieljake@> wrote: > > > > i believe you can do this by setting the tooltip text to the empty string > > > > --- In [email protected], "taude1" <tprekaski@> wrote: > > > > > > This seems like it should be easy. I know I can turn tooltips off with > > > the ToolTipManager, but that's applciation wide. I want to disable > > > tooltips from certain Buttons. > > > > > > I've implemented various combinations of tooltipShow, tooltipStart, > > > tooltipCreate on teh Button and tried setting the toolTips to NULL, to > > > creating a dummy toolTip, etc... > > > > > > > > > Any ideas on how to totally supress tooltips? > > > > > > Thanks, > > > > > >

