Using ScenicView, I want to be able to inspect things like ContextMenu
s or the insides of a ComboBox
, but (as they should) they disappear before said inspection can happen:
Apart from changing the behavior of each control to not disappear, is there a way to freeze things so that these kind of controls can be inspected with SceneBuilder?
Here's a SSCCE, to give anyone willing a jump start.
I realize this is old but I also ran into this issue. I have a partial answer:
contextMenu.autoHideProperty().set(false);
Will make it so that the menu stays up. But, it seems that ScenicView will refuse to actually inspect the menu...
There is an bug inside SecenicView which is why it does not inspect the SubWindows.
https://github.com/JonathanGiles/scenic-view/issues/18
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With