B4J Code Snippet [tool] ScenicView

ScenicView is a JavaFX tool that allows you to see the UI structure of other JavaFX apps. It can be useful when debugging issues with complex layouts.

Download from:

1597131533975.png


Find the batch file and run it.

It just helped me solve a complex issue with B4X-Pleroma client where a view didn't respond to touch events. Using this tool I discovered that the underlying view became disabled (B4XDialog disables the views when it closes and re-enables them when the dialog appears).
 
Top