|
|
#1 |
|
Junior Member
Join Date: Apr 2008
Posts: 2
|
Hi all,
I try to create a custom page to verify the information user input. But when the install step going to the custom page, press the next> button can't lead me to next step. Although the prev button still works.And also, the ValidateCustom function hasn't be executed. does anybody have any idea about that? NSIS:2.56, 2.55 my refrence sample: http://nsis.sourceforge.net/ADD_%22V...aller_by_ROHIT http://nsis.sourceforge.net/wiki/Com...ons_user_input my testing code: code: code: |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
You have MinLen and MaxLen settings in your INI file. Until those are satisfied, you won't be able to go to the next page. Specify ValidateText so a message box with the specified text will pop-up when those conditions aren't met.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Apr 2008
Posts: 2
|
So the problem is I haven't notice the limit of text length. @@ The next button works now. Thanks for your reply. ^^
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|