Friday, January 20, 2012

Transform Tool - android mobile example


Hello! 
I've just tried tool on android mobile and saw that performance is pretty good on my HTC Desire. It uses custom skin with large controls for fingers.

You can download package with .apk file and source code from here: Mobile Example


SWC: Transform Tool 2 version 2.3.9a.
Source code: Project home page.
ASDoc:  API ASDoc.
Required Flex SDK version: SDK 4.5 

11 comments:

  1. Hi Dude,
    Can we have the same type of connectors for Web application?
    Thanks!
    Arun Ganesh. P

    ReplyDelete
  2. Hi, As I understand you mean blue and red controls, if so then yes you can use that skin in web.

    ReplyDelete
  3. Yes that blue and red controls. What can I do to achieve this?

    ReplyDelete
  4. 1. Download this example.
    2. Unpack source code.
    3. Copy tool skin and control skins into your web project.
    4. Attach this skin to transform tool in mxml or css.

    ReplyDelete
  5. Perfect. Thank you very much!!!

    ReplyDelete
  6. Hello Volodymyr,

    I have tested your Transform Tool component and it is very convenient and pleasant.

    Thank you very much.

    There are several issues:
    1. Is it possible to programmatically add new images or SWF using as3?
    2. Is it possible to add text fields?
    3. How to make when you click on an image it moved to the highest layer in relation to other images?
    4. Two scaling controls have the same function. Can I do to control in the upper left corner scale the image proportionally?

    ReplyDelete
  7. 2. Yes, you can add any UI components. Here example of transformation labels http://vstyran-flex.blogspot.com/2011/12/transform-tool-working-with-text.html

    3. You need to set higher depth value on your transformation target, as it is done in one of my previous posts http://vstyran-flex.blogspot.com/2011/10/transform-tool-22.html (see last example)

    ReplyDelete
  8. Hi Volodymyr,

    There are problems on some devices. Created objects can not be dragged from the upper left corner. Also, sometimes controls are detached from the image.
    Could you share the file version of the library instead of the swc?

    ReplyDelete
  9. The problems above have likely due to the fact that it is wrong is determined by the resolution of the device's screen.

    ReplyDelete