Page 1 of 1

%VAR% in Buttonbar

Posted: 2011-12-09, 16:04 UTC
by jslegers
Hello,

Is it possible to make an extra option in the parameter section of the button bar dialog with the name %VAR% for example. It would be nice that it brings up a dialog like ? where you can type parameters in with out showing the rest of the command. A deluxe version would be that you can rename the title of the dialog.

Example of button

Command : command
Parameters : %VAR% %NAME_Title of dialog% other parameters.

John

Posted: 2011-12-09, 17:27 UTC
by MVV
You may use my AskParam for asking for some command line parameters. You may set dialog title, action prompt and set initial value for parameter.

Posted: 2011-12-12, 10:15 UTC
by jslegers
MVV wrote:You may use my AskParam for asking for some command line parameters. You may set dialog title, action prompt and set initial value for parameter.
Works like a charm thanks.