cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
islangly
Level 3

Call a custom dialog from a custom dialog.

Custom dialog A has a button, after click this button I wan't to show custom dialog B.

Custom dialog B failed to init, EzDefineDialog function return -1.

Call custom dialog B directly in setup.rul, it works fine, why?

any help is appreciate.

Thanks.
Labels (1)
0 Kudos
(2) Replies
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

The InstallScript dialog architecture is intended to only display one dialog at a time. You could return a specific value from Dialog A that indicates Dialog B should then be opened from the main script.
0 Kudos
islangly
Level 3

🙂 got it..

Thanks
0 Kudos