<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Scriptographer.org - Help</title> 
		<link>http://scriptographer.org/forum/help/</link>
		<description>Scriptographer.org</description>
		<lastBuildDate>Sat, 04 Feb 2012 14:35:43 +0100</lastBuildDate>
		<generator></generator>
		<language>en</language>
					<item>
			<title>illegal character at Scriptographer\Line.js:1</title> 
			<link>http://scriptographer.org/forum/help/illegal-character-at-scriptographer-line-js-1-1/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/illegal-character-at-scriptographer-line-js-1-1/</guid>
			<pubDate>Sat, 04 Feb 2012 14:35:43 +0100</pubDate>
			<dc:creator>Matt Pleasant</dc:creator>
			<description>

&lt;p&gt;I created a new script as the instructions showed. I then took your message prompt tutorial and copied it Verbatim to a new script in the Myscript section that Scriptographer created.
&lt;/p&gt;
&lt;p&gt;
When I run your code that is installed in the standard Scriptographer folders, it works fine. 
&lt;/p&gt;
&lt;p&gt;
However, after I copied and pasted the same exact code into a new script, I get the following error.
&lt;/p&gt;
&lt;p&gt;
illegal character at Scriptographer\Line.js:1
&lt;/p&gt;
&lt;p&gt;
I&#39;ve only come across this question about 3 times in your help section, but no answer. I&#39;m using CS5 and Windows 7 32bit.
&lt;/p&gt;
&lt;p&gt;
Here&#39;s the code:
&lt;/p&gt;
&lt;p&gt;
// First we define the dialog components&lt;br&gt;
var components = {&lt;br&gt;
	firstName: { type: &#39;string&#39;, label: &#39;First Name&#39; },&lt;br&gt;
	lastName: { type: &#39;string&#39;, label: &#39;Last Name&#39; },&lt;br&gt;
	email: { type: &#39;string&#39;, label: &#39;Email Address&#39; }&lt;br&gt;
};
&lt;/p&gt;
&lt;p&gt;
// Now we bring up the dialog&lt;br&gt;
var values = Dialog.prompt(&#39;Please Enter Your Contact Details&#39;, components);
&lt;/p&gt;
&lt;p&gt;
if (values) {&lt;br&gt;
	// Results were returned, so let&#39;s say hello to the user:&lt;br&gt;
	Dialog.alert(&#39;Hello &#39; + values.firstName + &#39; &#39; + values.lastName&lt;br&gt;
 		+ &#39;, your email address is: &#39; + values.email);&lt;br&gt;
}
</description>
		</item>
						<item>
			<title>getIntersection Bug?</title> 
			<link>http://scriptographer.org/forum/help/getintersection-bug/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/getintersection-bug/</guid>
			<pubDate>Fri, 03 Feb 2012 17:24:08 +0100</pubDate>
			<dc:creator>Neil</dc:creator>
			<description>

&lt;p&gt;Hi
&lt;/p&gt;
&lt;p&gt;
I seem to have a bug with the getIntersections function.&lt;br&gt;
I&#39;ve attached a reduction of the code.
&lt;/p&gt;
&lt;p&gt;
What should happen is that you click a portion of a path (not a segment), it creates an empty circle centred on the click then creates two small circles where the intersects are with the underlying path.
&lt;/p&gt;
&lt;p&gt;
What occurs is that the code does not function on orthogonal lines - try it with a rectangle and an ellipse (or any non orthogonal path).
&lt;/p&gt;
&lt;p&gt;
My original code was really just to create  small breaks (about 1mm)  in a path - hardly rocket science :-)))
&lt;/p&gt;
&lt;p&gt;
Regards
&lt;/p&gt;
&lt;p&gt;
Neil
&lt;p&gt;&lt;div class=&quot;icon icon-small&quot;&gt;
&lt;a href=&quot;/forum/help/getintersection-bug/posts/4477/resources/intersect+tool+test.js/&quot;&gt;&lt;div class=&quot;icon-image&quot;&gt;&lt;img src=&quot;/static/type/assets/icons/code_small.gif&quot; width=&quot;16&quot; height=&quot;16&quot;&gt;&lt;/div&gt;&lt;div class=&quot;icon-label&quot;&gt;intersect tool test.js&lt;/div&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;</description>
		</item>
						<item>
			<title>Assigning colour based on object size</title> 
			<link>http://scriptographer.org/forum/help/assigning-colour-based-on-object-size/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/assigning-colour-based-on-object-size/</guid>
			<pubDate>Fri, 03 Feb 2012 16:55:43 +0100</pubDate>
			<dc:creator>David</dc:creator>
			<description>

&lt;p&gt;Hi there all. Looking for a script which with calculate the surface area of a shape and then (either allow or provide coordinates) to colour these shapes i.e large shapes lighter, small shapes darker (see attached image). 
&lt;/p&gt;
&lt;p&gt;
Does anyone know if there is something available which performs this task, or a script that could be manipulated?
&lt;/p&gt;
&lt;p&gt;
Cheers.&lt;br&gt;
David
&lt;p&gt;&lt;div class=&quot;resource&quot;&gt;
&lt;a href=&quot;/forum/help/assigning-colour-based-on-object-size/posts/4476/resources/Screen+shot+2012-02-03+at+15.59.16.png/&quot; target=&quot;_blank&quot;&gt;&lt;img width=&quot;240&quot; height=&quot;231&quot; src=&quot;/forum/help/assigning-colour-based-on-object-size/posts/4476/resources/Screen+shot+2012-02-03+at+15.59.16.png?v=c8ac17b2da7888722cc9d4bdf8cb7984&quot; id=&quot;thumb-1&quot;&gt;&lt;/a&gt;

&lt;/div&gt;
&lt;/p&gt;</description>
		</item>
						<item>
			<title>error after install</title> 
			<link>http://scriptographer.org/forum/help/error-after-install/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/error-after-install/</guid>
			<pubDate>Fri, 03 Feb 2012 08:11:16 +0100</pubDate>
			<dc:creator>joe</dc:creator>
			<description>

&lt;p&gt;after i installed java and copied scriptographer into the plugins folder, i opened illustrator but got the attached error. illustrator goes on to open, but i do not see scriptographer in the &amp;quot;window&amp;quot; dropdown.
&lt;p&gt;&lt;div class=&quot;resource&quot;&gt;
&lt;a href=&quot;/forum/help/error-after-install/posts/4472/resources/error.png/&quot; target=&quot;_blank&quot;&gt;&lt;img width=&quot;240&quot; height=&quot;103&quot; src=&quot;/forum/help/error-after-install/posts/4472/resources/error.png?v=c8ac17b2da7888722cc9d4bdf8cb7984&quot; id=&quot;thumb-2&quot;&gt;&lt;/a&gt;

&lt;/div&gt;
&lt;/p&gt;</description>
		</item>
						<item>
			<title>Accessing the Blend & Bloat tools</title> 
			<link>http://scriptographer.org/forum/help/accessing-the-blend-bloat-tools/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/accessing-the-blend-bloat-tools/</guid>
			<pubDate>Mon, 30 Jan 2012 12:02:14 +0100</pubDate>
			<dc:creator><a href="http://blog.spinningkid.info" target="_blank">zilog</a></dc:creator>
			<description>

&lt;p&gt;Is there a way to programmatically access existing Illustrator tools? 
&lt;/p&gt;
&lt;p&gt;
I am particularly interested in applying the Bloat &amp;amp; Blend tools to different shapes that I will create programmatically.
&lt;/p&gt;
&lt;p&gt;
Any clues on how to do that?
</description>
		</item>
						<item>
			<title>loading data from remote server</title> 
			<link>http://scriptographer.org/forum/help/loading-data-from-remote-server/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/loading-data-from-remote-server/</guid>
			<pubDate>Thu, 26 Jan 2012 16:26:07 +0100</pubDate>
			<dc:creator>Henrik</dc:creator>
			<description>

&lt;p&gt;Hello, &lt;br&gt;
I am quite new to scriptographer, and Im wondering if it is possible to load data or documents from a remote server from within scriptographer/illustrator. Would open op some really cool possibilities i think. 
&lt;/p&gt;
&lt;p&gt;
Thanks
&lt;/p&gt;
&lt;p&gt;
Henrik
</description>
		</item>
						<item>
			<title>scriptographer.org page not loading</title> 
			<link>http://scriptographer.org/forum/help/scriptographer-org-page-not-loading/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/scriptographer-org-page-not-loading/</guid>
			<pubDate>Thu, 26 Jan 2012 14:47:30 +0100</pubDate>
			<dc:creator>Henry</dc:creator>
			<description>

&lt;p&gt;Great site, but having some problems here.
&lt;/p&gt;
&lt;p&gt;
The webpage does not want to load for me.&lt;br&gt;
It starts to load, but nothing comes up, just a blank page.&lt;br&gt;
I have to refresh it many times, and then when the page suddenly comes, some elements are still missing and keep loading.&lt;br&gt;
Firefox and IE, both the same problem.
&lt;/p&gt;
&lt;p&gt;
No problem with any other pages.&lt;br&gt;
First time I visited this site about a month ago, had the same thing happening.
</description>
		</item>
						<item>
			<title>Doesn't work on Illustrator CS5 (15.0.2) Windows 7 64bits PC</title> 
			<link>http://scriptographer.org/forum/help/doesn-t-work-on-illustrator-cs5-15-0-2-windows-7-64bits-pc/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/doesn-t-work-on-illustrator-cs5-15-0-2-windows-7-64bits-pc/</guid>
			<pubDate>Mon, 23 Jan 2012 20:12:55 +0100</pubDate>
			<dc:creator>Daniel S</dc:creator>
			<description>

&lt;p&gt;Hello,
&lt;/p&gt;
&lt;p&gt;
i&#39;m trying to install Scriptographer 2.9.073 for Illustrator CS5 (15.0.2) in my Windows 7 64bits PC and i just can&#39;t make it work.
&lt;/p&gt;
&lt;p&gt;
After the first install i was receiving the missing MSVCR100.dll error. I followed the instructions here at this forum, downloaded the DLL and the error stopped happening on illustrator load. Now i can hear a &amp;quot;ding&amp;quot; while illustrator is loading and scriptographer won&#39;t appear at the Window menu.
&lt;/p&gt;
&lt;p&gt;
Btw, i installed both JRE 64 bits and 32bits. And i tried to uninstall scriptographer and install older versions.
&lt;/p&gt;
&lt;p&gt;
Does anybody know if theres any bug or anything i can do?
&lt;/p&gt;
&lt;p&gt;
Thank you!
</description>
		</item>
						<item>
			<title>bended lines in a circle</title> 
			<link>http://scriptographer.org/forum/help/bended-lines-in-a-circle/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/bended-lines-in-a-circle/</guid>
			<pubDate>Sat, 21 Jan 2012 16:27:27 +0100</pubDate>
			<dc:creator>Georg</dc:creator>
			<description>

&lt;p&gt;hi all
&lt;/p&gt;
&lt;p&gt;
iam very new here, have no experience on scripting in illustrator but hopefully at the right place.
&lt;/p&gt;
&lt;p&gt;
i have nice circle with boring straight line, iwant them more smooth and bended like in the 2nd attach, any ideas how to do this?
&lt;/p&gt;
&lt;p&gt;
best, georg
</description>
		</item>
						<item>
			<title>Illustrator CS5.5 on iMac failiure to integrate?</title> 
			<link>http://scriptographer.org/forum/help/illustrator-cs5-5-on-imac-failiure-to-integrate/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/illustrator-cs5-5-on-imac-failiure-to-integrate/</guid>
			<pubDate>Tue, 10 Jan 2012 00:35:43 +0100</pubDate>
			<dc:creator><a href="http://www.wordsarepictures.co.uk" target="_blank">Craig</a></dc:creator>
			<description>

&lt;p&gt;I just bought a new iMac and have installed my existing CS5.5 suite. I had CS5.5 running on my laptop previously and Scriptographer works fine on illustrator there but the iMac version fails to recognize it. Any thoughts?
&lt;/p&gt;
&lt;p&gt;
Specs:&lt;br&gt;
27&amp;quot; iMac, 3.4Ghz Intel Core i7, 32Gb memory.
</description>
		</item>
		</channel>
</rss>
