|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Feb 2010
Posts: 1
|
I tried to MUI Next button set disable when textbox don't have anything(check Next button state at every key input changed), but it's difficult for me ... how is that possible?
( I am sorry I cannot write english well... )
Last edited by littlepot; 26th February 2010 at 08:50. |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
If you use nsDialogs to create the custom page, you can use the onChange function to go to an NSIS function every time something is changed in the textbox. In that function, simply get the text out of the textbox and compare it with "".
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2009
Posts: 12
|
Littlepot, You could use something like this:
PHP Code:
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|