Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Mike Hanson and Mark Goldberg continued with a previous project - a general purpose progress bar that could function as a drop-in replacement for the standard progress bar with some improvements, such as only displaying if the progress elapsed time exceeds a certain value. Lots of nice techie code in there. I missed the first part (or parts) so I'm still a bit adrift as far as how this class actually works

One snag - there are potential problems with having a window definition stored with the class. If you attempt to open two instances of the class you'll get a GPF because you can't open the exact same window instance twice. So Mike switched to requiring an Init method to set up references to an existing window (and he put the class's window definition in an include so it can still be used)