On Apr 25, 2009, at 3:52 AM, Oleg Krupnov wrote:
The problem #1 is that although the desired UI window appears, it does
not accept mouse and keyboard input. I guess I haven't properly set up
the run loop, or window server, but I don't know how to do this for
such an auxiliary executable. Any hin
On 2009 Apr 25, at 01:52, Oleg Krupnov wrote:
In my app's bundle I have two executables - the main one and an
auxiliary one, launched by the main executable
Now I want to use the aux executable additionally to show some UI
window.
I added the corresponding function to the vended objec
Hi,
In my app's bundle I have two executables - the main one and an
auxiliary one, launched by the main executable. The aux executable is
a Distributed Objects server. In its main() function there's a simple
run loop that is intended to accept connection events:
while (!shouldTerminate)
{