Hi,
I have an application that receives many unsolicited messages via a messaging service which I dispatch back onto the UI Thread for rendering via ToolWindows within a single DockSite.
There are times when more than one ToolWindow can receive a bunch of messages, and the system will appear to slow down a bit, as expected.
I'm wondering, is it possible to create ToolWindows on their own UI Threads? All the examples I've seen involve putting Windows onto their own STA thread.
Thanks,
Greg Shaffer
I have an application that receives many unsolicited messages via a messaging service which I dispatch back onto the UI Thread for rendering via ToolWindows within a single DockSite.
There are times when more than one ToolWindow can receive a bunch of messages, and the system will appear to slow down a bit, as expected.
I'm wondering, is it possible to create ToolWindows on their own UI Threads? All the examples I've seen involve putting Windows onto their own STA thread.
Thanks,
Greg Shaffer