Jump to content

Text status in the GUI


Recommended Posts

Hello,

I have a script.

Is its running, then the status shows a pop up window. (25%, 50% and 75% show a pop up windows)

It's OK.

 

I would like to (for example) text box shows the status in the GUI.

Example:

If scirpt not running, then text is: "Stop"

If click the start button, then text is: "Running"

If scirpt finish the runing, then text is: "Complete"

 

This text will visible constantly.

Thanks for helping!!!!

Link to comment
Share on other sites

Just create the Label and set the Text. I think there are to possibilities.
 First, you could change the text at every start of working function and set it back at the end of this functions.
Second, you can write in the WhileLoop, that its running, because if you are doing something the WhileeLoop is normally paused.

MfG Kanashius

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...