vote up 0 vote down star

Hi All, I need to draw Line, Circle, and rectangle by mouse drag on canvas and then i need to to move and resize the drawn shapes. How i can perform this in flex as i am new on this platform. Please suggest me the method or refer any example with source to make it understand to me. Please Help. Thanks in Advance.

flag

67% accept rate

2 Answers

vote up 0 vote down check

There is no such native feature in Flex. But, there are a couple of options, commercial and not:

http://www.rogue-development.com/objectHandles.html (free) http://www.flashcomguru.com/components/flex_whiteboard/whiteboard_demo/ (payed)

You can do it by hand, if you wish, it's not very hard. I advice you to use Degrafa (http://degrafa.org/) for the actual drawing since it is way easier than native drawing API and it is opensource.

link|flag
Wow it really works... Thanks artemb for such a nice explanation and a kind help.. – Piyush Giri Jun 16 at 6:51
Hi artemb, i would like to ask one more thing that when i use the source code for the whiteboard flex application i get the following error: "Unable to locate specified base class 'Whiteboard.WhiteboardManager' for component class 'Whiteboard.Whiteboard'. Can u help me in this Thanks in advance." – Piyush Giri Jun 16 at 7:31
Sorry, but no. I've never used it. – artemb Jun 16 at 8:54
vote up 0 vote down

check this out.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.