question

Martin K5 avatar image
0 Likes"
Martin K5 asked Jeanette F commented

How to get inserted value in Edit box in Dashboard?

Hi,

I would like to ask, how can I get the inserted value in Edit box in GUI. I know how it can be done in dashboard, but the same approach doesn't work in GUI.

I can get the edit boxe's reference and when using the "getviewtext()" function, an empty String/value is returned although the value is inserted.


Thank you

FlexSim 23.2.3
guieditinserted value
· 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.

1 Answer

Dhakshna avatar image
1 Like"
Dhakshna answered Logan Gold commented

Hi @Martin K5, As you mentioned, using getviewtext() will return the value entered in the edit box. You have to pass the reference of the edit box as a parameter.

screenshot-2024-05-03-162700.png


Editbox.fsm


· 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.