[flexcoders] Re: FLEX SDK Release Notes

2010-02-10 Thread alexeoscar
ek" wrote: > > Tehre are tons of change post, ususaly from dot to do. i.e 3.3>3.4>3.5 > > If you really want why not log into bug tracker and view fixes yourself. > > > > --- In flexcoders@yahoogroups.com, "alexeoscar" wrote: > > > > Is

[flexcoders] FLEX SDK Release Notes

2010-02-09 Thread alexeoscar
Is there an online document at Adobe web site to show what has changed between different SDK Versions from 3.2 --> 3.5. I can not seem to find it.

[flexcoders] FLEX SDK Release Notes

2010-02-05 Thread alexeoscar
Are there release notes or change log documents at Adobe web site to list the changes for different SDK releases, for example what has been changed from 3.4 to 3.5? My site navigation and googling skills seems failing me today, sorry If I am not finding something just out there. -alex

[flexcoders] Re: How to iterateOverChildren of an component not in display

2009-08-24 Thread alexeoscar
component before displayed. --- In flexcoders@yahoogroups.com, Wesley Acheson wrote: > > It may be because of deferred instantiation the component doesn't actually > have children yet. > > On Fri, Aug 21, 2009 at 10:29 PM, alexeoscar wrote: > > > Suppose you have a

[flexcoders] How to iterateOverChildren of an component not in display

2009-08-21 Thread alexeoscar
Suppose you have a MyView.mxml file, which is basically a Panel with several children (Form, FormItems, Buttons...). Is it possible to iterate over the MyView and get all the information about its children (types, id ...) before it is displayed. In my Main.mxml if I have this function