Page 1 of 1

Buttonbar Icons - Program parameter

Posted: 2013-09-25, 09:31 UTC
by formtapez
Hello,
for a program-icon in the buttonbar it is possible to add a questionmark to its parameters, so a dialog box pops up which asks for the parameter.
This is a nice feature but the questionmark is only possible at the first position, and it is not combinable with other elements like %N.

Can we have some improvement here please?
Actually i need it this way:

Code: Select all

%N ? ?
(It takes selected filename as first parameter, and then TWO dialogboxes pops up which asks for parameter 2 and 3.)

Thanks.

Posted: 2013-09-25, 11:46 UTC
by MVV
Question mark may be used with any parameter line, TC will just ask for entire parameter line.

You can try my AskParam tool if you wish to ask multiple parameters in a dialog.

Posted: 2013-09-26, 13:45 UTC
by formtapez
Great solution. Thank you!