Accessing Ignition Component Properties, Programmatic Placement of properties

Ignition components aren't written in Jython, they are written in Java. You can deep dive into the Java Docs if you want.

You might also find this useful.

However, putting that aside. JavaSwing which is what Vision uses, is terrible at scaling, so choosing to use system.gui.transform() here is gonna be a rough road. I would strongly recommend using a Paintable Canvas.

4 Likes