Hi there, I'm having a problem with a thread I have that is using SendMessage to post to a window handle (Ubuntu x64 10.04). The message comes in just fine. The problem is that I want to change the visibility of a component on a form and the program is closing out on ComponentName.Visible:=True; Is there a work around to the messaging system to make them execute under the Application thread? I've seen this under windows. Windows typically handle changing visibilitiy of components unless done in Application Thread.
I'm using today's SVN of Lazarus and FPC. Any ideas on how to adjust visibility w/o the process terminating unexpectedly? Thanks. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
