Skirmish_ 0 Posted August 23, 2019 Hey everyone, Was wondering something for a while now and I am pretty stumped. Whenever I create my child displays with: finddisplay 46 createdisplay "displayMenuChild" I can still interact with the parent display (i.e. Can press buttons and interact with listboxes etc.) I also use the same controls as used in the 3DEN Editor displays. I create my parent display as a dialog with: createdialog "displayMenuParent"; Maybe I need to create it another way? Thanks in advance, Skirmish_ Share this post Link to post Share on other sites
Dedmen 2442 Posted August 23, 2019 Some dialogs just use a fullscreen element in background that captures all clicks. Share this post Link to post Share on other sites
Skirmish_ 0 Posted August 24, 2019 20 hours ago, Dedmen said: Some dialogs just use a fullscreen element in background that captures all clicks. Yes, I know, I'm using both ctrlStaticBackgroundDisable and ctrlStaticBackgroundDisableTiles but they don't capture the clicks at all, and yes im using the same config from the 3DEN Displays Share this post Link to post Share on other sites