[flexcoders] Re: Overriding inherited skin style

2007-11-14 Thread polestar11
I tried that, but I get the following exception: TypeError: Error #1034: Type Coercion failed: cannot convert null to Class. at mx.core::Container/isBorderNeeded()[E:\dev\flex_3_beta2\sdk\frameworks\projects\framework\src\mx\core\Container.as:4054] --- In flexcoders@yahoogroups.com, Alex Harui

Re: [flexcoders] Re: Overriding inherited skin style

2007-11-14 Thread Tom Chiverton
On Wednesday 14 Nov 2007, polestar11 wrote: I tried that, but I get the following exception: borderSkin: ? Or look at the source and see what the default is, and set it back to that. -- Tom Chiverton Helping to collaboratively unleash professional e-tailers on: http://thefalken.livejournal.com

[flexcoders] Re: Overriding inherited skin style

2007-11-14 Thread polestar11
Bingo! The solution was to set the style back to the default, Halo theme: borderSkin: ClassReference(mx.skins.halo.HaloBorder); Thanks Tom --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 14 Nov 2007, polestar11 wrote: I tried that, but I get the