Abdul: Mispoke, some.
Setting rollOverSkin to null has no effect. Setting rollOverColor to null changes background color to Black. Setting themeColor to null changes the background color to Medium Grey. 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 Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

