Re: needing help w/ asynchronous message problem, using YAMessageQueue

2010-01-16 Thread Grant Christensen
Hi all, Somewhat new to cocoa (Mac even) development, and I have a UI layout question that I am hoping to get some opinions on. I have a single window application that contains both a toolbar and a bottom bar. The application periodically goes off and reads some data from a remote server. T

Re: needing help w/ asynchronous message problem, using YAMessageQueue

2010-01-16 Thread Ken Thomases
On Jan 15, 2010, at 10:04 PM, Shane wrote: > I have a thread already where I use asynchronous messages to > communicate (using YAMessageQueue). My main application thread sends > messages to a task thread similar to the below line, but for some > reason, when I'm sending from my task thread to the

needing help w/ asynchronous message problem, using YAMessageQueue

2010-01-15 Thread Shane
I have a thread already where I use asynchronous messages to communicate (using YAMessageQueue). My main application thread sends messages to a task thread similar to the below line, but for some reason, when I'm sending from my task thread to the main application thread, I'm getting the following