IMHO, you "can't".  The Flex layout subsystem assumes everything is
top-left registered.  If you do your own layout or don't care about
layout issues, you can simply shift everything up so that 0,0 is the
bottom left and you are drawing in to -y coordinates.  That's all that
regpoint means.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of shemeshkale
Sent: Saturday, January 12, 2008 4:28 AM
To: [email protected]
Subject: [flexcoders] changing a container's registration point.. how?

 

hello,
a known fact the every registration point in Flex is the top left
corner of the component, and every transformation (scale, rotate...)
starts from there.

how do i change this point to be someplace else other then the top left?

i have a subclass of Container and i want the registration point to be
on the bottom-left!

how do i do that? 

 

Reply via email to