If I'm building a custom component that does not use the V@ architecture and am users the getters and setters within the component inspector panel (Inspectable etc) when are these called? Are they called automatically by the person putting the info in the panel or are they like other functions where during my inti() method I need to call those setters to get those values into those variables.
To give a more concrete example if I have a set boxColor(selectedColor){ _boxColor=selectedColor; } is there a point where this is automatically called for a non-V2 component? Thanks in advance. Mani _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com