PDA

View Full Version : Positioning the progressbar


particulate
09-27-2007, 11:54 PM
I have a rather long form that I've written using Flex, however, when a user navigates to the page, the ProgressBar (which is centered by default) is below the bottom of the window... thus invisible.

I've tried making a custom progressbar by creating a class that extends DownloadProgressBar and setting the application's preloader parameter to the custom class.

However, I can't seem to change the positioning of the progress bar, no matter what I do, the most obvious (to me) being this.y = 50, but no luck.

Any ideas?
David