Closed GoogleCodeExporter closed 8 years ago
Hi,
Yes this is because of the MessageBox blocking the UI thread. MessageBoxs are
modal and can cause issues with the plugin when used like that.
If you wish to show a message/alert as the result of clicking on an api object
you should use a non-blocking method. Something like Trace or Debug would work
well in visual studio, or you could output to a textbox, label, etc if it is
part of your application.
Finally you could always display the message in an overlay, balloon or other
api feature.
Anyhow, this is not something to fix - it is just how the MessasgeBox works.
Thanks,
Fraser
Original comment by fraser.c...@gmail.com
on 4 Sep 2012 at 12:46
Original issue reported on code.google.com by
dungta28...@gmail.com
on 21 May 2012 at 10:03Attachments: