10-05-2006 06:59 AM
10-05-2006 07:34 AM
10-05-2006 08:10 AM
10-10-2006 05:53 AM
10-10-2006 07:43 AM
Sure, basically you need to:
All this matter is already developed and solved in ProgressDialog functions in the Porgrammer's Toolbox: you may wanto to reinvent all that, but in my opinion it would be better to spend the same (or less
) time studying how these functions work; it may be a way to learn-by-example on a problem that you need to solve: the better option, I think
10-17-2006 12:56 AM
Thanks, I had to use InstallPopup() because, on my version of CVI proress dialogs are not
modal if I want to, I don't know why, but I solvet the problem with the help on InstallPopup()
over a progress dialog, so now it works.