Thanks Alex. I found a method to fix the issue after scanning Flex SDK source code and a few experiments myself. Should be a bug inside Adobe codes that not function centerPopup correctly.
I'm not sure customize HTML wrapper could work right or not (I'm using the Flash CS3 HTML wrapper). As far as I know a few coders in this list had tested before also myself I didn't find it could work perfectly. George Alex Harui wrote: > If I remember correctly, to get the scaling stage modes to work, you > have to make sure the application lays out at the same size as the > original stage. I think you have to specify the size in the > mx:Appication tag, customize the HTML wrapper so it doesn't fix the > size, then make sure your layout fits in the size you specified. > Otherwise, things get out of whack. > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of george_w_canada > Sent: Monday, September 17, 2007 6:55 AM > To: [email protected] > Subject: [flexcoders] How to change positions of Alert popups in > SHOW_ALL mode > > > > In Flex the SHOW_ALL mode couldn't function correctly for default > popups, like Alert. I didn't find a way to fit them in center of > browser screen automatically. Occasional Alert popups (usually server > side errors) not belong to any views so to make an customized version > of Alert class will cost lots of time to dig. Any suggestions? > > Thanks a lot! > George >

