<?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.com - Starup scripts folder</title> 
		<link>http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/</link>
		<description>Scriptographer.com</description>
		<lastBuildDate>Mon, 05 May 2008 13:07:08 +0200</lastBuildDate>
		<generator></generator>
		<language>en</language>
			<item>
			<title>Starup scripts folder</title> 
			<link>http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2383/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2383/</guid>
			<pubDate>Mon, 05 May 2008 13:07:08 +0200</pubDate>
			<dc:creator><a href="http://adobe-sdk-wrestling.blogspot.com/" target="_blank">hekama</a></dc:creator>
			<description>&lt;p&gt;
Would it be possible to have a folder for scripts that run automatically on Illustrator start up?

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>Re: Starup scripts folder</title> 
			<link>http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2387/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2387/</guid>
			<pubDate>Tue, 06 May 2008 11:34:13 +0200</pubDate>
			<dc:creator><a href="/Users/Lehni/">Lehni</a></dc:creator>
			<description>&lt;p&gt;
This will be supported in the new upcoming 2.1 release. Stay tuned.

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>Re: Starup scripts folder</title> 
			<link>http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2389/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2389/</guid>
			<pubDate>Tue, 06 May 2008 15:08:49 +0200</pubDate>
			<dc:creator><a href="http://adobe-sdk-wrestling.blogspot.com/" target="_blank">hekama</a></dc:creator>
			<description>&lt;p&gt;
Ok, great!&lt;br /&gt;
&lt;br /&gt;
This works now:&lt;br /&gt;
&lt;br /&gt;
script.onStart = function(){&lt;br /&gt;
  print(&amp;quot;script starts!&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
This will works with 2.1?:&lt;br /&gt;
&lt;br /&gt;
app.onStart = function(){&lt;br /&gt;
  print(&amp;quot;Illustrator starts!&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
or perhaps, more logical...&lt;br /&gt;
&lt;br /&gt;
scriptographer.onStart = function(){&lt;br /&gt;
  print(&amp;quot;Scriptographer starts!&amp;quot;);&lt;br /&gt;
}

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>Re: Starup scripts folder</title> 
			<link>http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2390/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2390/</guid>
			<pubDate>Tue, 06 May 2008 18:20:37 +0200</pubDate>
			<dc:creator><a href="/Users/Lehni/">Lehni</a></dc:creator>
			<description>&lt;p&gt;
This would be very nice syntax, but it won&apos;t be done that way since that would mean Scriptographer would have to execute all scripts, or parse through them to detect this code...&lt;br /&gt;
&lt;br /&gt;
The way it&apos;s done is by scanning through all scripts folders and execute anything that&apos;s called __init__.js, inspired by how Python does such things. This is not set in stone yet though... Any propositions?&lt;br /&gt;
&lt;br /&gt;
PS: Thanks a lot for the kind words over at your blog! You are very welcome to write tutorials. Syntax for things improves a lot in the new version, and it will need some good documents to explain how to do things the good way. I am very happy about help with this.

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>Re: Starup scripts folder</title> 
			<link>http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2391/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/Wish+List/Starup-scripts-folder/2391/</guid>
			<pubDate>Thu, 08 May 2008 12:37:48 +0200</pubDate>
			<dc:creator><a href="http://adobe-sdk-wrestling.blogspot.com/" target="_blank">hekama</a></dc:creator>
			<description>&lt;p&gt;
Yes, of course... I got confused.&lt;br /&gt;
That sound great.&lt;br /&gt;
&lt;br /&gt;
When I&apos;m more familiar with scriptograper I&apos;ll try to do a few tutorials.

&lt;/p&gt;
</description>
		</item>
	</channel>
</rss>
