On 1/25/05 1:43 PM, "apr trainees" <email@hidden> wrote:
> hi friends,
>
> i am new to mac osx and i'm supposed to develop an application in carbon.
> as soon as the application is launched,it should apprear in the system icon
> tray
Where are no "system icon tray" on the MacOS X. Where is menubar, and some
applications does put their menu onto its right part.
> (on the top always visible) for further use (not the dock).
> can u pls suggest me how that can be done.
> also suggest a good book for learning the basics of carbon and how to start
> working on it.Have already explored apple's developer site and trying to get
> oreilley's book "learning carbon" but its not available here and e-book isn't
> available!!
>
I think this can not be done with Carbon under MacOS X.
This could be done with Cocoa:
As Status Menu Item (using official OS X API, recommended way):
http://cocoadevcentral.com/articles/000052.php
Or as MenuExtra (using unsupported private API, not recommended because it
could broke with future versions of MacOS X):
http://cocoadevcentral.com/articles/000078.php
Please note what for Cocoa programming where is a separate maillist. If you
would like to ask/discuss something Cocoa-specific, this better do in the
appropriate list.
> pls help!!!!!!!!!!!!!!!!!!!!1
> thanx!!!!
>
As far as I know u cannt implement "System Menu" with Carbon API.
You would have to have at least a small part of your project as Cocoa
application or MenuExtra.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden