looking for a specific use case
Posted: Sun Mar 29, 2015 9:10 am
Hi, I'm new to the board, this is my first post but I recently started working with a developer whom uses xbase++ and the express library. As such, I'm not incredibly familiar with the express library and apologize if the answer to my question is obvious.
I'm looking for a way to build a window which can be outputted to from several different functions which are called in succession, they are the components of a conversion tool, and I need to output something to the user to inform them of progress made as well as to assure them that the program hasn't ended, as the conversion takes roughly 15 seconds and right now there are no windows or taskbar icon while the converter is working.
All the methods of window creation I know of require giving over control to the library functions which create them, which obviously isn't useful in my case. Thank you for you time.
Jonathan Nesser
I'm looking for a way to build a window which can be outputted to from several different functions which are called in succession, they are the components of a conversion tool, and I need to output something to the user to inform them of progress made as well as to assure them that the program hasn't ended, as the conversion takes roughly 15 seconds and right now there are no windows or taskbar icon while the converter is working.
All the methods of window creation I know of require giving over control to the library functions which create them, which obviously isn't useful in my case. Thank you for you time.
Jonathan Nesser