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 flexcoders@yahoogroups.com, "jamesfin" <james.alan.finni...@...> wrote:
>
> close...use this....
> 
> myButton.toolTip = null;
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "taude1" <tprekaski@> wrote:
> >
> > That doesn't work, it then creates the tooltip from the label value.
> > 
> > --- In flexcoders@yahoogroups.com, "Ariel J" <arieljake@> wrote:
> > >
> > > i believe you can do this by setting the tooltip text to the empty string
> > > 
> > > --- In flexcoders@yahoogroups.com, "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,
> > > >
> > >
> >
>


Reply via email to