<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
<channel>
<title>ScriptUI Forums</title>
<link>http://forums.scriptui.com</link>
<description>ScriptUI Forums</description>
<item>
<title>andreas1974: Great tool for building user interface from scratch</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=37</link>
<description>nimende2012: In today&#039; s era, fashion has turn out to be one particular with the hottest topics amongst individuals within a substantial age group. A trendy appearance often assists you obtain notice and esteem from surrounding folks. To strengthen the self-assurance, a lot of people do have already realized the significance of keeping an open thoughts for the most current fashion sense. As elites inside the vogue market, designers happen to be busy with exploiting their minds to trigger some new fads. They redefine their understandings for style and update style trends frequently. In this winter, some new tides have already been aroused by these gurus. In regards to tendencies on wedding gowns, empire waist bridal dresses decorated by transparent lace undoubtedly grow to be sought-after items.
[url]http://www.karenoutlet.com/[/url]
[url]http://www.karenoutlet.com/karen-millen-skirts-c-18/[/url]
[url=http://www.karenoutlet.com]karen millen sale[/url]</description>
<pubDate>Tue, 08 May 2012 17:52:47 -0700</pubDate>
<category>Testimonials from users</category>
</item>
<item>
<title>andreas1974: Background color for edittext changes window colour</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=51</link>
<description>nimende2012: In today&#039; s era, fashion has turn out to be one particular with the hottest topics amongst individuals within a substantial age group. A trendy appearance often assists you obtain notice and esteem from surrounding folks. To strengthen the self-assurance, a lot of people do have already realized the significance of keeping an open thoughts for the most current fashion sense. As elites inside the vogue market, designers happen to be busy with exploiting their minds to trigger some new fads. They redefine their understandings for style and update style trends frequently. In this winter, some new tides have already been aroused by these gurus. In regards to tendencies on wedding gowns, empire waist bridal dresses decorated by transparent lace undoubtedly grow to be sought-after items.
[url]http://www.karenoutlet.com/[/url]
[url]http://www.karenoutlet.com/karen-millen-skirts-c-18/[/url]
[url=http://www.karenoutlet.com]karen millen sale[/url]</description>
<pubDate>Tue, 08 May 2012 17:52:31 -0700</pubDate>
<category>Rapid ScriptUI Q&amp;A</category>
</item>
<item>
<title>yoyoabc: If you would want to use large charms</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=62</link>
<description>yoyoabc: When you are getting silver restaurants you must just remember t take into account the particular wide array associated with measurements, models plus th costs that exist.Because pearls will scratch easily hol them separately from other components of #. You mus acquire considerable time to check the particular originality with the [url=http://www.thomassaboau.org/][b]Thomas Sabo[/b][/url] string by checking ou the particular silver seal of approval.



The quality globule thomas sabo charm gives a classy and glorious appearance on th lady wearing them.



You ought to take care of your own sterling silver jewelry properly sinc sterling silver has the tren for you t tarnish rapidly. You can select the electrolytic cleanu remedy that coul reduc rust and also tarnish. There are lots of silver apply polishes which have bee you can fin which have bee powerfu throughou cleanu you sterling silver string. This is a quit simple and easy method to successfully thoroughly clean sterling [url=http://www.thomassaboau.org/][b]Thomas Sabo Jewellery[/b][/url] and gaze after you glos as well as the sparkle for many year.Get a magnificent Diwali outfit in addition to accessorize it with the right thomas sabo to appear your beautiful greatest!



There are a good amount o options regardin thomas sabo charms rings because of average priced to help expensive ones, thus, buyers have alternatives umpteen.



As a resul, from your above it&#039;s noticeabl in which gol restaurants aren&#039;t only beautiful but also very commo for their particular perso fashio along wit models.Among all different kinds of fashion thomas sabo charms marketed online, jewelry sets can be purchased best for saving time for it t pick and opt themselves. They will increase th elegance and the persona of the person. They may be wonderfu fashion accessories and may be donne usin any attire as well a clothe themselves wit fashio!



The effect from chain of diamond from the yard thomas sabo charms is definitely pure elegance depending with the size of necklace and shows the jewelry a fantastic look.



Diamond reveals the suggestion involvin a couple of kisses incorporat jointl simply by matrimony. Girl are generall wanting t use precious ston wedding ring. Diamond wedding ring are incredibl purposefu for your lifestyl and also groundwor of one&#039;s matrimony.They were seemingly decorating themselves with a variety of status-defining [url=http://www.thomassaboau.org/][b]Thomas Sabo Sale[/b][/url] ?a the primar known shell rings. During proposa wedding ceremony partners want to offer betrothal present because band to each other.</description>
<pubDate>Tue, 24 Apr 2012 23:32:59 -0700</pubDate>
<category>ScriptUI Q&amp;A</category>
</item>
<item>
<title>andreas1974: Breakpoints in the ESTK?</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=39</link>
<description>andreas1974: I can answer my own question: You just have to start the script from InDesign first. Then you can close it, and debugging will work as normal from the ESTK.</description>
<pubDate>Tue, 11 Oct 2011 00:32:55 -0700</pubDate>
<category>Rapid ScriptUI Q&amp;A</category>
</item>
<item>
<title>andreas1974: Treeview events, and storing object keys in nodes (objects)</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=43</link>
<description>andreas1974: Window1.chapterTree.tvwTree.onExpand  = function (item){
var strXML = getGroupsByParent(item.key); // Get the XML tree here, as a string, based on the (&quot;user-defined&quot;) key property of the item clicked.
// Make an XML object out of the string.
var myXML = XML(strXML);
for (var i=0; i &lt; myXML.children().length(); i++){
	// &quot;node&quot; creates an expandable node
	var aNode = item.add(&quot;node&quot;, myXML.chapter[i]);
	aNode.text = myXML.chapter[i].@chapter_name;
	aNode.key = myXML.chapter[i].@chapter_id;
	// (&quot;item&quot; instead of &quot;node&quot; creates a non expandable node (no plus-sign))

}

}

The fine thing with the code above is that the id of the node, the &quot;chapter_id&quot;, can be stored as a generic key, and you can get hold of that key in the expand event, later on.</description>
<pubDate>Mon, 27 Jun 2011 07:53:19 -0700</pubDate>
<category>ScriptUI Libraries, Code or helpful links</category>
</item>
<item>
<title>andreas1974: How do you get ScriptUI windows to stay open?</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=41</link>
<description>andreas1974: I found a splendid explanation on the Adobe InDesign forum: 

&quot;If I am correct you must first execute the script from the scripts panel so the session for the targetengine is set. I ran into this problem when first trying to run the script from estk. But usually corrects itself once you run it first from scripts panel.

1. Open script in ESTK. (Make sure its linked to application).
2. From Scripts panel (in InDesign) execute script.
3. Try running script from ESTK
4. You should see the targetengine changes to session instead of main.&quot;

This works. Sometimes breakpoints don&#039;t get hit, but a few tries... and they do... (still not sure what makes them work).</description>
<pubDate>Thu, 23 Jun 2011 03:40:48 -0700</pubDate>
<category>ScriptUI Q&amp;A</category>
</item>
<item>
<title>andreas1974: Debugging in the ESTK</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=40</link>
<description>andreas1974: Hi!

Is there a good explanation how to get debugging to work along with ScriptUI, using the ExtendScript ToolKit?

Sometimes debugging works fine, but on other times not at all. I suspect the targetengine might play some role in this?

Sometimes, pressing F5, break-points don&#039;t seem to get hit, but the same code may very well be working when starting the program with F11... letting the window be declared while stepping over the lines and then pressing F5.

Best regards, Andreas

(I mistakenly put this question in the Rapid Script UI part of the forum, sorry, feel free to remove that, Steven!)</description>
<pubDate>Thu, 23 Jun 2011 02:58:14 -0700</pubDate>
<category>ScriptUI Q&amp;A</category>
</item>
<item>
<title>Steven: New Features 1.1.0.8</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=33</link>
<description>admin: I must apologize. There is an error in the create events option for the window, where when true (the default) events are not created. It should be the opposite. For now set it to false, and events will be created. The option to turn it off, is to be used together with including file at the  end of the script for your implemented events which will be used instead of the generated events.

If I get a chance II will fix the error, though I am quite swamped.</description>
<pubDate>Wed, 15 Jun 2011 13:04:42 -0700</pubDate>
<category>Rapid ScriptUI Q&amp;A</category>
</item>
<item>
<title>andreas1974: MeasurementEditboxes missing?</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=38</link>
<description>admin: It may be possible with hack, but not built in to InDesign as you said.</description>
<pubDate>Wed, 15 Jun 2011 13:00:07 -0700</pubDate>
<category>Rapid ScriptUI Q&amp;A</category>
</item>
<item>
<title>andreas1974: CS5 support</title>
<link>http://forums.scriptui.com/index.php?a=vtopic&amp;t=36</link>
<description>andreas1974: I suggest adding support in Rapid ScriptUI for CS5 (and 5.5).

Best regards, Andreas</description>
<pubDate>Tue, 14 Jun 2011 23:39:59 -0700</pubDate>
<category>Improvements or Ideas</category>
</item>
</channel>
</rss>

