Skip to content
⌘ NSIS Forum Archive

InstallOptions

2 posts

baxxtor#

InstallOptions

Hi all,

I have a custom page with 2 textboxes. 1 textbox is enabled and 1 is disabled. I need to have the following thing.... When a user types something in enabled editbox the text gets replicated to disabled editbox. both editboxes are on the same page. Is it possible at all?

Thanks!
deguix#
The only thing possible now is to click in a button to copy the text of an edit box to another. NOTIFY isn't available for this type of control.

I don't know why the authors didn't add this feature until now.