I have a component...a empty canvas that has a show listener that simply
calls trace to write "test" to the log file, ok? I then have my initial
application load up with a tab navigator with a single tab that pulls in
a very similar empty component but with a show listener that makes a
call to a function that prints "static test" to the log file instead.  

On this page that contains the tab navigator, I have a creationComplete
listener that triggers a method that dynamically adds the aforementioned
component, the first empty canvas with the trace print function, to the
tab navigator using the createChild method of the tab navigator.

I load up the app, the second tab is dynamically created without a
hitch...only problem is, the show listener never triggers the function
in this dynamically created tab...nor does it ever trigger the function,
whether I go back to the first tab and then come back to the dynamically
added tab...but every time I head back to the first tab, the statically
coded-in tab, that component's show listener triggers the function that
writes "static test" to the log file. Why would the show listener on a
dynamically added component never trigger when dynamically added to a
navigator like the tab navigator?

Robert L. Brueckmann
Web Developer
Merlin Securities, LLC
595 Madison Avenue
New York, NY 10022
p: 212.822.4821
f: 212.822.4820
 
--------------------------------------------------------

This message contains information from Merlin Securities, LLC, or from one of 
its affiliates, that may be confidential and privileged. If you are not an 
intended recipient, please refrain from any disclosure, copying, distribution 
or use of this information and note that such actions are prohibited.If you 
have received this transmission in error, please notify the sender immediately 
by telephone or by replying to this transmission.
 
Merlin Securities, LLC is a registered broker-dealer. Services offered through 
Merlin Securities, LLC are not insured by the FDIC or any other 
FederalGovernment Agency, are not deposits of or guaranteed by Merlin 
Securities,LLC and may lose value. Nothing in this communication shall 
constitute a solicitation or recommendation to buy or sell a particular 
security.


Reply via email to