TonyT
23rd June 2004, 14:07
Hi
First of all - I've recently moved over to NSIS from using Windows Installer and I'm thoroughly enjoying the experience! Thanks very much for a great piece of software.
I've attached a simple nsi and InstallOptions ini to demonstrate a problem I'm having.
I want to enable and disable a textbox, and set/kill focus when it is enabled/disabled.
Everything appears to work OK, but the textbox refuses to accept keyboard input when it is enabled (mouse input seems OK).
I have tried placing the WM_SETFOCUS message in three different places but none seem to work (all three are indicated in the nsi).
TIA for any pointers on this one.
Tony
First of all - I've recently moved over to NSIS from using Windows Installer and I'm thoroughly enjoying the experience! Thanks very much for a great piece of software.
I've attached a simple nsi and InstallOptions ini to demonstrate a problem I'm having.
I want to enable and disable a textbox, and set/kill focus when it is enabled/disabled.
Everything appears to work OK, but the textbox refuses to accept keyboard input when it is enabled (mouse input seems OK).
I have tried placing the WM_SETFOCUS message in three different places but none seem to work (all three are indicated in the nsi).
TIA for any pointers on this one.
Tony