Community
Participate
Working Groups
StatusDialog stores image into the fImage to call shell.setImage() later, but configureShell() ignores this fact
Created attachment 166717 [details] suggested fix
Created attachment 166718 [details] suggested fix (fixed)
(In reply to comment #2) > Created an attachment (id=166718) [details] > suggested fix (fixed) This patch removes a number of required imports which causes the code to not compile. Please correct this and upload a new patch. Also, please update the copyright notice of the file with your information or the company you work for like the following example... Remy Suen <remysuen@ca.ibm.com> - Bug 12345 Summary blah blah blah
Created attachment 166850 [details] suggested fix (updated)
Version: 2019-03 (4.11.0) Build id: 20190314-1200 One need to create the dialog first: statusDialog.create(); statusDialog.setImage(image); statusDialog.open();