<?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: SVG in 4D v11.3</title>
	<atom:link href="http://www.slicksurface.com/blog/2008-10/svg-in-4d-v113/feed" rel="self" type="application/rss+xml" />
	<link>http://www.slicksurface.com/blog/2008-10/svg-in-4d-v113</link>
	<description>Observations about technology, design, and search engine optimization by the staff of Slicksurface LLC - a design and technology company located in New York.</description>
	<lastBuildDate>Sun, 15 Nov 2009 14:43:47 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vincent de LAchaux</title>
		<link>http://www.slicksurface.com/blog/2008-10/svg-in-4d-v113/comment-page-1#comment-5807</link>
		<dc:creator>Vincent de LAchaux</dc:creator>
		<pubDate>Mon, 02 Mar 2009 17:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.slicksurface.com/blog/?p=220#comment-5807</guid>
		<description>First : a SVG Zone is a picture.

Second : Yes you can drop something on it. You must use the event On Begin Drag Over in the listbox to fill the d&amp;d container and On Mouse Move (to get the id of the object SVG) and On Drop (to  read into the d&amp;d container) for the picture area.</description>
		<content:encoded><![CDATA[<p>First : a SVG Zone is a picture.</p>
<p>Second : Yes you can drop something on it. You must use the event On Begin Drag Over in the listbox to fill the d&amp;d container and On Mouse Move (to get the id of the object SVG) and On Drop (to  read into the d&amp;d container) for the picture area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Harper</title>
		<link>http://www.slicksurface.com/blog/2008-10/svg-in-4d-v113/comment-page-1#comment-646</link>
		<dc:creator>Jay Harper</dc:creator>
		<pubDate>Wed, 22 Oct 2008 12:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.slicksurface.com/blog/?p=220#comment-646</guid>
		<description>Not sure on the drag and drop, but I suspect so since it&#039;s not a special area.

I&#039;m not sure what the copyright issues are on the Summit databases. You might try calling your 4D sales rep and see if it&#039;s OK to get it from an attendee.</description>
		<content:encoded><![CDATA[<p>Not sure on the drag and drop, but I suspect so since it&#8217;s not a special area.</p>
<p>I&#8217;m not sure what the copyright issues are on the Summit databases. You might try calling your 4D sales rep and see if it&#8217;s OK to get it from an attendee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Röthlisberger</title>
		<link>http://www.slicksurface.com/blog/2008-10/svg-in-4d-v113/comment-page-1#comment-640</link>
		<dc:creator>Dan Röthlisberger</dc:creator>
		<pubDate>Wed, 22 Oct 2008 06:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.slicksurface.com/blog/?p=220#comment-640</guid>
		<description>I am very interested in using the SVG component for 4D in a GIS Project that I am working on. However, the component I found on the 4D Forum is compilied so I cannot really see how it was done. Do you have an example database that you could send me (interpreted) like the &quot;seating chart for an arena&quot; that you mentioned above?

Are drag and drop also supported in an SVG area? For example dragging an element from a ListBox onto a polygon in the SVG area.

I highly appreciate your comments!

Best Regards

Dan Röthlisberger</description>
		<content:encoded><![CDATA[<p>I am very interested in using the SVG component for 4D in a GIS Project that I am working on. However, the component I found on the 4D Forum is compilied so I cannot really see how it was done. Do you have an example database that you could send me (interpreted) like the &#8220;seating chart for an arena&#8221; that you mentioned above?</p>
<p>Are drag and drop also supported in an SVG area? For example dragging an element from a ListBox onto a polygon in the SVG area.</p>
<p>I highly appreciate your comments!</p>
<p>Best Regards</p>
<p>Dan Röthlisberger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent de Lachaux</title>
		<link>http://www.slicksurface.com/blog/2008-10/svg-in-4d-v113/comment-page-1#comment-446</link>
		<dc:creator>vincent de Lachaux</dc:creator>
		<pubDate>Thu, 09 Oct 2008 12:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.slicksurface.com/blog/?p=220#comment-446</guid>
		<description>Hello,

You said : &quot;To get On Clicked events you have to set an ID attribute. Then you need to GET MOUSE coordinates and then pass those to SVG Find element ID by coordinates....&quot;

No, since the 11.3, you pass the system variables &quot;MouseX&quot; and &quot;MouseY&quot; as parameters to the command. You don&#039;t need &quot;GET MOUSE&quot; and substraction. &quot;MouseX&quot; and &quot;MouseY&quot; are always availables on rollover or clic events. (except for replicated picture of course). It&#039;s magic!

A Component (4D SVG) will be available, free, at the same time that the 4D 11.3. This component gives more than 100 macro-commands to generate SVG pictures.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>You said : &#8220;To get On Clicked events you have to set an ID attribute. Then you need to GET MOUSE coordinates and then pass those to SVG Find element ID by coordinates&#8230;.&#8221;</p>
<p>No, since the 11.3, you pass the system variables &#8220;MouseX&#8221; and &#8220;MouseY&#8221; as parameters to the command. You don&#8217;t need &#8220;GET MOUSE&#8221; and substraction. &#8220;MouseX&#8221; and &#8220;MouseY&#8221; are always availables on rollover or clic events. (except for replicated picture of course). It&#8217;s magic!</p>
<p>A Component (4D SVG) will be available, free, at the same time that the 4D 11.3. This component gives more than 100 macro-commands to generate SVG pictures.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
