aspose file tools
The moose likes Java in General and the fly likes ProgressMonitor not popping up Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "ProgressMonitor not popping up" Watch "ProgressMonitor not popping up" New topic
Author

ProgressMonitor not popping up

Micah Wedemeyer
Ranch Hand

Joined: Jun 11, 2001
Posts: 68
I am trying to get a JProgressMonitor to pop up and display the progress on a search, but it refuses to show itself. I have an unsubstantiated theory, however. My max value is 3 and my start value is 0. I know that the monitor won't do anything unless there is a visually displayable change. Therefore, when the first 1/3 of my search is completed, it updates progress to 1. At this point, the monitor should pop up and dispay something, but it never does. My theory is that my increments are too large, ie. there are only 3 steps to completion, and the progress bar just decides not to display any of it and instead wait to completion.
Anyone have any advice on getting this to work?
Micah
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ProgressMonitor not popping up
 
Similar Threads
Add a progress bar to an ExpandableListView
How to Resize ProgressMonitor? How to display the message/note in two lines in progress monitor?
Setting Refresh header not refreshing to specified URL
ListOfValues Dialog
Reloading a parent window 1 after submit from window 2