[flexcoders] Re: [Bug] Icons in TabNavigator (inside TitleWindow)

2007-05-30 Thread Carlos Rovira
It seems that the bug only happens when set width=100% on the tabnavigator. you could see the problem here: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg58259.html 2007/5/30, Carlos Rovira [EMAIL PROTECTED]: Hi, I have a TitleWindow with a TabNavigator inside. The tabs have an

[flexcoders] Re: [Bug] Icons in TabNavigator (inside TitleWindow)

2007-05-30 Thread Carlos Rovira
I found a work around ... you could use creationComplete to set an style using tabnav.setStyle('icon',..) forcing the tabnavigator to reposition the icons. 2007/5/30, Carlos Rovira [EMAIL PROTECTED]: It seems that the bug only happens when set width=100% on the tabnavigator. you could see