Is there a library for creating drag & drop / resize / rotate objects in Flex?

I would like to have in my Flex application the ability to send objects (for example, images or text elements) where the user can drag / drop to absolutely position on the screen, resize it and rotate it (although not a high priority). I am wondering if there is a library that will do this out of the box or do you recommend implementing my own?

+4
source share
3 answers

http://object-handles-examples.appspot.com/

I never tried, but looked great at the samples

And if you want to control some layouts, look at the components of KapLab:

http://lab.kapit.fr/display/kaplabhome/Home

+4
source

You should check the senocular transform tool (with sephiroth modification): http://www.sephiroth.it/weblog/archives/2007/07/transformtool_modification.php

+2
source

Source: https://habr.com/ru/post/1305736/


All Articles