[flexcoders] creationcomplete firing when a component is disabled

2009-09-01 Thread Scott
I've got a troubling issue... On my main page I have a tabNavigator that has several different pages for my app. This navigator is disabled until the user logs in. However, even though the navigator is disabled; it still fires off the creationcomplete which is giving me grief because the data

RE: [flexcoders] creationComplete?

2008-02-11 Thread Alex Harui
: flexcoders@yahoogroups.com Subject: [flexcoders] creationComplete? I have two screens in Flex,for instance screen1 screen2 the creationComplete in screen2 triggered when the screen move from screen1 to screen2 first time. then I go back from screen2 to screen1 with other code. but the

[flexcoders] creationComplete?

2008-02-11 Thread markflex2007
I have two screens in Flex,for instance screen1 screen2 the creationComplete in screen2 triggered when the screen move from screen1 to screen2 first time. then I go back from screen2 to screen1 with other code. but the creationComplete in screen2 doesn't triggered when the screen move from s

[flexcoders] creationComplete question?

2007-12-21 Thread markflex2007
Hi I have some screens under ViewStack like this I have set creationComplete event to call a function for Form2View, but the event is actived when I call the app first time(it show Form1View at first). I hope the creationComplete event work when I reach Form2View, P

Re: [flexcoders] creationComplete Not Firing

2007-12-03 Thread Tom Chiverton
On Friday 30 Nov 2007, urmacboy wrote: > We're experiencing an interesting problem where the function in the > creationComplete attribute in the Application tag fails to run. You've verified this how ? By setting a breakpoint on the first line in the debugger ? -- Tom Chiverton Helping to adap

RE: [flexcoders] creationComplete Not Firing

2007-11-30 Thread Alex Harui
oders@yahoogroups.com Subject: [flexcoders] creationComplete Not Firing We're experiencing an interesting problem where the function in the creationComplete attribute in the Application tag fails to run. Has anyone else experienced problems with this attribute. The code for our Application tag is as foll

[flexcoders] creationComplete Not Firing

2007-11-30 Thread urmacboy
We're experiencing an interesting problem where the function in the creationComplete attribute in the Application tag fails to run. Has anyone else experienced problems with this attribute. The code for our Application tag is as follows: http://www.adobe.com/2006/mxml";

[flexcoders] CreationComplete seems to be a little SLOW

2007-04-09 Thread boy_trike
On a state change I have the following snippet: in the displayLastOrder() function I have a trace Statement trace('I am in the enterstate function'); in the OneItemOptions I am calling an init function on creationComplete. In that function I have another tra

Re: [flexcoders] CreationComplete help....

2007-01-17 Thread Tom Chiverton
On Tuesday 16 January 2007 17:39, jensen.axel wrote: > then i pick a different item from a , and reload the > component, to edit the new data i've selected from my tree... and the > setup() function never runs, because the component has already been > created, so i'm wondering how i can get this fu

RE: [flexcoders] CreationComplete help....

2007-01-16 Thread Beverly Guillermo
12:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CreationComplete help Hello, I have a custom Component (it is an edit/create form) that i'm initializing... when i go and initialize the component, it runs a function on creationComplete="setup()" then i save

[flexcoders] CreationComplete help....

2007-01-16 Thread jensen.axel
Hello, I have a custom Component (it is an edit/create form) that i'm initializing... when i go and initialize the component, it runs a function on creationComplete="setup()" then i save some data, and change viewStates... then i pick a different item from a , and reload the component, to edi

RE: [flexcoders] CreationComplete?

2006-08-15 Thread Matt Chotin
, August 15, 2006 8:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CreationComplete?   Hi, I am trying to populate this data grid upon page load. If the page I am working has the tag, then I can use creationComplete(), but what can I do if I am working on a page which does

[flexcoders] CreationComplete?

2006-08-15 Thread malik_robinson
Hi, I am trying to populate this data grid upon page load. If the page I am working has the tag, then I can use creationComplete(), but what can I do if I am working on a page which does not contain the I can load the data grid if I write a function, but I want it to execute automatically.

[flexcoders] creationComplete on custom non UI component

2006-06-11 Thread Claudia Barnal
Is there a best practice for making something similar to a creationComplete method on a non UI component that extends EventDispatcher? I am not sure this is what I need, but let me explain my situation: The problem is that I can't get to the "someValue" (10 in this case) i have set in the MXML

Re: [flexcoders] creationComplete on ViewStack children *bug?*

2005-08-25 Thread Manish Jethani
On 8/26/05, Scott Barnes <[EMAIL PROTECTED]> wrote: > I've got a typical setup where i set certain properties of controls > within a child of a view stack. Inside the child i have the usual > "creationComplete=hlper.myfunc()" > > Only the myFunc doesn't even know its children within, meaning if i

Re: [flexcoders] creationComplete on ViewStack children *bug?*

2005-08-25 Thread Scott Barnes
child of the navigator container. > > That means, to me, it is there by design. > > You can call myFunc from creationComplete of each children or show/hide > event of ViewStack. > > > -abdul > > > > > > -Original Message----- > From: f

RE: [flexcoders] creationComplete on ViewStack children *bug?*

2005-08-25 Thread Abdul Qabiz
Title: RE: [flexcoders] creationComplete on ViewStack children *bug?*  Scott- > So in saying this, does this mean that ViewStack creates the base > containers for all of its children, but all sub-containers there > within, aren't created until that child recieves i

[flexcoders] creationComplete on ViewStack children *bug?*

2005-08-25 Thread Scott Barnes
I've got a typical setup where i set certain properties of controls within a child of a view stack. Inside the child i have the usual "creationComplete=hlper.myfunc()" Only the myFunc doesn't even know its children within, meaning if i did view.myButton.enable = false; the view.myButton would re