NewsArchive
02-07-2006, 01:22 AM
We have added a new function to our internal SetupBuilder 5.3 IDE. The
compiler can now automatically fill the code signing password pop-up window.
To handle this, we have developed a function to send keystrokes to other
applications. The function provides similar functionality to that of the
Visual Basic SendKeys function.
Supported keywords:
{ENTER}{ESC}{UP}{DOWN}{LEFT}{RIGHT}{F1}-{F16}{WIN}{BACKSPACE}or{BS}or{BACK}
{HOME}{END}{PGUP}{PGDN}{PRTSC}{TAB}
{INS}or{INSERT}(CAPSLOCK}{SCROLLLOCK}{HELP}{BREAK} or{CANCEL}{CARRIAGERETURN}
{LINEFEED}{FF}{DEL}or{DELETE}{CHR nnn}
{NUMLOCK}
For example (send this to the active window):
SendKeys("Steelers win fifth Super Bowl title!{ENTER}")
-or-
{LEFT 5} means press the LEFT ARROW key 5 times, {s 5} means press s 5
times.
Question: Would you like to have this function available in the SetupBuilder
script editor?
--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910
"point. click. ship" - that's SetupBuilder 5
compiler can now automatically fill the code signing password pop-up window.
To handle this, we have developed a function to send keystrokes to other
applications. The function provides similar functionality to that of the
Visual Basic SendKeys function.
Supported keywords:
{ENTER}{ESC}{UP}{DOWN}{LEFT}{RIGHT}{F1}-{F16}{WIN}{BACKSPACE}or{BS}or{BACK}
{HOME}{END}{PGUP}{PGDN}{PRTSC}{TAB}
{INS}or{INSERT}(CAPSLOCK}{SCROLLLOCK}{HELP}{BREAK} or{CANCEL}{CARRIAGERETURN}
{LINEFEED}{FF}{DEL}or{DELETE}{CHR nnn}
{NUMLOCK}
For example (send this to the active window):
SendKeys("Steelers win fifth Super Bowl title!{ENTER}")
-or-
{LEFT 5} means press the LEFT ARROW key 5 times, {s 5} means press s 5
times.
Question: Would you like to have this function available in the SetupBuilder
script editor?
--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910
"point. click. ship" - that's SetupBuilder 5