Hey everyone,
I am currently working on small GUI via appdesigner. The app basically consists of a main window and a dialog, that is sometimes called from the main app after processing some data. I created both windows via appdesigner in two seperate .mlapp files. So both apps work, the calling from the dialog by the main app too.
However I now want to change a bit the behavior/appearance of the dialog window. Currently it is just appearing as a seperate windows next to my mainwindow. However I like the appearence e.g. uialert uses. So I want the dialog to appear in the middle of my mainwindow, with the mainwindow beeing colored in dark gray, with some transparency. When just opening an uialert window this is just passing the app.UIFigure of the mainapp to uialert(). Is there a simple way I can achieve this with my appdesigner dialog?