Guest
Hi
I create progress bar box with hiDisplayProgressBox( ?name 'pb ...) <-
pb is any symbol correct?
I can set progress as it proceed with hiSetProgress( pb ++ii ) <- pb
should point to my progressBar?
But here pb is variable not a symbol. If I put 'pb (symbol) SKILL
parser reports an error.
If just pb (variable) everything fine, BUT.
After procedure is done, I get error report: *Error* unbound variable
- pb.
I placed pb as local variable, inside prog statement - another error
message appears on hiDisplayProgressBox( ?name 'pb ...) - Syntax
error...pb - nil
What and where can be wrong?
Thank you
-Edis
I create progress bar box with hiDisplayProgressBox( ?name 'pb ...) <-
pb is any symbol correct?
I can set progress as it proceed with hiSetProgress( pb ++ii ) <- pb
should point to my progressBar?
But here pb is variable not a symbol. If I put 'pb (symbol) SKILL
parser reports an error.
If just pb (variable) everything fine, BUT.
After procedure is done, I get error report: *Error* unbound variable
- pb.
I placed pb as local variable, inside prog statement - another error
message appears on hiDisplayProgressBox( ?name 'pb ...) - Syntax
error...pb - nil
What and where can be wrong?
Thank you
-Edis