From: <ul...@us...> - 2010-09-05 14:34:41
|
Revision: 27 http://adc.svn.sourceforge.net/adc/?rev=27&view=rev Author: ullner Date: 2010-09-05 14:34:35 +0000 (Sun, 05 Sep 2010) Log Message: ----------- Modified line in UCMD to handle multiple inputs. Modified Paths: -------------- trunk/ADC-EXT.txt Modified: trunk/ADC-EXT.txt =================================================================== --- trunk/ADC-EXT.txt 2010-09-03 19:45:11 UTC (rev 26) +++ trunk/ADC-EXT.txt 2010-09-05 14:34:35 UTC (rev 27) @@ -38,6 +38,7 @@ === Version 1.0.5 UNRELEASED * Added locale field to INF +* Modified user parameter 'line' in 'UCMD' to handle multiple inputs. == Extensions @@ -260,7 +261,7 @@ |userCID |User CID |userSID |User SID |userXX |One for each flag on the user sent; for example, userI4 and userNI -|line:info |Prompts the user for input where 'info' is the displayed text description for the user input +|line:info |Prompts the user for input where 'info' is the displayed text description for the user input. 'info' can be used for multiple values (combobox etc), and should be structured as "general info/default selection/value0/value1/.../valueN". The general info can be viewed as the caption of the user input dialog. Default selection is an integer k which signifies the default value to be used. Note that 0<=k<=N and N>=1. Note that values are 0-index based. Values are separated with a forward slash ('/'). If a forward slash is part of a value, it should be escaped by using an additional forward slash ('//'). |===== File parameters This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |