cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Server
Level 5

InstallScript on input text box update event

How to handle on input text box update event in InstallScript. I need to disable or enable some controls when input has been done in the text field. Thank you!
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

For an InstallScript project, you can use CtrlGetSubCommand to find if an edit field's contents have changed. For further examples, please see the source for SdRegisterUser (in the Script folder of your InstallShield distribution) and perhaps the Example Custom Password Dialog sample that ships with InstallShield.
0 Kudos