Is there a cocoa treeview?
Hi, Coming from .NET, I was wondering if there is anything like a TreeView control in Cocoa? Thanx. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
testing your app on a virtual machine?
Hi, Is there anyway one can install an OSX system on a virtual machine for testing purposes? It is not really practical to purchase extra hardware in order to test your app on a different version of OSX. Any thoughts? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Re: testing your app on a virtual machine?
but it sill requires me to reboot my development machine to boot it again from another partition/external drive in order to test my app. I guess apple does not want people to run OSX on a virtual machine even if it is for developers to test their applications in different scenarios Paul Franz wrote: IIRC, you need to be running an OS X Server to run OS X in a VM (i.e. it is a license issue). But why can't you buy a FireWire external drive to install a different version OS X on? Paul Franz On Wed, Jul 15, 2009 at 4:37 AM, Gevik <mailto:mac...@xs4all.nl>> wrote: Hi, Is there anyway one can install an OSX system on a virtual machine for testing purposes? It is not really practical to purchase extra hardware in order to test your app on a different version of OSX. Any thoughts? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com <mailto:Cocoa-dev@lists.apple.com>) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com <http://lists.apple.com> Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/paulfranz%40email.com This email sent to paulfr...@email.com <mailto:paulfr...@email.com> ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Multiple delegates Window
I was wondering if it is possible to connect more than one delegate from the Window in IB. When I create a new Cocoa application in XCode, the Delegate_AppDelegate.m/h is created automatically. I would like to add a second object with specific functionality as a delegate object. How do I do this? Thanx ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com
Need advice about how to create a Cocoa Framework
Hi All, I have an old C library which I need to reuse in my Cocoa applications. The C library has some header files. (contact.h and exchange.h etc ...) There are also two lib files (exchanger.a and archiver.a). I would like to know what (and how) the recommended way is to bundle my C library as a Cocoa framework so I don't have change the lib and the include settings in Xcode everytime I want to use this library. Any advice is appreciated. Thanx. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com