question

K_yun avatar image
0 Likes"
K_yun asked K_yun commented

How to show bundle data on flowitem through a GUI?

001.fsm

I assign bundle data to the flowitem when created, and i want to show it to the user who run the model.Though i have tried some methods, i still can't figure out how to implement this.

Any suggestion will be appreciated.

FlexSim 22.0.1
guiflowitem gui
001.fsm (29.3 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered K_yun commented

You need to set the table viewfocus to the item's label:

@>viewfocus+>labels/parts_info

In the model I also re-added the OnClick and guifocusclass to the new flowitem, Box2.

001_bundleDataOfItemGUI.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

K_yun avatar image K_yun commented ·
Thank you very much! Jason, this is what i want.
0 Likes 0 ·