packagesdev / packages

Integrated Packaging Environment for OS X
306 stars 44 forks source link

installer plugin disable continue button #140

Open mahajantushar41 opened 1 year ago

mahajantushar41 commented 1 year ago

Hi , I know this is not an issue , but can you please help me in this .

I have create an installer plug-in which has some user input and a button which will be used to submit the input . I want that the user cannot click on "continue" button and go the next tab until he submits the data in my plugin' s input field . Please help thanks . Screenshot 2023-05-17 at 12 46 06 PM

@packagesdev

packagesdev commented 1 year ago

You can check this old MacTech article: http://preserve.mactech.com/articles/mactech/Vol.25/25.06/InstallerPlugins/index.html

See the part around "Checking the user data"

mahajantushar41 commented 1 year ago

Thanks for your reply , This is very helpful and it solved my problem thanks .