FMX.6.Viewer

I have written a lot of code to display the decompiled information in a graphical viewer instead of an endless list. The FMX.6.Viewer is now part of the decompiler JAR, so I can decompile FMX on the command line and also open a graphical UI to get an Oracle FormBuilder 6-like interface. Some information I did not extract from the FMX, but I hope, that I’ll find them.

Currently the viewer displays windows, visual attributes, record groups, parameters, editors, canvases and their sub-elements like rectangle, text, line, arc, frame, and group (images are still part of the re-engineering), data blocks (only the names at the moment) and alerts. For all these elements I can open a property palette. For canvases the viewer opens a test graphic, but it should be possible to redraw the elements on an JavaFX canvas.

FMX.6.Viewer

Leave a Reply