My little GUI runs a command line program which has a progress indicator in the console window. How can I make this data appear on my Gui status bar?
Thanks.

Recommended Answers

All 2 Replies

That is impossible because we don't know what code makes it appear and we don't even know which one of the GUI toolkits you are using. Also include the version of Python you are using and the operating system.

Python 2.7
Windows XP
Pythoncard/wxpython.

Presumably the data is piped somehow. One app (x264.exe) even puts a progress percentage in the taskbar!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.