Hi,
How can I extend components like buttons to use x and y value as the center of the component, not the top left?
Thanks,
Jean
|
|
Hi, How can I extend components like buttons to use x and y value as the center of the component, not the top left? Thanks, Jean |
||
|
|
|
|
It's pretty easy in Flex 4 :). They have a
You could customize/optimize that, but that's the jist :). If you're using Flex 3, then I'd look into how they did that. It's pretty hardcore, lots of Matrix/Matrix3D stuff. |
||
|
|
|
Well, you could write a translator function that takes a control, x, and y, and gives back the center Point:
Then just use your translator to set the position anytime you would otherwise use x and y. |
||
|