eclipse - JFace ProgressMonitorDialog not showing progress bar if fork is false -
itemprop = "text">
I have progress monitor dialogs (unspecified progress), if I set the fork false I main GUI thread, My monitor will not show progress, progress bar is only empty I want to run the dialog in main GUI, but still want to show progress bar. How can I do this?
The exact problem is this: I am starting to call a server, then after the server call return; In separate thread, I do processing with the results of server calls - it is again a UI thread and contains dialogs, views etc. The problem is that the progress monitor in the first thread that starts before the server calls (server call in the server call is hidden behind the dialog / scene in the second runnab for processing results
If you are busy in the UI thread again, there is no time to re-create for the progress dialog, the control parameter does not have control whether the UI thread Runs dialog in, it is always f Hia, it is that your IRunnableWithProgress control that is why it is recommended that you have the true .
Comments
Post a Comment