RE: [flexcoders] When are scrollbars added? question on timing of initial rendering

2007-11-20 Thread Alex Harui
Sent: Tuesday, November 20, 2007 12:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] When are scrollbars added? question on timing of initial rendering I have a Canvas object that I am dynamically adding images to in a method that is called via Application.creationComplete(). Sometime

[flexcoders] When are scrollbars added? question on timing of initial rendering

2007-11-20 Thread Brian
I have a Canvas object that I am dynamically adding images to in a method that is called via Application.creationComplete(). Sometimes the addition of these images results in clipping and the creation of scrollbars, so I'm checking the position of a certain image to see if it's in the viewable area