How do I change the title of a Window through an event, or can I?
I have a login form, the user logs in, and when they get to the application screen, I want their name showing in the application window title bar. I can set a global property from the user login form, but can’t seem to set the window title from the Form Loaded event of the application window. Is this possible?
1 answer
Changing window title via action is in our TODO list already.
Meanwhile you can place a text label element on the window title, the content of text label can be changed during the simulation.
This question is now closed