Resize Objects

The size and position doesn’t show up as properties in FactoryPMI. You have to use the:fpmi.gui.resizeComponent fpmi.gui.moveComponentfunctions. Typically, people add dynamic properties to the component and a propertyChange script that calls those functions:if event.propertyName == "dynamicPropName": fpmi.gui.resizeComponent(event.source, 100, 200)