question

Meng,Li avatar image
0 Likes"
Meng,Li asked Meng,Li 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 Meng,Li 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.

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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