[flexcoders] Flex component kit problem

2007-09-17 Thread helix206
I have created a SWC component with Flash, simple one. I have a variable label1 that i set from Flex when defining a component : local:MyComp id=Mycmp label1=Testing / Variable label1 actualy changes but the textField in Flash doesent show it, anyone knows why? This is part of AS code from

RE: [SPAM] [flexcoders] Flex component kit problem

2007-09-17 Thread Paul Steven
component kit problem I have created a SWC component with Flash, simple one. I have a variable label1 that i set from Flex when defining a component : local:MyComp id=Mycmp label1=Testing / Variable label1 actualy changes but the textField in Flash doesent show it, anyone knows why

RE: [flexcoders] Flex component kit problem

2007-09-17 Thread Alex Harui
Sent: Monday, September 17, 2007 7:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex component kit problem I have created a SWC component with Flash, simple one. I have a variable label1 that i set from Flex when defining a component : local:MyComp id=Mycmp label1=Testing

[flexcoders] Flex component kit problem

2007-05-17 Thread helix206
Ok, i have managed to create a small component in flash and load it in flex, work great, tho i have one problem. As the class i created extends uimovieclip, flex sees it as movieclip, but i need the property's of a button. Actualy i need autoRepeat property of a button. Does anyone know how to