Page 1 of 1

percent complete popup box

Posted: Wed Jul 02, 2014 7:33 am
by CharlieEVIEWS
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

Re: percent complete popup box

Posted: Wed Jul 02, 2014 7:38 am
by EViews Gareth
I generally use the statusline command to show it there.

Re: percent complete popup box

Posted: Wed Jul 02, 2014 9:39 am
by CharlieEVIEWS
Perfect, didnt know about this feature. Thanks Gareth.