// JP opened flex table

Click to See Complete Forum and Search --> : Custom Messages in Multithreaded applications


Amit Sebiz
March 8th, 2004, 02:33 AM
Can anyone suggest a good article on how to use customized messages in multithreaded applications?

I am getting some problems due to this in my release version.

Andreas Masur
March 8th, 2004, 04:32 AM
Well...take a look at the following FAQ (http://www.codeguru.com/forum/showthread.php?s=&threadid=231250)...

However, what is the specific problem?

Amit Sebiz
March 8th, 2004, 08:16 AM
Actually i was using some custom messages in my application which were fired using the postmessage of view class in a thread.
but that were creating some problrms in my release version.
when i removed the messages and instead called the handler functions directly(using the pointer of the view). the problem solved. I just wanted to know where the problem was in posting messages.

Andreas Masur
March 8th, 2004, 08:47 AM
Well...that sounds a little bit strange...however, I do not suspect the messages itself being the problem...in other words passing messages between threads etc.

//JP added flex table