I'm using the surface theme and I have change the top bar image. This picture is properly displayed on the main windows but not on confirmation window popup since the window s size is different.
My questions are the following:
1. Is it possible the specify a different topbar image for each window? or to edit the theme to do it?
2. Is is possible to remove the confirmation popup that we have when the user try to close the installer?
1) – You can customize the title bar image on every dialog in the dialog editor. From the “Dialog” page select the image and in the right-side you will have its properties displayed. When you are changing an image layout, a popup window is displayed where you can chose to apply only for the selected dialog or for other dialogs that have duplicates (same type, same name and same layout).
Please note that this require an “Enterprise” project which require an “Enterprise” licence key.
2) - You can remove the confirmation popup which is displayed when the user try to close the application. In order to achieve that, in the “Dialogs” page and in the dialog editor select the “Cancel” from “Properties”, then in the “Published Events” tab you can edit the event and select from the popup window: “Close the current dialog” with the argument on ”Exit”instead of “Display a specific child dialog”. You have to do this for all the dialogs that display the “CancelDlg” dialog.