Sergio Gianezini wrote:
> TBitmap.Canvas suffer from same issue that I have when trying to use > ShowMessage() - TForm.Canvas - in a multithread application.
ShowMessage dialog is VCL form. So you can't use it in secondary thread(s). To show your short modal messages use WinAPI dialogs instead. -- Alex