PDA

View Full Version : Using "Enter" to navigate


Newbe
15th March 2005, 10:57
Hi,

Our end product uses the "Enter" key to navigate between text fields. We want to provide the same functionality in the Directory Request controls in NSIS installer.

There are 3 Directory request controls. Pressing "Enter" on the first field should take you to the second, pressing "Enter" on the second should take you to the third, and pressing "Enter" on the third should start the install.

Any help would be appreciated. Thanks!

/Phani

Comm@nder21
15th March 2005, 15:48
don't know, if this 's possible.
you may try to write a hack with system.dll calls (windows api functions)

Anders
15th March 2005, 16:08
You probably need to create a plugin that subclasses the edit boxes