Hello, I’m a bit lost :
I would like to create a floating window in our standalone app, with custom design (rounded border, custom title bar with custom cross button, specific title bar height etc), with a boolean to say if it’s blocking for the rest of the app or not, and choosing if it appears as another window in the os task bar.
I identified different objects to do so, but it’s not very clear to me wich one is intended to what :
DialogWindow
AlertWindow
Component::addToDesktop
Component::runModalLoop
About runModalLoop, the doc says that we should never use it. Isn’t it the normal way to create a blocking window ?
