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
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
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