Question on creating progress bars
Hi all. I have created a window with a progress bar and a "Cancel" button in it. The intent is to allow the user to stop program execution. I'm getting an error when I press cancel though, and do not know how to resolve it. A simplified version of my script is below. Names Default to Here(1);
//Define progress window
pwin = NewWindow("Progress",
SB_L = SpacerBox(Size(0, 15), Color("Green")
...