25 Aug
ObjectHandles2 and Degrafa

I’ve been using the ObjectHandles flex library project for quite some time. It’s used in the Nitro-LM Admin tool to give us resizeable horizontal menus.
In the new version of ObjectHandles2, we have the ability to use Sprites as the drag handles to resize and move objects around the screen. I was recently made a committer on the project and have added some functionality to allow Degrafa to be used to draw the handles and rotate them along with the object. Check out Example7 that highlights this new functionality.
ObjectHandles2Example View Source is enabled
August 26th, 2009 at 1:07 am
Interesting how, in Example 5, the drop-down part of the combo box does not rotate with the rest of the combobox!
August 26th, 2009 at 7:21 am
I’m guessing that the rotation property of the combo box doesn’t get applied to the dropdown list since it’s a popup component and not a true child of the combo box. They might know the answer on the objecthandles google group. I only worked on Example7.
August 26th, 2009 at 8:10 am
Enable/Disable the combobox will do.
I have also seek another feature which I have email to the developer of the OH to implement group objects selection much like those you select a bunch shapes in Powerpoint/Impress. Then you could either move/resize them together.
This feature will need your contribution as the author do not have the time to implement it.
For more interesting example about OH, you might want to see my incomplete application, wePaint, for your reference. Note that I am using version 1 and have not updated my application since.
http://wildfiremedia.com.sg/blog/2009/08/15/drawing-and-music-project/
August 26th, 2009 at 8:48 am
@James. I think ObjectHandles2 has some multi-selection capabilities in it. I haven’t tried it out yet though.
August 26th, 2009 at 3:53 pm
@Andrew,
Maybe there is, I referring the group selection is not by selecting each objects directly but using a rectangular marquee tool to detect and select objects within the area.