Yeah, I already tried that. For some reason, it still shows. In looking at the Button.as code, in the updateDisplayList, I see some code that seems like it's always going to render a tooltip if a label is set on the Button.
I guess I can always Monkey Patch the button, but it seems like there's something simpler to do. One of the strange uses of this particular button is that the label is set when the person mouses over it. Here's a DEMO: http://www.simplifiedchaos.com/test/slidingButton/ --- In [email protected], "jamesfin" <james.alan.finni...@...> wrote: > > close...use this.... > > myButton.toolTip = null; > > > > --- In [email protected], "taude1" <tprekaski@> 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, > > > > > > > > > >

