Getting user input during macro.
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Getting user input during macro.
Is there any way of getting a macro to throw up a user input box, upon which the rest of the macro will then operate?
Not to my knowledge.
However, there are third-party scripting tools which can be used instead.
I like AutoIt. See downloads and support forum
For a few examples of how AutoIt can be integrated with TextPad, see here:
http://www.textpad.com/forum/viewtopic.php?t=4721
Hope that helps
However, there are third-party scripting tools which can be used instead.
I like AutoIt. See downloads and support forum
For a few examples of how AutoIt can be integrated with TextPad, see here:
http://www.textpad.com/forum/viewtopic.php?t=4721
Hope that helps
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
The only built in method I can think of might be to use the macro to call a tool with a prompt for a parameter. When the macro continues, copy the entry to the clipboard, cancel the tool and paste from the clipboard, or let the special tool run and have the tool pass the parameter through somehow, maybe in a capture output window?
My choice for independent macro tool, with TextPad and all other programs is Macro Scheduler which I have used for years and cannot work without it.
Also, remember to vote for editable macros at: http://www.textpad.com/forum/viewtopic.php?t=3775
My choice for independent macro tool, with TextPad and all other programs is Macro Scheduler which I have used for years and cannot work without it.
Also, remember to vote for editable macros at: http://www.textpad.com/forum/viewtopic.php?t=3775
Hope this was helpful.............good luck,
Bob
Bob