Warning: include() [function.include]: Unable to access /var/www/html/rogue-development/blog2/wp-content/advanced-cache.php in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Warning: include(/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Warning: include() [function.include]: Failed opening '/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3468

Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3382

Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3382
ObjectHandles V2, sneak peek « Marc’s Musings

ObjectHandles V2, sneak peek

Today I’ve been working on the next major release of ObjectHandles. Below is an example showing off some of the new features. I’m most excited about the enhanced rotation support.   This new version is focused on making a version that will easily work with MVC frameworks like Moccasin. Some of the changes include:

  • You no longer have to re-parent your components.
  • What and where handles appear is now completely configurable
  • ObjectHandles modifies your data object instead of moving a component around (there’s 3 example visual components / data models in the source)
  • Optionally, object handles won’t swallow all of your mouse events.
  • Will now work with non-flex components (still requires Flex SDK to compile, I have to look into that)
  • Rotation support is completely smooth
  • Configurable constraints/rules system
  • Smaller, cleaner code base!

Scroll down for demo.

Click to see the early proof of concept of it working within Mocassin.

ObjectHandles is a library to easily add graphical move/resize user gestures to a Flex based application.

[kml_flashembed fversion="8.0.0" movie="/uploads/ohv2/ObjectHandles2Example.swf" targetclass="flashmovie" publishmethod="static" width="700" height="700" fvars="undefined"]

Get Adobe Flash player

[/kml_flashembed]


10 Responses to “ObjectHandles V2, sneak peek”


Comments are currently closed.