I’m trying to build a dynamic navigation system and want to point do a vision folder and build the buttons from windows inside it. Something almost similar is the system.gui.findWindow, but it only returns opened windows, there is a way to get all windows in a project or folder?
Hello. Try this guy system.gui.getWindowNames()
Manual for reference: system.gui.getWindowNames - Ignition User Manual 8.1 - Ignition Documentation
3 Likes
I want exactly it. Thank you.