That works just fine :) I really appreciate your help, thanks.
But...
It is somewhat the same principle as the ChangeWatcher idea. I even
get the same warning when compiling using both methods:
"warning: unconverted Bindable metadata in class blah blah...".
So, I am wondering if there is no way to know when the values are accessible.
What do our Adobe friends say about this little question? Is it
something that could possibly be done without warnings in the IDE? Is
it something that could be done?
Thanks again Michael, for your time and persistence.
Claudia
On 6/13/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> what about;
>
> What about adding;
>
> private var bInitialized:Boolean = false;
>
>
> public function set someValue(value:Number):void
> {
>
> if (!bInitialized) {
> initialize()
> bInitialized = true;
> }
> }
>
> private function initialize():void
> {
> // execute one time only code for component initialization
> }
>
> ? :)
>
> Peace, Mike
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~->
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/