Is there a way to make the layout debugger show the layouts of a menu while it's open? Tabbing or clicking away from my app to the layout debugger causes the open menus to close, removing the menu items from the layout
c
carlw
07/13/2018, 12:03 PM
I don't think so. I've been trying to do this with ScenicView.jar, trying to capture popups. I also use the RevealApp for IOS and -- at least from several years ago -- they didn't add transient windows to the scene graph for introspection.
carlw
07/13/2018, 12:04 PM
What I do is break out a popup if it's styled a particular way in a main Stage and then integrate back in
c
Carlton Whitehead
07/13/2018, 12:06 PM
I wonder how one might break out a menubar in such a way that it wouldnt respond to the window losing focus
Carlton Whitehead
07/13/2018, 12:07 PM
Actually, maybe there is an event triggering the menu to hide. I'm going to look for a way to intercept that and see if I can consume it before it causes the menu items to hide