closed
Public

It took me some time to figure out what was wrong in my plot file.

After pressing a button I wanted the text of a TextBox to change. In the behaviour dialog it said: Change “TextBox_status” text to “Press “OK” to close the window”.

But it didn’t work. The text didn’t change. I found out that the problem was the double

quotes ” around “OK”. After replacing ” with ‘ everything works fine.

However, it should be possible to use double quotes and not only single quotes.

2 answers

Hi Ulrich, you will need to use a slash to escape the double quote, like this:

Press “OK” to continue

Maybe ForeUI should add this slash automatically if user input the double quote…

#1

“Maybe ForeUI should add this slash automatically if user input the double quote…”

Yes, please. 🙂

#2

This question is now closed