I think, it would be:
linkBar.setStyle ("overSkin", null);
try this..
-abdul
On 9/6/06, jdixon428 <
[EMAIL PROTECTED]> wrote:
Abdul:
Tried your code, but the backgroundColor becomes Black when I put
the mouse on the menu choice.
Other ideas?
John
--- In [email protected], "Abdul Qabiz" <[EMAIL PROTECTED]>
wrote:
>> Following example code might give you idea, how to do it:
>
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
> creationComplete="onAppInit ()">
> <mx:Script>
> function onAppInit ():void
> {
> linkBar.setStyle ("rollOverSkin", null);
> }
> </mx:Script>
> <mx:LinkBar id="linkBar" />
> </mx:Application>
>
> -abdul
>
>
>> On 9/6/06, jdixon428 <[EMAIL PROTECTED]> wrote:
> >
> > --- In [email protected] <flexcoders%
40yahoogroups.com>, "Abdul
> > Qabiz" <abdul.qabiz@>
> > wrote:
> > >
> > Abdul:
> >
> > Where do I put this code?
> >
> > Is the linkBarInstance the id of the LinkBar?
> >
> > Regards,
> >
> > John
> >
> >
> > > linkBarInstance.setStyle ("overSkin", null);
> > >
> > > That should work..
> > >
> > > Later if you want to show something else, you can create a
> > programmatic skin
> > > or CSS based to override the inherited one..
> > >
> > > -abdul
> > >
> > > On 9/6/06, jdixon428 <jdixon@> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I posted this yesterday, but did not see it show up. Maybe
> > everyone
> > > > was enjoying the long holiday weekend. So I will try again.
> > > >
> > > > ****************
> > > >
> > > > I have an HBox with a backgroundImage. I then have a LinkBar
with
> > > > several menu choices on top of the HBox.
> > > >
> > > > How can I set the LinkBar RollOverColor to NOT display any
color.
> > > >
> > > > I guess I am saying transparent or something of that nature.
> > > >
> > > > ****************
> > > >
> > > > Bottom line, I can't figure out how to do it.
> > > >
> > > > Any suggestions?
> > > >
> > > > Regards,
> > > >
> > > > John
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- [flexcoders] Re: Setting RollOverColor in LinkBar jdixon428
- Re: [flexcoders] Re: Setting RollOverColor in LinkBar Abdul Qabiz
- [flexcoders] Re: Setting RollOverColor in LinkBar jdixon428
- [flexcoders] Re: Setting RollOverColor in LinkBar omkarjoe
Reply via email to

