Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2005
    Posts
    77

    Progress bars stop on leaving window

    Hi,

    What do I do wrong??!

    I made an application to convert a XML-file into a structured PDF.

    During the conversion I use progress bars to monitor the progress, but as soon as a user activates another window or application in the same screen, the progress bars are not being populated anymore.
    The conversion is being continued, without any notifications in the application screen.

    What's needed to keep the progressbars being populated??

    Thank you very much for your feedback!

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    Try using the page timer to update your progress bar. That will continue firing even if your object/window loses focus.

  3. #3
    Join Date
    Feb 2005
    Posts
    77
    Thanks, that works, great

    Again thanks a lot for the info, very much appreciated

    Kind regards,
    Eric

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts