Jump to content

How to replace normal kiosk window to a customize dialog in Zeiss 2025?


---
 Share

Recommended Posts

I was using 2025 version. I already made a custom dialog in a .gdlg how can I replace the kiosk window with the custom that I made? In past versions I patched with custom generation but now I need to replace with the new dialog.

BR

Link to comment
Share on other sites

Kiosk uses dialogs "embedded in script", so create your dialogs this way for easy copying into your CustomPatches script. It should also be possible to copy the dialog description from the .gdlg and paste it into a dialog definition in the CustomPatches script.

Easiest workflow might be: Create a custom patch for the start dialog using the generator and then just change the generated dialog as you want.

If you want to stick with .gdlg, you can also try to replace the dialog create command in CustomPatches and use the .gdlg. I'm not absolutely sure though, if .gdlg dialogs are fully compatible with the embedded ones.

Link to comment
Share on other sites

 Share

×
×
  • Create New...