Re: [flexcoders] Some AS3 component troubles

2007-01-16 Thread Janis Radins
*To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Some AS3 component troubles Thankyou both for answers. You finally gave me some pointers to explore. 07.15.1 Ralf Bokelberg [EMAIL PROTECTED] rakstīja: Hi Janis Your component looks very different from a common Flex component. Flex components

Re: [flexcoders] Some AS3 component troubles

2007-01-15 Thread Michael Schmalle
Hi, Looking at your code, you might want to try searching the Flex Docs for component creation and component life cycle. It's a huge no-no what you are doing in the constructor. 1. Never create instances in a constructor(createChildren()). 2. Never call addChild in a constructor

Re: [flexcoders] Some AS3 component troubles

2007-01-15 Thread Ralf Bokelberg
Hi Janis Your component looks very different from a common Flex component. Flex components follow a certain structure to create sub instances and update their ui. I don't remember the url, but i think you can find some introductory tutorials about Flex component development at Adobe's website.

Re: [flexcoders] Some AS3 component troubles

2007-01-15 Thread Janis Radins
Thankyou both for answers. You finally gave me some pointers to explore. 07.15.1 Ralf Bokelberg [EMAIL PROTECTED] rakstīja: Hi Janis Your component looks very different from a common Flex component. Flex components follow a certain structure to create sub instances and update their ui. I

RE: [flexcoders] Some AS3 component troubles

2007-01-15 Thread Stephen Gilson
/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Janis Radins Sent: Monday, January 15, 2007 9:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Some AS3 component troubles Thankyou both for answers. You finally gave