Details
Description
A client has notice that on their network it can take considerable time to show the printers dialog. During this wait it is not clear what is happening in the UI. They has requested we add a wait cursor to let the user know of the delay.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3.1 [ 13113 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52357 | Tue Mar 27 11:48:18 MDT 2018 | patrick.corless | dialog and cleaned up the awt and worker thread interaction. |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
The wait cursor was being set but because of the multi-thread setup it was being reset prematurely. I also did a little more awt specific threading work to try and make sure the progress monitor show correctly. And finally on my current print setup the printer job was not canceling on cancel. So I added a little code to interrupt the the printing thread.