Is it possible to have a back and forth progress dialog in wxpython?
Like the kind where a bar goes from side to side, or like in windows
where it show a file being copied over to another folder? or just some
entertaining thingy?
The goal is to information the user that I don’t know how long the process is going to take, but its working.
thanks
···
–
A man convinced against his will
is still of the same opinion
Hi Aaron,
Have a look at the ProgressDialog in the wxPython demo (section Common Dialogs).
See you
Werner
Aaron Elbaz wrote:
···
Is it possible to have a back and forth progress dialog in wxpython? Like the kind where a bar goes from side to side, or like in windows where it show a file being copied over to another folder? or just some entertaining thingy?
The goal is to information the user that I don't know how long the process is going to take, but its working.
thanks
--
A man convinced against his will
is still of the same opinion