RE: [flexcoders] Re: set Effect at runtime

2005-10-27 Thread Matt Chotin
Right, I would never expect you to be able to successfully get information from childDescriptors, that’s used to instantiate, it’s not the object itself.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bhaq1972 Sent: Thursday, October 27, 2005

RE: [flexcoders] Re: set Effect at runtime

2005-10-27 Thread Gordon Smith
Hi, Keishichi. I'm confused about why you're using that long dotted expression to get to the image. You should be able to simply specify id="image1" on the and use that to refer to it; you would just write image1.getStyle("fontSize"). (Also, what does the fontSize of an Image do?) The only time