percent complete popup box
Posted: Wed Jul 02, 2014 7:33 am
Hey guys,
I have a few lines in a program which calculates what percent of the program has been completed so far. At the minute the only way im getting it to show up is by defining a scalar PERCENTAGECOMPLETE and using show PERCENTAGECOMPLETE so that I have a scalar in my workfile which is recursively updated as loops scroll by. However, is there any way for the popup box to be slightly more elegant? Is there a way I can get some kind of popup/dialog box which reports this number, rather than having it as a scalar?
Best wishes,
Charlie
I have a few lines in a program which calculates what percent of the program has been completed so far. At the minute the only way im getting it to show up is by defining a scalar PERCENTAGECOMPLETE and using show PERCENTAGECOMPLETE so that I have a scalar in my workfile which is recursively updated as loops scroll by. However, is there any way for the popup box to be slightly more elegant? Is there a way I can get some kind of popup/dialog box which reports this number, rather than having it as a scalar?
Best wishes,
Charlie