No such luck there! Basically all I have is a function that runs for each frame, and draws an arrow with the basic drawing API onto the graphics property of my UIComponent and I need the drawing to scale. Maybe I need to put it into a blank movie clip? I'm not sure...
Thanks again, - William --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > By default, Flex applications do not scale as the browser window changes > size. Instead, they try to re-layout to the new size if percentage > width/heights have been specified in the application tag. > > > > You can try to set Stage.scaleMode and see what happens. > > > > ________________________________ > > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Abyss Knight > Sent: Tuesday, June 19, 2007 6:48 AM > To: [email protected] > Subject: [flexcomponents] Scaling > > > > Hello all, I'm new to Flex as well as ActionScript, but I have been > developing a simple directional arrow component in ActionScript for > use in our companies' Flex based applications. I have run into a small > snag though. I have the arrows drawing, and pointing in radial > directions, but whenever the browser is scaled, they don't scale. I've > been trying to track down the solution for component scaling for days > and have come up with nothing. Any ideas? > > For reference, I am rendering the arrows inside the annotationElement > area of a Flex AreaChart component to indicate wind directions. If > there's a better way to do that then by all means let me know. I > appreciate any and all suggestions, and hope I can lend a hand here > for others as well. > > Thanks in advance, > - William >
