hhale21
Posts: 26
Joined: Thu Apr 01, 2010 10:21 pm

ui dialog order with custom feature selection dialog

I followed http://www.advancedinstaller.com/user-g ... ature.html to a custom feature selection dialog. This works well.
I also have a LicenseAgreementDlg that was added before.
When I created the feature selection dialog, it was added after the WelcomeDlg and before the LicenseAgreementDlg.
I would like to FeatureSelectionDlg after LicenseAgreementDlg.
If I select the WelcomeDlg's next button and try to edit its published event, I cannot change the argument (disable).
My question is, now can I change the order?
Bogdan
Posts: 2796
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: ui dialog order with custom feature selection dialog

Hi,

This is very simple, all you have to do is to select the custom dialog and drag it under the "LicenseAgreementDlg" dialog.
You don't have to edit the published events on the dialogs buttons.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
hhale21
Posts: 26
Joined: Thu Apr 01, 2010 10:21 pm

Re: ui dialog order with custom feature selection dialog

Thanks, I had tried that already. Did not work the first time but after couple more attempts it finally work. It is a bit sensitive on positioning.
Having the argument disabled implied to me that it could not be changed, thus my post.

Return to “Common Problems”