GoldenEye4ever
Programmer
Hi,
I've developed an app which uses 2 custom TThread classes to perform common tasks (Search, Load).
If I call "ShowMessage(...);", from within the TThread class, the message dialog is usually drawn way too large.
It either expands off the screen horizontally, vertically or both horizontally and vertically.
I'm not sure why this is happening...I've tested this with the most simple TThread class (all it does is: "ShowMessage(...);" then terminates), the problem still happens.
Any help would be greatly appreciated
I've developed an app which uses 2 custom TThread classes to perform common tasks (Search, Load).
If I call "ShowMessage(...);", from within the TThread class, the message dialog is usually drawn way too large.
It either expands off the screen horizontally, vertically or both horizontally and vertically.
I'm not sure why this is happening...I've tested this with the most simple TThread class (all it does is: "ShowMessage(...);" then terminates), the problem still happens.
Any help would be greatly appreciated