Skip to content
⌘ NSIS Forum Archive

"Next" button functionality

4 posts

kekc#

"Next" button functionality

Hello everyone!

I have created a custom page using nsDialogs. On that page there is a field and a button. Using them user should choose a file, that will be written in .ini later.

I want to check file existence and block user to go to next page, untill he(she) selects the correct file.

So I need to operate with function used, then "Next" button is pressed.

Anyone can help me?
Please!!! 🙁
jpderuiter#
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
Afrow UK#
If the path is incorrect, display a message box and then call Abort to go back to the page.

Stu
kekc#
Originally posted by Afrow UK
If the path is incorrect, display a message box and then call Abort to go back to the page.

Stu
Thank you so much!
It's what I needed!
👍