Abdul: That works.
Thanks for your patience. John --- In [email protected], "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > > My mistake... > > 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] <flexcoders% 40yahoogroups.com>, "Abdul > > Qabiz" <abdul.qabiz@> > > 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 <jdixon@> wrote: > > > > > > > > --- In [email protected] <flexcoders% 40yahoogroups.com><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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/TktRrD/gOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

