Re: NSOpenPanel and CamelBones

2004-07-12 Thread Pierre Vaudrey
Le mardi, 13 jul 2004, à 03:12 Europe/Paris, Alan Olsen a écrit : good snippet of example code for calling NSOpenPanel with CamelBones? http://cvs.sourceforge.net/viewcvs.py/camelbones/CBExamples/FileViewer/ Hope it's useful Pierre

Re: NSOpenPanel and CamelBones

2004-07-12 Thread Thilo Planz
Hi, Does anyone have a good snippet of example code for calling NSOpenPanel with CamelBones? I am not certain what the syntax should be and there are few examples I can find. Did you check Apple's Cocoa Documentation? Since CamelBones just wraps around the Objective-C functions, you can use th

Re: NSOpenPanel and CamelBones

2004-07-12 Thread Alan Olsen
On Jul 12, 2004, at 6:12 PM, Alan Olsen wrote: Does anyone have a good snippet of example code for calling NSOpenPanel with CamelBones? I am not certain what the syntax should be and there are few examples I can find. It figures that I have to post here to find where the examples are kept. "Nev

NSOpenPanel and CamelBones

2004-07-12 Thread Alan Olsen
Does anyone have a good snippet of example code for calling NSOpenPanel with CamelBones? I am not certain what the syntax should be and there are few examples I can find. Thanks!