<?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 - Bugs</title> 
		<link>http://scriptographer.org/forum/bugs/</link>
		<description>Scriptographer.org</description>
		<lastBuildDate>Mon, 30 Apr 2012 13:09:30 +0200</lastBuildDate>
		<generator></generator>
		<language>en</language>
					<item>
			<title>intersects() and Line</title> 
			<link>http://scriptographer.org/forum/bugs/intersects-and-line/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/intersects-and-line/</guid>
			<pubDate>Mon, 30 Apr 2012 13:09:30 +0200</pubDate>
			<dc:creator><a href="/users/westdale/">gareth williams</a></dc:creator>
			<description>

&lt;p&gt;Do I have an error in this code or does intersects() not work for a Line?&lt;br&gt;
I notice a bug report at October 2011 that also suggests 2 point lines are not behaving the same as paths with more points?
&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;&lt;li&gt;--------&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
When I run this code, I get &#39;no hit&#39; followed by a list of hits if i use a Line&lt;br&gt;
If I change the line to a thin Rectangle , intersects() seems to work ok.
&lt;/p&gt;
&lt;p&gt;
var testLine = Path.Line(left,y,right,y);&lt;br&gt;
document.activeLayer.appendTop(testLine) ;&lt;br&gt;
// get intersections with hit item&lt;br&gt;
if ( ! testLine.intersects(hitItem) ) {&lt;br&gt;
console.log (&#39;line at &#39;, y, &#39;intersects says no hit&#39;);&lt;br&gt;
}&lt;br&gt;
console.log (&#39;line at &#39;, y, &#39;intersections are ...&#39;);&lt;br&gt;
var locations = testLine.getIntersections(hitItem);&lt;br&gt;
// Loop through the locations (if any):&lt;br&gt;
for(var i = 0; i &amp;lt; locations.length; i++) {&lt;br&gt;
// The position of the intersection:&lt;br&gt;
var point = locations[i].point;&lt;br&gt;
console.log ( point.x, &#39;,&#39; , point.y);&lt;br&gt;
}
</description>
		</item>
						<item>
			<title>Bug for azerty & €</title> 
			<link>http://scriptographer.org/forum/bugs/bug-for-azerty/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/bug-for-azerty/</guid>
			<pubDate>Mon, 12 Mar 2012 08:38:36 +0100</pubDate>
			<dc:creator>Michel</dc:creator>
			<description>

&lt;p&gt;Hi. &lt;br&gt;
Firstly, I am French (important for the next).&lt;br&gt;
 After installing the plugin in AI CS 5, I realized that my &amp;#8364; glyph could not be written.&lt;br&gt;
 After research and testing, I realized that &amp;quot;Alt-Gr&amp;quot; + E (for &amp;#8364; azerty keyboard) was a shortcut that opens a Scriptographer&#39;s panel .&lt;br&gt;
Is it possible that developers find another shortcut so that plugins works with a qwerty keyboard?&lt;br&gt;
 Thank you very much.&lt;br&gt;
Thx for that great plugin!
</description>
		</item>
						<item>
			<title>Illegal character</title> 
			<link>http://scriptographer.org/forum/bugs/illegal-character/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/illegal-character/</guid>
			<pubDate>Sun, 12 Feb 2012 15:13:54 +0100</pubDate>
			<dc:creator>Matt Pleasant</dc:creator>
			<description>

&lt;p&gt;I can&#39;t create a new script through the Scriptographer Interface and when I try to edit an existing one, I get the error &amp;quot;Illegal Character at  Scriptographer Scripts\SymbolScript.js:1&amp;quot; I can&#39;t seem to hack it and although Scriptographer would appear to be useful, this issue is making it useless. I thought it was because I was using ESTK to edit it, so I tried notepad, and the error still pops up. If anyone has any insight on this topic, please reply. I have big hopes for this plugin, and any help would be appreciated.
&lt;/p&gt;
&lt;p&gt;
thanks,&lt;br&gt;
Matt
</description>
		</item>
						<item>
			<title>NaN values for segments creates confusion.</title> 
			<link>http://scriptographer.org/forum/bugs/nan-values-for-segments-creates-confusion/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/nan-values-for-segments-creates-confusion/</guid>
			<pubDate>Tue, 07 Feb 2012 16:42:06 +0100</pubDate>
			<dc:creator><a href="http://uniqueidentifier.net" target="_blank">Henrik Rudstrom</a></dc:creator>
			<description>

&lt;p&gt;Hello, &lt;br&gt;
Today i made a script which accidentally assigned a NaN value to the x/y values of a segment. This caused Scriptographer to behave erractically and spitting out error messages on every keypress and mouse event in scriptographer until i restarted Illustrator.
&lt;/p&gt;
&lt;p&gt;
To recreate the bug in CS5:&lt;br&gt;
create a new path/shape and select it.&lt;br&gt;
in the scriptographer console type: &lt;br&gt;
document.selectedItems[0].segments[0].point.x = NaN
&lt;/p&gt;
&lt;p&gt;
now the sg console outputs &amp;quot;Invalid coordinates: { x: NaN, y: 215.02588 }&amp;quot; on every keypress in the console, and on every mouse event sg panel.
&lt;/p&gt;
&lt;p&gt;
if I delete the shape the error message &amp;quot;The item is no longer valid, either due to deletion or undoing. Use isValid() checks to avoid this error.&amp;quot;&lt;br&gt;
is output on every key/mouse event until i restart Illustrator.
&lt;/p&gt;
&lt;p&gt;
Cheers
&lt;/p&gt;
&lt;p&gt;
Henrik
</description>
		</item>
						<item>
			<title>Windows 7 + CS4 32 bit missing MSVCR100.dll</title> 
			<link>http://scriptographer.org/forum/bugs/windows-7-cs4-32-bit-missing-msvcr100-dll/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/windows-7-cs4-32-bit-missing-msvcr100-dll/</guid>
			<pubDate>Mon, 09 Jan 2012 09:05:49 +0100</pubDate>
			<dc:creator>thomas tellier</dc:creator>
			<description>

&lt;p&gt;Dear all,
&lt;/p&gt;
&lt;p&gt;
I&#39;ve recently upgraded from windows xp to windows 7.&lt;br&gt;
I&#39;m still using CS4 32bit.
&lt;/p&gt;
&lt;p&gt;
After installing (copying the folder) and lanching illutrator, i get a error message and a missing Dll.
&lt;/p&gt;
&lt;p&gt;
MSVCR100.dll
&lt;/p&gt;
&lt;p&gt;
How or where could I resolve my problem.&lt;br&gt;
Thank you.
&lt;/p&gt;
&lt;p&gt;
Best regards.
&lt;/p&gt;
&lt;p&gt;
Thomas
</description>
		</item>
						<item>
			<title>Scriptographer broke text point size keyboard shortcut?</title> 
			<link>http://scriptographer.org/forum/bugs/scriptographer-broke-text-point-size-keyboard-shortcut/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/scriptographer-broke-text-point-size-keyboard-shortcut/</guid>
			<pubDate>Sun, 27 Nov 2011 04:04:59 +0100</pubDate>
			<dc:creator>incandenza</dc:creator>
			<description>

&lt;p&gt;Not sure if this is a problem other Scripto users have had, but with Illustrator 5.1 it seems scriptographer breaks the cmd-shift-&amp;gt; shortcut for increasing text size. I could always change it to be something else, but it&#39;s a pretty crucial shortcut and I&#39;m just wondering if anyone else was having this problem. Also, sometimes illustrator will interpret my directional keystrokes as me trying to navigate the scriptographer menu whenever it is open, which is awfully frustrating.
</description>
		</item>
						<item>
			<title>Scriptographer almost killed me....</title> 
			<link>http://scriptographer.org/forum/bugs/scriptographer-almost-killed-me/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/scriptographer-almost-killed-me/</guid>
			<pubDate>Mon, 14 Nov 2011 05:47:33 +0100</pubDate>
			<dc:creator>Echo</dc:creator>
			<description>

&lt;p&gt;I downloaded it yestarday and played every tools in my assignment poster file.&lt;br&gt;
I found some tools didn&#39;t work , so I skipped them but still draw randomly.&lt;br&gt;
After a while, I closed illustrator and then opened it again, the sketch and graphic in my poster file TOTALLY transformed !! OMG!!&lt;br&gt;
I think that&#39;s duo to the invisible Scriptographer effects...&lt;br&gt;
now I have to do the poster again.........shock + sad......&lt;br&gt;
Tomorrow is deadline...T_T
</description>
		</item>
						<item>
			<title>No show on Illustrator CS4 :-(</title> 
			<link>http://scriptographer.org/forum/bugs/no-show-on-illustrator-cs4/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/no-show-on-illustrator-cs4/</guid>
			<pubDate>Sat, 22 Oct 2011 23:53:06 +0200</pubDate>
			<dc:creator>Jon Lee</dc:creator>
			<description>

&lt;p&gt;Unfortunately there&#39;s no sign of Scriptographer.. it&#39;s all setup as per the installation instructions. Unzipped the file and placed it in the plug-ins folder and JRE6 is on the system.. but no joy. It doesn&#39;t crash Illustrator as some people say.. it&#39;s just a full no show.
&lt;/p&gt;
&lt;p&gt;
Please HELP.. really wanted to use this as part of my Masters research.
&lt;/p&gt;
&lt;p&gt;
Thanks
</description>
		</item>
						<item>
			<title>Scriptographer not loading on Ai CS5.1, Windows 7 64bit</title> 
			<link>http://scriptographer.org/forum/bugs/scriptographer-not-loading-on-ai-cs5-1-windows-7-64bit/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/scriptographer-not-loading-on-ai-cs5-1-windows-7-64bit/</guid>
			<pubDate>Sun, 16 Oct 2011 18:03:23 +0200</pubDate>
			<dc:creator>Stefan</dc:creator>
			<description>

&lt;p&gt;When I loaded the Scriptographer files into the Plugin folder of Illustrator CS5.1 the program (Illustrator) gives me an error (The program can&#39;t start because MSVCR100.dll is missing from your computer) and after clicking OK it runs the program, but no sign of Scriptographer.&lt;br&gt;
Then, if I remove the Scriptographer folder, Illustrator runs smoothly.
&lt;/p&gt;
&lt;p&gt;
I have Windows 7 on 64bit, Illustrator CS5.1 and Java 6 (I have also tried with Java 7 but the same problem).
&lt;/p&gt;
&lt;p&gt;
Could anyone tell me what is the problem?
</description>
		</item>
						<item>
			<title>intersection bug</title> 
			<link>http://scriptographer.org/forum/bugs/intersection-bug/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/intersection-bug/</guid>
			<pubDate>Thu, 06 Oct 2011 14:04:38 +0200</pubDate>
			<dc:creator>simon</dc:creator>
			<description>

&lt;p&gt;hi i just wrote the following code and noticed that the result for lines with only two points differs from lines with more points.
&lt;/p&gt;
&lt;p&gt;
var selectedItems = document.getItems({ selected: true });
&lt;/p&gt;
&lt;p&gt;
selectedItems[0].strokeColor = &#39;red&#39;;&lt;br&gt;
selectedItems[1].strokeColor = &#39;blue&#39;;
&lt;/p&gt;
&lt;p&gt;
console.log(&amp;quot;------------------------&amp;quot;);
&lt;/p&gt;
&lt;p&gt;
for(i=0; i&amp;lt;selectedItems.length; i++){&lt;br&gt;
	for(j=0; j&amp;lt;selectedItems.length; j++){&lt;br&gt;
		if(i!=j){&lt;br&gt;
			console.log(&amp;quot;c &amp;quot;, i, j, selectedItems[i].contains(selectedItems[j]));&lt;br&gt;
			console.log(&amp;quot;i &amp;quot;, i, j, selectedItems[i].intersects(selectedItems[j]));
&lt;/p&gt;
&lt;p&gt;
		}&lt;br&gt;
	}&lt;br&gt;
}
</description>
		</item>
		</channel>
</rss>
