<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!--
	This feed generated for Anonymous
	More info at http://naklon.info/rss/about.htm
-->
<channel>
<title>PS-Scripts</title>
<link>http://ps-scripts.com/bb/</link>
<description>The Independent Photoshop Scripting Community</description>
<managingEditor>andrew@ps-scripts.com</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.4</generator>
<language>en</language>
<lastBuildDate>Thu, 28 Aug 2008 08:25:37 GMT</lastBuildDate>
<image>
	<url>http://ps-scripts.com/bb/templates/subSilver/images/logo_phpBB_med.gif</url>
	<title>PS-Scripts</title>
	<link>http://ps-scripts.com/bb/</link>
	<width>122</width>
	<height>56</height>
</image>
<item>
<title>Help Me :: KeyLine Stroke on selected layers</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9419#9419</link>
<pubDate>Thu, 28 Aug 2008 03:40:34 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9419#9419</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;
Subject: KeyLine Stroke on selected layers&lt;br /&gt;
Posted: Thu Aug 28, 2008 3:40 am (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
How to script that, let's say I have 4 selected shape layers or even only one, how to script that so I create a stroke line inner white or black.
&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9419#9419" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9419</comments>
</item>
<item>
<title>Help Me :: RE: Image on a button</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9418#9418</link>
<pubDate>Thu, 28 Aug 2008 01:22:27 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9418#9418</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Thu Aug 28, 2008 1:22 am (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Paul MR wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;you can use this code in your main script to find the current folder.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
alert&amp;#40;whereAmI&amp;#40;&amp;#41;&amp;#41;;
&lt;br /&gt;

&lt;br /&gt;
function whereAmI&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;var where
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;try &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;app.documents.test&amp;#40;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;catch &amp;#40;err&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;where = File&amp;#40;err.fileName&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;return where.path;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Hi, i'm not sure to understand, here is the lines that I use for my buttons, but don't know how to use your coding.
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;panel4:Panel{bounds:[20,385,450,485] , text:'Design Layout' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
&amp;quot;statictext3:StaticText{bounds:[297,65,380,90] , text:'&amp;lt;----BG Fade' ,properties:{scrolling:undefined,multiline:undefined}},&amp;quot;+
&lt;br /&gt;
&amp;quot;statictext2:StaticText{bounds:[170,65,280,90] , text:'Background Full' ,properties:{scrolling:undefined,multiline:undefined}},&amp;quot;+
&lt;br /&gt;
&amp;quot;statictext1:StaticText{bounds:[60,65,280,90] , text:'BG Fade----&amp;gt;' ,properties:{scrolling:undefined,multiline:undefined}},&amp;quot;+
&lt;br /&gt;
&amp;quot;ico1:IconButton{bounds:[45,10,145,59] , icon:'/D/Photos/Bouttons Auto Square/BgFadeRight.png',properties:{style:'button'}}&amp;quot;+
&lt;br /&gt;
&amp;quot;ico2:IconButton{bounds:[165,10,265,59] , icon:'/D/Photos/Bouttons Auto Square/BgFull.png',properties:{style:'button'}}&amp;quot;+
&lt;br /&gt;
&amp;quot;ico3:IconButton{bounds:[285,10,385,59] , icon:'/D/Photos/Bouttons Auto Square/BgFadeLeft.png',properties:{style:'button'}}}&amp;quot;+
&lt;br /&gt;

&lt;br /&gt;
tks&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9408#9408" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9418</comments>
</item>
<item>
<title>Help Me :: RE: Image on a button</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9417#9417</link>
<pubDate>Thu, 28 Aug 2008 01:20:17 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9417#9417</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Thu Aug 28, 2008 1:20 am (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;xbytor wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;In CS3, you can do: $.fileName
&lt;br /&gt;

&lt;br /&gt;
-X&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
hi, if this is the line that I use, wher do I put your code??
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;ico2:IconButton{bounds:[165,10,265,59] , icon:'/D/Photos/Bouttons Auto Square/BgFull.png',properties:{style:'button'}}&amp;quot;+
&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9408#9408" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9417</comments>
</item>
<item>
<title>Help Me :: RE: Image on a button</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9416#9416</link>
<pubDate>Wed, 27 Aug 2008 20:21:06 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9416#9416</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;xbytor&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 8:21 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
In CS3, you can do: $.fileName
&lt;br /&gt;

&lt;br /&gt;
-X&lt;br /&gt;_________________&lt;br /&gt;for photoshop scripting solutions of all sorts
&lt;br /&gt;
contact: &lt;a href=&quot;mailto:xbytor@gmail.com&quot;&gt;xbytor@gmail.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>xbytor</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9408#9408" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9416</comments>
</item>
<item>
<title>Help Me :: RE: Image on a button</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9415#9415</link>
<pubDate>Wed, 27 Aug 2008 19:13:53 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9415#9415</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=821&quot; target=&quot;_blank&quot;&gt;Paul MR&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 7:13 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
you can use this code in your main script to find the current folder.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
alert&amp;#40;whereAmI&amp;#40;&amp;#41;&amp;#41;;
&lt;br /&gt;

&lt;br /&gt;
function whereAmI&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;var where
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;try &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;app.documents.test&amp;#40;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;catch &amp;#40;err&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;where = File&amp;#40;err.fileName&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;return where.path;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Paul MR</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9408#9408" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9415</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9414#9414</link>
<pubDate>Wed, 27 Aug 2008 19:11:36 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9414#9414</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=821&quot; target=&quot;_blank&quot;&gt;Paul MR&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 7:11 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
You haven't taken into account that you are now using panels, therefore.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
win.button0.onClick = function&amp;#40;&amp;#41;&amp;#123; doAction&amp;#40;'TopLeft', 'Auto Square Position'&amp;#41;&amp;#125;; 
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
becomes
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
win.panel0.button0.onClick = function&amp;#40;&amp;#41;&amp;#123; doAction&amp;#40;'TopLeft', 'Auto Square Position'&amp;#41;&amp;#125;; 
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Paul MR</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9414</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9413#9413</link>
<pubDate>Wed, 27 Aug 2008 19:09:15 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9413#9413</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 7:09 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Patrick wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;You need to define all those functions before you show the window. Move win.show() to the bottom and it should work.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I know that but it did not work, i&amp;lt;ve found why, it&amp;lt;s because they are in panel so it should be:
&lt;br /&gt;
win.panel0.button0.onClick = function(){ doAction('TopLeft', 'Auto Square Position')};
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9413</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9412#9412</link>
<pubDate>Wed, 27 Aug 2008 18:42:15 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9412#9412</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=430&quot; target=&quot;_blank&quot;&gt;Patrick&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 6:42 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
You need to define all those functions before you show the window. Move win.show() to the bottom and it should work.&lt;br /&gt;_________________&lt;br /&gt;Photoshop CS2 / JavaScript / Windows XP SP2&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Patrick</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9412</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9411#9411</link>
<pubDate>Wed, 27 Aug 2008 18:14:34 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9411#9411</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 6:14 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
[quote=&amp;quot;Paul MR&amp;quot;]You are the man Patrick, looks like I stuck one too many in![/quote
&lt;br /&gt;

&lt;br /&gt;
I finally finish my layout, and it work.
&lt;br /&gt;
But now I try to put my function on my command to start my action, but does not work, any idea???
&lt;br /&gt;
Here the script that work
&lt;br /&gt;

&lt;br /&gt;
var win = new Window(&amp;quot;dialog{text:'Script Interface',bounds:[100,100,570,800],&amp;quot;+
&lt;br /&gt;
&amp;quot;panel0:Panel{bounds:[10,20,460,190] , text:'Square Layout' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
&amp;quot;button0:Button{bounds:[10,30,60,50] , text:'1 X 1' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button1:Button{bounds:[70,30,120,50] , text:'1 X 2' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button2:Button{bounds:[130,30,180,50] , text:'1 X 3' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button3:Button{bounds:[190,30,240,50] , text:'1 X 4' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button4:Button{bounds:[10,60,60,80] , text:'1 X 2' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button5:Button{bounds:[70,60,120,80] , text:'2 X 2' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button6:Button{bounds:[130,60,180,80] , text:'3 X 2' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button7:Button{bounds:[190,60,240,80] , text:'4 X 2' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button8:Button{bounds:[10,90,60,110] , text:'1 X 3' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button9:Button{bounds:[70,90,120,110] , text:'2 X 3' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button10:Button{bounds:[130,90,180,110] , text:'3 X 3' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button11:Button{bounds:[190,90,240,110] , text:'4 X 3' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button12:Button{bounds:[10,120,60,140] , text:'1 X 4' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button13:Button{bounds:[70,120,120,140] , text:'2 X 4' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button14:Button{bounds:[130,120,180,140] , text:'3 X 4' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button15:Button{bounds:[190,120,240,140] , text:'4 X 4' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button16:Button{bounds:[250,30,300,50] , text:'1 X 5' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button17:Button{bounds:[250,60,300,81] , text:'5 X 2' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button18:Button{bounds:[250,90,300,111] , text:'5 X 3' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button19:Button{bounds:[250,120,300,141] , text:'5 X 4' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button20:Button{bounds:[310,30,360,51] , text:'1 X 6' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button21:Button{bounds:[310,60,360,81] , text:'6 X 2' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button22:Button{bounds:[310,90,360,111] , text:'6 X 3' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button23:Button{bounds:[310,120,360,141] , text:'6 X 4' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button24:Button{bounds:[370,30,420,51] , text:'1 X 7' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button25:Button{bounds:[370,60,420,81] , text:'7 X 2' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button26:Button{bounds:[370,90,420,111] , text:'7 X 3' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button27:Button{bounds:[370,120,420,141] , text:'7 X 4' }}&amp;quot;+
&lt;br /&gt;
&amp;quot;panel1:Panel{bounds:[10,200,460,375] , text:'Alignment' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
&amp;quot;panel2:Panel{bounds:[20,10,215,130] , text:'Left Page' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
&amp;quot;button28:Button{bounds:[10,20,60,41] , text:'T L' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button29:Button{bounds:[10,50,60,71] , text:'C L' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button30:Button{bounds:[10,80,60,101] , text:'B L' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button31:Button{bounds:[70,20,120,41] , text:'T C' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button32:Button{bounds:[70,50,120,71] , text:'C C' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button33:Button{bounds:[70,80,120,101] , text:'B C' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button34:Button{bounds:[130,20,180,41] , text:'T R' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button35:Button{bounds:[130,50,180,71] , text:'C R' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button36:Button{bounds:[130,80,180,100] , text:'B R' }},&amp;quot;+
&lt;br /&gt;
&amp;quot;panel3:Panel{bounds:[230,10,425,130] , text:'Right Page' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
&amp;quot;checkbox0:Checkbox{bounds:[40,140,140,161] , text:'Double Page'},&amp;quot;+
&lt;br /&gt;
&amp;quot;button37:Button{bounds:[10,20,60,41] , text:'T L' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button38:Button{bounds:[10,50,60,71] , text:'C L' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button39:Button{bounds:[10,80,60,101] , text:'B L' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button40:Button{bounds:[70,20,120,41] , text:'T C' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button41:Button{bounds:[70,50,120,71] , text:'C C' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button42:Button{bounds:[70,80,120,101] , text:'B C' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button43:Button{bounds:[130,20,180,41] , text:'T R' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button44:Button{bounds:[130,50,180,71] , text:'C R' },&amp;quot;+
&lt;br /&gt;
&amp;quot;button45:Button{bounds:[130,80,180,101] , text:'B R' }}},&amp;quot;+
&lt;br /&gt;
&amp;quot;panel4:Panel{bounds:[20,385,450,485] , text:'Design Layout' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
&amp;quot;statictext3:StaticText{bounds:[297,65,380,90] , text:'&amp;lt;----BG Fade' ,properties:{scrolling:undefined,multiline:undefined}},&amp;quot;+
&lt;br /&gt;
&amp;quot;statictext2:StaticText{bounds:[170,65,280,90] , text:'Background Full' ,properties:{scrolling:undefined,multiline:undefined}},&amp;quot;+
&lt;br /&gt;
&amp;quot;statictext1:StaticText{bounds:[60,65,280,90] , text:'BG Fade----&amp;gt;' ,properties:{scrolling:undefined,multiline:undefined}},&amp;quot;+
&lt;br /&gt;
&amp;quot;ico1:IconButton{bounds:[45,10,145,59] , icon:'/D/Photos/Bouttons Auto Square/BgFadeRight.png',properties:{style:'button'}}&amp;quot;+
&lt;br /&gt;
&amp;quot;ico2:IconButton{bounds:[165,10,265,59] , icon:'/D/Photos/Bouttons Auto Square/BgFull.png',properties:{style:'button'}}&amp;quot;+
&lt;br /&gt;
&amp;quot;ico3:IconButton{bounds:[285,10,385,59] , icon:'/D/Photos/Bouttons Auto Square/BgFadeLeft.png',properties:{style:'button'}}}&amp;quot;+
&lt;br /&gt;
&amp;quot;button52:Button{bounds:[180,500,290,520] , text:'OK' }}}&amp;quot;
&lt;br /&gt;
);
&lt;br /&gt;

&lt;br /&gt;
win.center();
&lt;br /&gt;
win.show(); 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
And here&amp;lt;s the line that I try to put in, where or why it does not work
&lt;br /&gt;
win.button0.onClick = function(){ doAction('TopLeft', 'Auto Square Position')};
&lt;br /&gt;
win.button1.onClick = function(){ doAction('TopCenter', 'Auto Square Position')};
&lt;br /&gt;
win.button2.onClick = function(){ doAction('TopRight', 'Auto Square Position')};
&lt;br /&gt;
win.button3.onClick = function(){ doAction('CenterLeft', 'Auto Square Position')};
&lt;br /&gt;
win.button4.onClick = function(){ doAction('CenterCenter', 'Auto Square Position')};
&lt;br /&gt;
win.button5.onClick = function(){ doAction('CenterRight', 'Auto Square Position')};
&lt;br /&gt;
win.button6.onClick = function(){ doAction('BottonLeft', 'Auto Square Position')};
&lt;br /&gt;
win.button7.onClick = function(){ doAction('BottomCenter', 'Auto Square Position')};
&lt;br /&gt;
win.button8.onClick = function(){ doAction('BottomRight', 'Auto Square Position')};&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9411</comments>
</item>
<item>
<title>Help Me :: RE: Image on a button</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9410#9410</link>
<pubDate>Wed, 27 Aug 2008 17:43:08 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9410#9410</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 5:43 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Patrick wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;You can with the IconButton object. It only supports images in PNG format.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ico0&amp;#58;IconButton&amp;#123;bounds&amp;#58;&amp;#91;70,40,170,110&amp;#93; , icon&amp;#58;'/C/Documents and Settings/Patrick/My Documents/space_monkey.png',properties&amp;#58;&amp;#123;style&amp;#58;'button'&amp;#125;&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
tks, but how to check for the picture in the same folder as the script instead of my own computer path. Cause If I give the script to someone else, it&amp;lt;s not gonna work to lookup for the picture
&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9408#9408" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9410</comments>
</item>
<item>
<title>Help Me :: RE: Image on a button</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9409#9409</link>
<pubDate>Wed, 27 Aug 2008 16:16:26 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9409#9409</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=430&quot; target=&quot;_blank&quot;&gt;Patrick&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 4:16 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
You can with the IconButton object. It only supports images in PNG format.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ico0&amp;#58;IconButton&amp;#123;bounds&amp;#58;&amp;#91;70,40,170,110&amp;#93; , icon&amp;#58;'/C/Documents and Settings/Patrick/My Documents/space_monkey.png',properties&amp;#58;&amp;#123;style&amp;#58;'button'&amp;#125;&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;_________________&lt;br /&gt;Photoshop CS2 / JavaScript / Windows XP SP2&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Patrick</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9408#9408" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9409</comments>
</item>
<item>
<title>Help Me :: Image on a button</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9408#9408</link>
<pubDate>Wed, 27 Aug 2008 15:55:14 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9408#9408</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;
Subject: Image on a button&lt;br /&gt;
Posted: Wed Aug 27, 2008 3:55 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hi again guys, I wanna know how is it possible to put a picture or photo on a simple button.
&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9408#9408" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9408</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9407#9407</link>
<pubDate>Wed, 27 Aug 2008 15:28:16 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9407#9407</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=821&quot; target=&quot;_blank&quot;&gt;Paul MR&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 3:28 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
You are the man Patrick, looks like I stuck one too many in!&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Paul MR</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9407</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9406#9406</link>
<pubDate>Wed, 27 Aug 2008 14:59:30 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9406#9406</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=430&quot; target=&quot;_blank&quot;&gt;Patrick&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 2:59 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;seby20 wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;
&lt;br /&gt;
tks again Sir, last question any idea why I don't see button from 37 to 48^^
&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I think you have to many closing }'s on the line above button37.&lt;br /&gt;_________________&lt;br /&gt;Photoshop CS2 / JavaScript / Windows XP SP2&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Patrick</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9406</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9405#9405</link>
<pubDate>Wed, 27 Aug 2008 14:53:20 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9405#9405</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 2:53 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Paul MR wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;All lines with &amp;quot;undefined,&amp;quot;+ can be deleted, also CSUIB fails on checkboxs!
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;quot;checkbox0&amp;#58;undefined&amp;#123;bounds&amp;#58;&amp;#91;40,140,111,161&amp;#93; , text&amp;#58;'Double Page' &amp;#125;&amp;quot;+
&lt;br /&gt;

&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
should be..
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;quot;checkbox0&amp;#58;Checkbox&amp;#123;bounds&amp;#58;&amp;#91;40,140,111,161&amp;#93; , text&amp;#58;'Double Page' &amp;#125;&amp;quot;+
&lt;br /&gt;

&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
For some unknown reason there were a couple of braces missing to separate   the panels and just guessed where they should be.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
tks again Sir, last question any idea why I don't see button from 37 to 48^^
&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9405</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9404#9404</link>
<pubDate>Wed, 27 Aug 2008 14:49:05 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9404#9404</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=821&quot; target=&quot;_blank&quot;&gt;Paul MR&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 2:49 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
All lines with &amp;quot;undefined,&amp;quot;+ can be deleted, also CSUIB fails on checkboxs!
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;quot;checkbox0&amp;#58;undefined&amp;#123;bounds&amp;#58;&amp;#91;40,140,111,161&amp;#93; , text&amp;#58;'Double Page' &amp;#125;&amp;quot;+
&lt;br /&gt;

&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
should be..
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;quot;checkbox0&amp;#58;Checkbox&amp;#123;bounds&amp;#58;&amp;#91;40,140,111,161&amp;#93; , text&amp;#58;'Double Page' &amp;#125;&amp;quot;+
&lt;br /&gt;

&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
For some unknown reason there were a couple of braces missing to separate   the panels and just guessed where they should be.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Paul MR</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9404</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9403#9403</link>
<pubDate>Wed, 27 Aug 2008 14:39:55 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9403#9403</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 2:39 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Paul MR wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;This should be close..
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
var win = new Window&amp;#40;&amp;quot;dialog&amp;#123;text&amp;#58;'Script Interface',bounds&amp;#58;&amp;#91;100,100,570,640&amp;#93;,&amp;quot;+
&lt;br /&gt;
&amp;quot;panel0&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;10,20,460,190&amp;#93; , text&amp;#58;'Square Layout' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot;+
&lt;br /&gt;
&amp;quot;button0&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,30,60,50&amp;#93; , text&amp;#58;'1 X 1' &amp;#125;,&amp;quot;+
&lt;br /&gt;
&amp;quot;button1&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,30,120,50&amp;#93; , text&amp;#58;'1 X 2' &amp;#125;,&amp;quot;+
&lt;br /&gt;
&amp;quot;button2&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,30,180,50&amp;#93; , text&amp;#58;'1 X 3' &amp;#125;,&amp;quot;+
&lt;br /&gt;
&amp;quot;button3&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;190,30,240,50&amp;#93; , text&amp;#58;'1 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button4&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,60,60,80&amp;#93; , text&amp;#58;'1 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button5&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,60,120,80&amp;#93; , text&amp;#58;'2 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button6&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,60,180,80&amp;#93; , text&amp;#58;'3 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button7&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;190,60,240,80&amp;#93; , text&amp;#58;'4 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button8&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,90,60,110&amp;#93; , text&amp;#58;'1 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button9&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,90,120,110&amp;#93; , text&amp;#58;'2 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button10&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,90,180,110&amp;#93; , text&amp;#58;'3 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button11&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;190,90,240,110&amp;#93; , text&amp;#58;'4 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button12&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,120,60,140&amp;#93; , text&amp;#58;'1 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button13&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,120,120,140&amp;#93; , text&amp;#58;'2 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button14&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,120,180,140&amp;#93; , text&amp;#58;'3 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button15&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;190,120,240,140&amp;#93; , text&amp;#58;'4 X 4' &amp;#125;&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;panel1&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;0,180,450,350&amp;#93; , text&amp;#58;'Alignment' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;panel2&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;30,10,220,130&amp;#93; , text&amp;#58;'Left Page' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button16&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,20,60,41&amp;#93; , text&amp;#58;'T L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button19&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,50,60,71&amp;#93; , text&amp;#58;'C L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button20&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,80,60,101&amp;#93; , text&amp;#58;'B L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button21&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,20,120,41&amp;#93; , text&amp;#58;'T C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button22&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,50,120,71&amp;#93; , text&amp;#58;'C C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button23&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,80,120,101&amp;#93; , text&amp;#58;'B C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button24&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,20,180,41&amp;#93; , text&amp;#58;'T R' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button25&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,50,180,71&amp;#93; , text&amp;#58;'C R' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button26&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,80,180,100&amp;#93; , text&amp;#58;'B R' &amp;#125;&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;panel3&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;230,10,420,130&amp;#93; , text&amp;#58;'Right Page' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button28&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,20,60,41&amp;#93; , text&amp;#58;'T L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button29&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,50,60,71&amp;#93; , text&amp;#58;'C L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button30&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,80,60,101&amp;#93; , text&amp;#58;'B L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button31&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,20,120,41&amp;#93; , text&amp;#58;'T C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button32&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,50,120,71&amp;#93; , text&amp;#58;'C C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button33&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,80,120,101&amp;#93; , text&amp;#58;'B C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button34&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,20,180,41&amp;#93; , text&amp;#58;'T R' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button35&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,50,180,71&amp;#93; , text&amp;#58;'C R' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button36&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,80,180,101&amp;#93; , text&amp;#58;'B R' &amp;#125;&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;checkbox0&amp;#58;Checkbox&amp;#123;bounds&amp;#58;&amp;#91;40,140,111,161&amp;#93; , text&amp;#58;'Double Page' &amp;#125;&amp;#125;&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button37&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;250,30,300,50&amp;#93; , text&amp;#58;'1 X 5' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button38&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;250,60,300,81&amp;#93; , text&amp;#58;'5 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button39&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;250,90,300,111&amp;#93; , text&amp;#58;'5 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button40&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;250,120,300,141&amp;#93; , text&amp;#58;'5 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button41&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;310,30,360,51&amp;#93; , text&amp;#58;'1 X 6' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button42&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;310,60,360,81&amp;#93; , text&amp;#58;'6 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button43&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;310,90,360,111&amp;#93; , text&amp;#58;'6 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button44&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;310,120,360,141&amp;#93; , text&amp;#58;'6 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button45&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;370,30,420,51&amp;#93; , text&amp;#58;'1 X 7' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button46&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;370,60,420,81&amp;#93; , text&amp;#58;'7 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button47&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;370,90,420,111&amp;#93; , text&amp;#58;'7 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button48&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;370,120,420,141&amp;#93; , text&amp;#58;'7 X 4' &amp;#125;&amp;#125;&amp;quot;&amp;#41;;
&lt;br /&gt;

&lt;br /&gt;
win.center&amp;#40;&amp;#41;;
&lt;br /&gt;
win.show&amp;#40;&amp;#41;;
&lt;br /&gt;

&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Wow, tks, but what have you change to make it work so If I do changes that i&amp;lt;m not gonna have the same problems
&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9403</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9402#9402</link>
<pubDate>Wed, 27 Aug 2008 14:20:44 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9402#9402</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=821&quot; target=&quot;_blank&quot;&gt;Paul MR&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 2:20 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
This should be close..
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
var win = new Window&amp;#40;&amp;quot;dialog&amp;#123;text&amp;#58;'Script Interface',bounds&amp;#58;&amp;#91;100,100,570,640&amp;#93;,&amp;quot;+
&lt;br /&gt;
&amp;quot;panel0&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;10,20,460,190&amp;#93; , text&amp;#58;'Square Layout' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot;+
&lt;br /&gt;
&amp;quot;button0&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,30,60,50&amp;#93; , text&amp;#58;'1 X 1' &amp;#125;,&amp;quot;+
&lt;br /&gt;
&amp;quot;button1&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,30,120,50&amp;#93; , text&amp;#58;'1 X 2' &amp;#125;,&amp;quot;+
&lt;br /&gt;
&amp;quot;button2&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,30,180,50&amp;#93; , text&amp;#58;'1 X 3' &amp;#125;,&amp;quot;+
&lt;br /&gt;
&amp;quot;button3&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;190,30,240,50&amp;#93; , text&amp;#58;'1 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button4&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,60,60,80&amp;#93; , text&amp;#58;'1 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button5&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,60,120,80&amp;#93; , text&amp;#58;'2 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button6&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,60,180,80&amp;#93; , text&amp;#58;'3 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button7&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;190,60,240,80&amp;#93; , text&amp;#58;'4 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button8&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,90,60,110&amp;#93; , text&amp;#58;'1 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button9&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,90,120,110&amp;#93; , text&amp;#58;'2 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button10&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,90,180,110&amp;#93; , text&amp;#58;'3 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button11&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;190,90,240,110&amp;#93; , text&amp;#58;'4 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button12&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,120,60,140&amp;#93; , text&amp;#58;'1 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button13&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,120,120,140&amp;#93; , text&amp;#58;'2 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button14&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,120,180,140&amp;#93; , text&amp;#58;'3 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button15&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;190,120,240,140&amp;#93; , text&amp;#58;'4 X 4' &amp;#125;&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;panel1&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;0,180,450,350&amp;#93; , text&amp;#58;'Alignment' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;panel2&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;30,10,220,130&amp;#93; , text&amp;#58;'Left Page' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button16&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,20,60,41&amp;#93; , text&amp;#58;'T L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button19&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,50,60,71&amp;#93; , text&amp;#58;'C L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button20&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,80,60,101&amp;#93; , text&amp;#58;'B L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button21&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,20,120,41&amp;#93; , text&amp;#58;'T C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button22&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,50,120,71&amp;#93; , text&amp;#58;'C C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button23&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,80,120,101&amp;#93; , text&amp;#58;'B C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button24&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,20,180,41&amp;#93; , text&amp;#58;'T R' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button25&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,50,180,71&amp;#93; , text&amp;#58;'C R' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button26&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,80,180,100&amp;#93; , text&amp;#58;'B R' &amp;#125;&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;panel3&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;230,10,420,130&amp;#93; , text&amp;#58;'Right Page' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button28&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,20,60,41&amp;#93; , text&amp;#58;'T L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button29&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,50,60,71&amp;#93; , text&amp;#58;'C L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button30&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,80,60,101&amp;#93; , text&amp;#58;'B L' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button31&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,20,120,41&amp;#93; , text&amp;#58;'T C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button32&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,50,120,71&amp;#93; , text&amp;#58;'C C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button33&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;70,80,120,101&amp;#93; , text&amp;#58;'B C' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button34&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,20,180,41&amp;#93; , text&amp;#58;'T R' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button35&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,50,180,71&amp;#93; , text&amp;#58;'C R' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button36&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;130,80,180,101&amp;#93; , text&amp;#58;'B R' &amp;#125;&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;checkbox0&amp;#58;Checkbox&amp;#123;bounds&amp;#58;&amp;#91;40,140,111,161&amp;#93; , text&amp;#58;'Double Page' &amp;#125;&amp;#125;&amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button37&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;250,30,300,50&amp;#93; , text&amp;#58;'1 X 5' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button38&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;250,60,300,81&amp;#93; , text&amp;#58;'5 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button39&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;250,90,300,111&amp;#93; , text&amp;#58;'5 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button40&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;250,120,300,141&amp;#93; , text&amp;#58;'5 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button41&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;310,30,360,51&amp;#93; , text&amp;#58;'1 X 6' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button42&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;310,60,360,81&amp;#93; , text&amp;#58;'6 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button43&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;310,90,360,111&amp;#93; , text&amp;#58;'6 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button44&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;310,120,360,141&amp;#93; , text&amp;#58;'6 X 4' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button45&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;370,30,420,51&amp;#93; , text&amp;#58;'1 X 7' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button46&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;370,60,420,81&amp;#93; , text&amp;#58;'7 X 2' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button47&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;370,90,420,111&amp;#93; , text&amp;#58;'7 X 3' &amp;#125;,&amp;quot;+ 
&lt;br /&gt;
&amp;quot;button48&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;370,120,420,141&amp;#93; , text&amp;#58;'7 X 4' &amp;#125;&amp;#125;&amp;quot;&amp;#41;;
&lt;br /&gt;

&lt;br /&gt;
win.center&amp;#40;&amp;#41;;
&lt;br /&gt;
win.show&amp;#40;&amp;#41;;
&lt;br /&gt;

&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Paul MR</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9402</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9401#9401</link>
<pubDate>Wed, 27 Aug 2008 13:25:17 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9401#9401</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 1:25 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Mike Hale wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;There is still something wrong with the CSUIB string. It should work now that you reformatted it. Maybe it's all those &amp;quot;undefined,&amp;quot;+ lines. I don't know.
&lt;br /&gt;

&lt;br /&gt;
You could try recreating the dialog making sure you defined all the elements.
&lt;br /&gt;

&lt;br /&gt;
Mike&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Ok, but like I said, I just use CSUIB to create it and don't know anything about coding, that why I need a hand on that, second thing, even if I use the first line only, it does not start the window.
&lt;br /&gt;
tks for your help
&lt;br /&gt;

&lt;br /&gt;
Seby&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9401</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9400#9400</link>
<pubDate>Wed, 27 Aug 2008 13:17:53 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9400#9400</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=88&quot; target=&quot;_blank&quot;&gt;Mike Hale&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 1:17 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
There is still something wrong with the CSUIB string. It should work now that you reformatted it. Maybe it's all those &amp;quot;undefined,&amp;quot;+ lines. I don't know.
&lt;br /&gt;

&lt;br /&gt;
You could try recreating the dialog making sure you defined all the elements.
&lt;br /&gt;

&lt;br /&gt;
Mike&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Mike Hale</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9400</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9399#9399</link>
<pubDate>Wed, 27 Aug 2008 12:46:53 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9399#9399</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2688&quot; target=&quot;_blank&quot;&gt;seby20&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 12:46 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Mike Hale wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I understand that you are not a programmer but did you read the other thread?
&lt;br /&gt;

&lt;br /&gt;
You need to edit each line of the CSUIB output as follows
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;var win = new Window&amp;#40;&amp;quot;dialog&amp;#123;text&amp;#58;'Script Interface',bounds&amp;#58;&amp;#91;100,100,570,640&amp;#93;,&amp;quot; + 
&lt;br /&gt;
&amp;quot;panel0&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;10,20,460,190&amp;#93; , text&amp;#58;'Square Layout' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot; + 
&lt;br /&gt;
&amp;quot;button0&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,30,60,50&amp;#93; , text&amp;#58;'1 X 1' &amp;#125;,&amp;quot; +
&lt;br /&gt;
and so on&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Mike&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Ok, tks, I did that but still getting an error on the first line, can you give me a hint of my problem please
&lt;br /&gt;

&lt;br /&gt;
tks
&lt;br /&gt;

&lt;br /&gt;
Seby
&lt;br /&gt;

&lt;br /&gt;
var win = new Window(&amp;quot;dialog{text:'Script Interface',bounds:[100,100,570,640],&amp;quot;+
&lt;br /&gt;
		&amp;quot;panel0:Panel{bounds:[10,20,460,190] , text:'Square Layout' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
			&amp;quot;button0:Button{bounds:[10,30,60,50] , text:'1 X 1' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button1:Button{bounds:[70,30,120,50] , text:'1 X 2' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button2:Button{bounds:[130,30,180,50] , text:'1 X 3' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button3:Button{bounds:[190,30,240,50] , text:'1 X 4' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button4:Button{bounds:[10,60,60,80] , text:'1 X 2' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button5:Button{bounds:[70,60,120,80] , text:'2 X 2' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button6:Button{bounds:[130,60,180,80] , text:'3 X 2' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button7:Button{bounds:[190,60,240,80] , text:'4 X 2' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button8:Button{bounds:[10,90,60,110] , text:'1 X 3' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button9:Button{bounds:[70,90,120,110] , text:'2 X 3' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button10:Button{bounds:[130,90,180,110] , text:'3 X 3' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button11:Button{bounds:[190,90,240,110] , text:'4 X 3' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button12:Button{bounds:[10,120,60,140] , text:'1 X 4' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button13:Button{bounds:[70,120,120,140] , text:'2 X 4' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button14:Button{bounds:[130,120,180,140] , text:'3 X 4' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button15:Button{bounds:[190,120,240,140] , text:'4 X 4' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;panel1:Panel{bounds:[0,180,450,350] , text:'Alignment' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
				&amp;quot;panel2:Panel{bounds:[30,10,220,130] , text:'Left Page' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
					&amp;quot;undefined,&amp;quot;+
&lt;br /&gt;
					&amp;quot;undefined,&amp;quot;+
&lt;br /&gt;
					&amp;quot;undefined,&amp;quot;+
&lt;br /&gt;
					&amp;quot;undefined,&amp;quot;+
&lt;br /&gt;
					&amp;quot;undefined,&amp;quot;+
&lt;br /&gt;
					&amp;quot;button16:Button{bounds:[10,20,60,41] , text:'T L' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;undefined,&amp;quot;+
&lt;br /&gt;
					&amp;quot;undefined,&amp;quot;+
&lt;br /&gt;
					&amp;quot;button19:Button{bounds:[10,50,60,71] , text:'C L' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button20:Button{bounds:[10,80,60,101] , text:'B L' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button21:Button{bounds:[70,20,120,41] , text:'T C' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button22:Button{bounds:[70,50,120,71] , text:'C C' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button23:Button{bounds:[70,80,120,101] , text:'B C' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button24:Button{bounds:[130,20,180,41] , text:'T R' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button25:Button{bounds:[130,50,180,71] , text:'C R' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button26:Button{bounds:[130,80,180,100] , text:'B R' }&amp;quot;+
&lt;br /&gt;
				&amp;quot;},&amp;quot;+
&lt;br /&gt;
				&amp;quot;panel3:Panel{bounds:[230,10,420,130] , text:'Right Page' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},&amp;quot;+
&lt;br /&gt;
					&amp;quot;undefined,&amp;quot;+
&lt;br /&gt;
					&amp;quot;button28:Button{bounds:[10,20,60,41] , text:'T L' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button29:Button{bounds:[10,50,60,71] , text:'C L' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button30:Button{bounds:[10,80,60,101] , text:'B L' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button31:Button{bounds:[70,20,120,41] , text:'T C' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button32:Button{bounds:[70,50,120,71] , text:'C C' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button33:Button{bounds:[70,80,120,101] , text:'B C' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button34:Button{bounds:[130,20,180,41] , text:'T R' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button35:Button{bounds:[130,50,180,71] , text:'C R' },&amp;quot;+
&lt;br /&gt;
					&amp;quot;button36:Button{bounds:[130,80,180,101] , text:'B R' }&amp;quot;+
&lt;br /&gt;
				&amp;quot;},&amp;quot;+
&lt;br /&gt;
				&amp;quot;checkbox0:undefined{bounds:[40,140,111,161] , text:'Double Page' }&amp;quot;+
&lt;br /&gt;
			&amp;quot;},&amp;quot;+
&lt;br /&gt;
			&amp;quot;button37:Button{bounds:[250,30,300,50] , text:'1 X 5' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button38:Button{bounds:[250,60,300,81] , text:'5 X 2' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button39:Button{bounds:[250,90,300,111] , text:'5 X 3' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button40:Button{bounds:[250,120,300,141] , text:'5 X 4' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button41:Button{bounds:[310,30,360,51] , text:'1 X 6' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button42:Button{bounds:[310,60,360,81] , text:'6 X 2' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button43:Button{bounds:[310,90,360,111] , text:'6 X 3' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button44:Button{bounds:[310,120,360,141] , text:'6 X 4' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button45:Button{bounds:[370,30,420,51] , text:'1 X 7' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button46:Button{bounds:[370,60,420,81] , text:'7 X 2' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button47:Button{bounds:[370,90,420,111] , text:'7 X 3' },&amp;quot;+
&lt;br /&gt;
			&amp;quot;button48:Button{bounds:[370,120,420,141] , text:'7 X 4' }};&amp;quot;
&lt;br /&gt;
);
&lt;br /&gt;
win.center();
&lt;br /&gt;
win.show();&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>seby20</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9399</comments>
</item>
<item>
<title>Help Me :: RE: Help please with script error UI  for CS3</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9398#9398</link>
<pubDate>Wed, 27 Aug 2008 12:10:40 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9398#9398</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=88&quot; target=&quot;_blank&quot;&gt;Mike Hale&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 12:10 pm (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
I understand that you are not a programmer but did you read the other thread?
&lt;br /&gt;

&lt;br /&gt;
You need to edit each line of the CSUIB output as follows
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;var win = new Window&amp;#40;&amp;quot;dialog&amp;#123;text&amp;#58;'Script Interface',bounds&amp;#58;&amp;#91;100,100,570,640&amp;#93;,&amp;quot; + 
&lt;br /&gt;
&amp;quot;panel0&amp;#58;Panel&amp;#123;bounds&amp;#58;&amp;#91;10,20,460,190&amp;#93; , text&amp;#58;'Square Layout' ,properties&amp;#58;&amp;#123;borderStyle&amp;#58;'etched',su1PanelCoordinates&amp;#58;true&amp;#125;,&amp;quot; + 
&lt;br /&gt;
&amp;quot;button0&amp;#58;Button&amp;#123;bounds&amp;#58;&amp;#91;10,30,60,50&amp;#93; , text&amp;#58;'1 X 1' &amp;#125;,&amp;quot; +
&lt;br /&gt;
and so on&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Mike&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Mike Hale</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9392#9392" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9398</comments>
</item>
<item>
<title>Help Me :: RE: $.sleep.. how working with trheads?</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9397#9397</link>
<pubDate>Wed, 27 Aug 2008 10:48:09 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9397#9397</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2692&quot; target=&quot;_blank&quot;&gt;cybrjakk&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 10:48 am (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
The Action Playback setting can also be turned on and off in your action.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>cybrjakk</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9389#9389" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9397</comments>
</item>
<item>
<title>Photoshop Commander :: RE: Big Problem with new button</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9396#9396</link>
<pubDate>Wed, 27 Aug 2008 06:58:53 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9396#9396</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;Andrew&lt;/a&gt;&lt;br /&gt;

Posted: Wed Aug 27, 2008 6:58 am (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
I take it you are using a PC. Check if the file and it's containing folders exist. If it does try again see if the same happens (It shouldn't). On the other hand I might mention that I am not giving a lot of support to action commander these days so if you are getting into difficulty with it, it may not be the best option for you.
&lt;br /&gt;

&lt;br /&gt;
Andrew&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Andrew</dc:creator>
<dc:subject>Photoshop Commander</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9385#9385" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9396</comments>
</item>
<item>
<title>Help Me :: RE: $.sleep.. how working with trheads?</title>
<link>http://ps-scripts.com/bb/viewtopic.php?p=9395#9395</link>
<pubDate>Wed, 27 Aug 2008 02:45:52 GMT</pubDate>
<guid isPermaLink="true">http://ps-scripts.com/bb/viewtopic.php?p=9395#9395</guid>
<description>Author: &lt;a href=&quot;http://ps-scripts.com/bb/profile.php?mode=viewprofile&amp;u=2692&quot; target=&quot;_blank&quot;&gt;cybrjakk&lt;/a&gt;&lt;br /&gt;
Subject: dialog box problem&lt;br /&gt;
Posted: Wed Aug 27, 2008 2:45 am (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
fioreyeah,
&lt;br /&gt;

&lt;br /&gt;
I've been having the same issue.  Found this in the forum:
&lt;br /&gt;

&lt;br /&gt;
Set your Action Playback Options (in the Actions Palette) to Step By Step and see if that fixes your problem.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>cybrjakk</dc:creator>
<dc:subject>Help Me</dc:subject>
<annotate:reference rdf:resource="http://ps-scripts.com/bb/viewtopic.php?p=9389#9389" />
<comments>http://ps-scripts.com/bb/posting.php?mode=quote&amp;p=9395</comments>
</item>
</channel>
</rss>

<!-- Page generation time: 0.1659s  - Memory Usage: 2.265 Mb  - GZIP disabled -->