[flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory.

2012-02-10 Thread ks82
Hi, I have an application with modules which I converted over to SDK 4.5 using Flex 3.0 compatibility mode. I am able to compile and run in the development and test servers without problems butwhen I release it to production server, I get the above error. Any help will be appreciated. Thanks

Re: [flexcoders] different handling of mouseWheelEvents in internet explorer and firefox/Chrome

2012-02-10 Thread Wouter Schreuders
it's the same version of flash player(11.1.102.55) On 9 February 2012 21:22, Rishi Tandon wrote: > ** > > > Have u checked the version of flash player plugin installed for IE? > > Sent from my iPad > > On 09-Feb-2012, at 5:26 PM, Wouter Schreuders > wrote: > > > > Hi All > > I've been having pr

Re: [flexcoders] Advantages and Disadvantages of skinning

2012-02-10 Thread The Real Napster
In the march 2010 skinning concept was introduced in version Flex 4. Its been almost 2 years, it seems like many people don't have in depth knowledge of skinning. I am struggling a lot to understand skinning properly. I have started looking into it very recently and I think its not much useful unti

Re: [flexcoders] Advantages and Disadvantages of skinning

2012-02-10 Thread Tandon, Rishi
The basic reason to add skins in Flex 4 is to increase the performance and load time of flex based application. It removes the numerous extra properties from the mx object which could be added as per the UI demand. Skinning provides more flexible to the UI controls and components [such as side r

Re: [flexcoders] Advantages and Disadvantages of skinning

2012-02-10 Thread Haykel BEN JEMIA
The new skinning architecture in Flex 4 separates business logic and design for a component. The component itself contains only the functionality (the M and C of the MVC pattern) and the skin defines its visual aspect (the V of MVC). If used correctly, you can change the design (skin) of a componen