<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Unable to access /var/www/html/rogue-development/blog2/wp-content/advanced-cache.php in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Warning</b>:  include(/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Notice</b>:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3 with no alternative available. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3468</b><br />
<br />
<b>Notice</b>:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8! Use wp_register_sidebar_widget() instead. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3382</b><br />
<br />
<b>Notice</b>:  register_widget_control is <strong>deprecated</strong> since version 2.8! Use wp_register_widget_control() instead. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3382</b><br />
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ObjectHandles &#8211; Multiple Selection and Decorators</title>
	<atom:link href="http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/</link>
	<description>Comments and thoughts on technology from Marc Hughes</description>
	<lastBuildDate>Sun, 30 Jan 2011 18:36:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/comment-page-1/#comment-1173</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=568#comment-1173</guid>
		<description>&quot;Jeff, yeah that’s been one problem I haven’t gotten around to solving yet.

The simplest way would be to create a custom handle that scales itself by 1/(parents scaling).&quot;


Marc,

Doing this worked in that I can get the handles to scale up to the size I need. The problem was that the spacing of the handles was still off. I tried fixing this by changing the perc, offset params on the handle points. I was getting a headache so I dropped it. 

What I am doing instead is that in the parent container I have created a new child that will act as the new container to all of my handles. This container has the same dimensions as the parent. The only difference is that I am doing all of the scaling in this new child. This way I don&#039;t have to change anything in object handles. Another key thing is that my ObjectHandles DataModel is aware of the scale factor and is able to map between scales on the gets/sets of the x,y, width, height.

Jeff</description>
		<content:encoded><![CDATA[<p>&#8220;Jeff, yeah that’s been one problem I haven’t gotten around to solving yet.</p>
<p>The simplest way would be to create a custom handle that scales itself by 1/(parents scaling).&#8221;</p>
<p>Marc,</p>
<p>Doing this worked in that I can get the handles to scale up to the size I need. The problem was that the spacing of the handles was still off. I tried fixing this by changing the perc, offset params on the handle points. I was getting a headache so I dropped it. </p>
<p>What I am doing instead is that in the parent container I have created a new child that will act as the new container to all of my handles. This container has the same dimensions as the parent. The only difference is that I am doing all of the scaling in this new child. This way I don&#8217;t have to change anything in object handles. Another key thing is that my ObjectHandles DataModel is aware of the scale factor and is able to map between scales on the gets/sets of the x,y, width, height.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janvarev Vlad</title>
		<link>http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/comment-page-1/#comment-1168</link>
		<dc:creator>Janvarev Vlad</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=568#comment-1168</guid>
		<description>Thanks a lot, Marc. You have improved my piece of code a lot, and it&#039;s really work smoothly (with rotation and external multiple handlers) now. Waiting for next releases :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot, Marc. You have improved my piece of code a lot, and it&#8217;s really work smoothly (with rotation and external multiple handlers) now. Waiting for next releases <img src='http://www.rogue-development.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/comment-page-1/#comment-1166</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 08 Dec 2009 01:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=568#comment-1166</guid>
		<description>Jeff, yeah that&#039;s been one problem I haven&#039;t gotten around to solving yet.

The simplest way would be to create a custom handle that scales itself by 1/(parents scaling).</description>
		<content:encoded><![CDATA[<p>Jeff, yeah that&#8217;s been one problem I haven&#8217;t gotten around to solving yet.</p>
<p>The simplest way would be to create a custom handle that scales itself by 1/(parents scaling).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/comment-page-1/#comment-1165</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=568#comment-1165</guid>
		<description>Works great so far. One problem I am working on is when the parent of the transform is scaled, for instance via a matrix, the objecthandles are scaled as well. In my situation, this is not what i want. It would be nice if the handles exposed a mechanism that allowed me to scale up or down the handles.</description>
		<content:encoded><![CDATA[<p>Works great so far. One problem I am working on is when the parent of the transform is scaled, for instance via a matrix, the objecthandles are scaled as well. In my situation, this is not what i want. It would be nice if the handles exposed a mechanism that allowed me to scale up or down the handles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/comment-page-1/#comment-1162</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 07 Dec 2009 14:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=568#comment-1162</guid>
		<description>James, try &quot;Example 1&quot;... it has multi select and you can deselect by clicking the background.

That was a bug introduced by compiling under Flex 4 SDK instead of Flex 3, apparently I didn&#039;t fix it in all the examples.

ArneO,

Try this: http://rogue-development.com/uploads/ohv2/srcview/index.html
Looks like the relative link from the blog post screwed up view-source.</description>
		<content:encoded><![CDATA[<p>James, try &#8220;Example 1&#8243;&#8230; it has multi select and you can deselect by clicking the background.</p>
<p>That was a bug introduced by compiling under Flex 4 SDK instead of Flex 3, apparently I didn&#8217;t fix it in all the examples.</p>
<p>ArneO,</p>
<p>Try this: <a href="http://rogue-development.com/uploads/ohv2/srcview/index.html" rel="nofollow">http://rogue-development.com/uploads/ohv2/srcview/index.html</a><br />
Looks like the relative link from the blog post screwed up view-source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArneO</title>
		<link>http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/comment-page-1/#comment-1161</link>
		<dc:creator>ArneO</dc:creator>
		<pubDate>Mon, 07 Dec 2009 12:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=568#comment-1161</guid>
		<description>Thanks! This would help, but viewsource is not working. I am curious for the implementation. :-)

Kind regards
_____
Arne</description>
		<content:encoded><![CDATA[<p>Thanks! This would help, but viewsource is not working. I am curious for the implementation. <img src='http://www.rogue-development.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Kind regards<br />
_____<br />
Arne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.rogue-development.com/blog2/2009/12/objecthandles-multiple-selection-and-decorators/comment-page-1/#comment-1159</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 07 Dec 2009 05:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=568#comment-1159</guid>
		<description>Thanks Marc, however, if I multi-select two or more object, I was not able to deselect them, could you fix that too?</description>
		<content:encoded><![CDATA[<p>Thanks Marc, however, if I multi-select two or more object, I was not able to deselect them, could you fix that too?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

