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
: 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
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
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
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
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
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";
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
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
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
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
, 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
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.
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
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
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
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
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
18 matches
Mail list logo