Re: [flexcoders] How to call container's method into component file

2011-08-27 Thread Rishi Tandon
Use object oriented best practice. Mxml I'd nothing but a actionscript class. If u r initializing the custom component inside the other component, then u can directly access the method or else use the Application.application.componentiD.methodName if u are Where are u initializing globally. Se

[flexcoders] Re: Best Practice for Subclassed UIComponent and DataProvider

2011-08-27 Thread hanzo55
I very much appreciate the help! Any chance I can take to improve the design would be greatly beneficial, from a maintenance standpoint. My feeling originally was if I have two comboboxes that are in entirely different parts of the app, but that will always be populated by the same data

[flexcoders] How to call container's method into component file

2011-08-27 Thread shail
Hi Group, I have a customize container component in which i am using one sub-component. The customize container has one overriden method save(), i want to call this method in subcomponent. Can this be possible? my code looks like this - GraphDex.mxml overrides public void save(){ //plz ignor

[flexcoders] Demo at Adobe HQ in SF. Build custom APIs into a Flex app in minutes!

2011-08-27 Thread rfong32039
Come to our Adobe Developer User Group meeting at Adobe HQ in SF. RSVP at : baadaug.org Here is the event August 30, 2011 - Flex Wrapper for the Cocoafish mobile platform.: Michael Goff, Andy Volanakis Build custom APIs and network features into a Flex app in minutes! Cocoafi

[flexcoders] Text to speech

2011-08-27 Thread Madhu
I want to know whether there is any option like text to speech as we have in VBScript speak option