<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><title>AutomationWizard Commands</title><link>http://www.knozall.com/ww2g/automationwizardcomms.php</link><description/><language>en-us</language><docs>http://blogs.law.harvard.edu/tech/rss</docs><managingEditor>rogerbiel@knozall.com (Knozall Software, Inc)</managingEditor><webMaster>rogerbiel@knozall.com (Knozall Software, Inc)</webMaster><category>RSS</category><ttl>1440</ttl><copyright>http://knozall.com/ww2g/copyright.html</copyright><generator>WebWizDirect (http://webwizdirect.com/)</generator><image><url>http://knozall.com/ww2g/images/WWD_blank.gif</url><title>AutomationWizard Commands</title><link>http://www.knozall.com/ww2g/automationwizardcomms.php</link></image><item><title>Dialog Boxes</title><link>#AWC101</link><pubDate>Wed, 04 Jul 2007 16:08:00 GMT</pubDate><author>rogerbiel@knozall.com ()</author><guid isPermaLink="false">AWC101</guid><description>&lt;!-- B. Dual-Table, R-graphic  --&gt;&lt;table border="0" width="600" cellspacing="15" cellpadding="0" id="AWC101"&gt;
	&lt;tr&gt;
		&lt;td valign="top"&gt;&lt;a name="DialogBoxes"&gt;&lt;/a&gt;
Dialog Boxes
AutomationWizards prompt boxes make it simple for you to customize scripts to make them easy to use
The capability provides for Windows like interface for people to read prompt messages and input answers required to run the script.
&lt;br&gt;&lt;/td&gt;
		&lt;td valign="top"&gt;&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- This RSS Feed is generated by WebWizDirect.com --&gt;</description></item><item><title>DropList Box</title><link>#AWC102</link><pubDate>Wed, 04 Jul 2007 16:26:00 GMT</pubDate><author>rogerbiel@knozall.com ()</author><guid isPermaLink="false">AWC102</guid><description>&lt;!-- B. Dual-Table, R-graphic  --&gt;&lt;table border="0" width="600" cellspacing="15" cellpadding="0" id="AWC102"&gt;
	&lt;tr&gt;
		&lt;td valign="top"&gt;&lt;a name="DropListBox"&gt;&lt;/a&gt;
Dialog Boxes
This box displays a dropdown list that allows the user to make a selection
The box returns a number (if you use %PromptDropList), or a string (if you use $PromptDropList).&lt;br&gt;
This example creates a simple breakfast menu of 5 items from which the user can select.&lt;br&gt;
The script provides for 5 choices, set the default selection to 1, and will time out and make selection 1 in 30 seconds if the user does not make a selection.&lt;br&gt;
REM DropList Dialog Box Example Breakfast Menu&lt;br&gt;
Writecon Welcome to Breakfast&lt;br&gt;
%temp=%PromptDropListChoose your breakfast selection, 5, Waffles,Pancakes,Eggs&amp;Bacon, Poached Eggs, FruitPlate, 1, 30&lt;br&gt;
Writecon Your breakfast selection is ,%temp&lt;br&gt;
Writecon Enjoy your breakfast&lt;br&gt;
Pause 30&lt;br&gt;

&lt;br&gt;&lt;/td&gt;
		&lt;td valign="top"&gt;&lt;img border="0" src="http://knozall.com/ww2g/images/AWC102_awtip4droplist.gif" height="50" align="left"&gt;"&gt;&lt;img border="0"  height="50" align="left" alt="DropList Box       This box displays a dropdown list that allows the user to make a selection. The box returns a number (if you use %PromptDropList), or a string (if you use $PromptDropList).
This example creates a simple breakfast menu of 5 items from which the user can select.
The script provides for 5 choices, set the default selection to 1, and will time out and make selection 1 in 30 seconds if the user does not make a selection.
REM DropList Dialog Box Example Breakfast Menu
Writecon Welcome to Breakfast
%temp=%PromptDropListChoose your breakfast selection, 5, Waffles,Pancakes,Eggs&amp;Bacon, Poached Eggs, FruitPlate, 1, 30
Writecon Your breakfast selection is ,%temp
Writecon Enjoy your breakfast
Pause 30
" src="http://knozall.com/ww2g/images/AWC102_awtip4droplist.gif"&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- This RSS Feed is generated by WebWizDirect.com --&gt;</description></item><item><title>Console Messages</title><link>#AWC103</link><pubDate>Wed, 04 Jul 2007 16:27:00 GMT</pubDate><author>rogerbiel@knozall.com ()</author><guid isPermaLink="false">AWC103</guid><description>&lt;!-- B. Dual-Table, R-graphic  --&gt;&lt;table border="0" width="600" cellspacing="15" cellpadding="0" id="AWC103"&gt;
	&lt;tr&gt;
		&lt;td valign="top"&gt;&lt;a name="ConsoleMessages"&gt;&lt;/a&gt;
Dialog Boxes
&lt;/td&gt;
		&lt;td valign="top"&gt;&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- This RSS Feed is generated by WebWizDirect.com --&gt;</description></item><item><title>Prompt List</title><link>#AWC104</link><pubDate>Wed, 04 Jul 2007 16:27:00 GMT</pubDate><author>rogerbiel@knozall.com ()</author><guid isPermaLink="false">AWC104</guid><description>&lt;!-- B. Dual-Table, R-graphic  --&gt;&lt;table border="0" width="600" cellspacing="15" cellpadding="0" id="AWC104"&gt;
	&lt;tr&gt;
		&lt;td valign="top"&gt;&lt;a name="PromptList"&gt;&lt;/a&gt;
Dialog Boxes
The prompt List box provides a scrollable list of items
The script uses the PromptList function as shown below:&lt;br&gt;
Writecon Welcome to Breakfast&lt;br&gt;
$temp=$PromptListChoose your breakfast selection, 5, Waffles,Pancakes,Eggs&amp;Bacon, Poached Eggs, FruitPlate, 1, 30&lt;br&gt;
Writecon Your breakfast selection is ,$temp&lt;br&gt;
Writecon Enjoy your breakfast&lt;br&gt;
Pause 30&lt;br&gt;
end&lt;br&gt;

&lt;br&gt;&lt;/td&gt;
		&lt;td valign="top"&gt;&lt;img border="0" src="http://knozall.com/ww2g/images/AWC104_awtip43.gif" height="50" align="left"&gt;"&gt;&lt;img border="0"  height="50" align="left" alt="Prompt List       The prompt List box provides a scrollable list of items. The script uses the PromptList function as shown below:
Writecon Welcome to Breakfast
$temp=$PromptListChoose your breakfast selection, 5, Waffles,Pancakes,Eggs&amp;Bacon, Poached Eggs, FruitPlate, 1, 30
Writecon Your breakfast selection is ,$temp
Writecon Enjoy your breakfast
Pause 30
end
" src="http://knozall.com/ww2g/images/AWC104_awtip43.gif"&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- This RSS Feed is generated by WebWizDirect.com --&gt;</description></item></channel></rss>