Jump to content
Search Community

tpatch

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by tpatch

  1. As they say, a picture is worth a thousand words. I have a few images that I can show you. I would be happy to send them to you so that you can see what I am talking about. What is the best way to do this? Can I send them to info@greensock.com or do you have a better support address?
  2. Turns out that had some bad side effects. Reverted back to getBounds.
  3. Update - I did a global search and replace for getBounds and replaced it with getRect in the TransformItem and TransformManager code. It fixed the rotation and tracking of the selection box for scaling. The only issue that I now have is that the selection box shows in the middle of a line with thickness and not at the outer edge of the image.
  4. Hi, I am having an issue with the scaling of an object. The larger I scale an object I see that the distance from the selection boundary to the image increases the larger you make it. For instance, I was testing the demo on your web page. I dragged the red block on top of the world picture as large as it would go to the left. You will notice that the white from the left boundary has increased in size to double what it was in the original state. This is a problem for me because I am storing the height and width for use later and the object is coming back too large. Also, if you rotate an object several times while you have the mouse clicked, you will see that the object gets out of sync with the selection box. Are there any fixes for these issues, or can you point me to where I can look to start debugging this ? Thanks
  5. I was able to understand and make it work. I had to modify the renderSelection() call to draw a nearly transparent background, and then add the handlesDict to the onRollOverMove() method.
  6. Hi, I am working with the TransformManager and I have an issue where you select multiple objects for a move. The selected objects all move together as they should. However, The cross cursor goes in and out of focus between the objects. So, you have a box boundary lassoing 3 objects - 2 squares and a circle, lets say, so there is whitespace around the three objects within the rectangle of the selection box. The expectation is that the move cursor (+) show up anywhere within the selection box, but I am only seeing it when I hover over the actual objects. Is there a way to make it show up over the whole selection area? Thanks, Todd
×
×
  • Create New...