Re: first steps
Re: first steps
- Subject: Re: first steps
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 5 Feb 2006 12:13:56 -0500
You can do this from the compiler, but I strongly suggest moving it
out to a separate GUI application that receives distributed
notifications from the compiler. See:
http://developer.apple.com/documentation/Cocoa/Conceptual/
DistrObjects/Concepts/connections.html
That will put you in a great position to adjust the GUI response to
the compiler, instead of hardcoding it in the compiler itself. You
could even monitor the progress from another machine!
If you just want to "get moving" with your current approach, you
might have more luck using "CFUserNotification":
http://developer.apple.com/documentation/CoreFoundation/Reference/
CFUserNotificationRef/Reference/reference.html
Daniel
On Feb 5, 2006, at 11:45 AM, Lars Elden wrote:
I have not properly expressed myself :-) The compiler already
builds and
works fine in OSX. Now I want to test if we can manage the OSX GUI
(Cocoa?)
from it.
This is the plan: do some small Cocoa tests to build the GUI
objects and
manage them. Then build the GUI lib based on Cocoa, making it
accesible from
the compiler.
First test is to show kind of a Win32 MessageBox() GUI dialog.
NSRunAlert()
seems the way to go (or NSAlert() ?).
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden