Is there a cocoa treeview?

2009-10-25 Thread Gevik
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

testing your app on a virtual machine?

2009-07-15 Thread Gevik
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 lis

Re: testing your app on a virtual machine?

2009-07-15 Thread Gevik
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:

Multiple delegates Window

2009-07-25 Thread Gevik
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 th

Need advice about how to create a Cocoa Framework

2009-08-18 Thread Gevik
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