ActionScript 3 is an Object Oriented Programming language, and here access modifiers are used for handling declaration visibility. The common access modifiers in Object Oriented Programming are Public, Private and Protected, apart from this in AS3 new access modifier namespace is introduced. This is used when we want more control over who can access class [...]
Archive for June, 2011
A closer look of mx_internal namespace
Posted: June 20, 2011 in Adobe, Flex, TechnologyTags: Actionscript3, AS3, Flex, Framework, mx_internal, Namespace
Adaptability is a soul of survival in industry
Posted: June 15, 2011 in Technology, ThoughtsTags: Adaptability, Apple, Big Blue, Facebook, Google, IBM, Innovation
The Big Blue celebrates its 100th anniversary and this is a gigantic achievements. The Big Blue is a popular name of IT giant IBM (International Business Machine). After this success story IT worlds are started looking the essence of survival in volatile IT industry. From the product providers to the service providers IBM is a [...]
Hi Friends, I just read a book name “As A Man Thinketh” in one sitting because there is some magical power within they connect you till the end page. This is truly a masterpiece by James Allen and I am quite sure this will help you to build a foundation of your success. This book [...]
Valid Data Provider for spark List component
Posted: June 8, 2011 in Adobe, Flex, TechnologyTags: collections, data provider, Flex, IList, Spark, XMLList
In the course of migration from Flex3 project to Flex4 usually we faced common TypeError at runtime. These error are generally a type coercion failed error. The simple usecase of this is we are converting <mx:List> component to <s:List> component. Here we have an inline xml object for “imgList” and binding it to a <mx:List> [...]