question

Mark S3 avatar image
0 Likes"
Mark S3 asked Mark S3 commented

How to show a picture/logo in GUI?

I try to put a picture in GUI.But I can not make it!Can someone help me?thank you

FlexSim 19.1.2
gui
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

·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Mark S3 commented

@Mark S3

What is exactly not working? Here is an example of the GUI of the queue that shows how to do it. You have to use the static control and add a bitmap attribute:


picingui.png (91.8 KiB)
· 2
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

Steven was a bit faster.

You get to view tree for example by exploring the view structure. I used a queue object.

Then you open the subnodes of the View object

You can copy the whole static node to your gui or copy only the bitmap node into an empty node of your own static object. Then you can start to edit the parameters: location, size and bitmap path.

0 Likes 0 ·
Mark S3 avatar image Mark S3 commented ·

Thank you for your two!You helped me out!

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.