PDA

View Full Version : resizing UIComponents


bluezero
12-30-2008, 09:03 AM
Good day everyone,

I want to be able to draw a selection box at run-time that allows me to resize my UIComponent. I've been reading a lot of stuff but I couldn't find a good guide that help me started with stuff related to drawing at run-time. If you guys have any source material/recommended books to get started please guide me through.

see similar example, see the rectangular when you click on any element :o :
http://www.flashcomguru.com/components/whiteboard/index.cfm

regards,
B0

ljuwaidah
12-30-2008, 12:55 PM
You might wanna take a look at this: http://graphics-geek.blogspot.com/2008/03/top-drawer-part-ii.html
For the resizing, you can look at http://code.google.com/p/flexmdi/

Hope these two help.