Custom Sheets

2009-05-10 Thread Marcelo Cicconet
Hi. I've tried to use custom sheets following this tutorial: http://developer.apple.com/documentation/Cocoa/Conceptual/Sheets/Tasks/UsingCustomSheets.html#//apple_ref/doc/uid/20001290 But the sheet doesn't appear properly (attached to the window) and the method orderOut: doesn't work. Any ideas

How to get slider events as it moves?

2009-01-06 Thread Marcelo Cicconet
Hi. According to Davidson's book Learning Cocoa With Objective-C, slider issues events to the application as it moves. But that does not occurs in my apps. I'm just getting an event at mouse-down time. I found that this behavior is controlled by prefersTrackingUntilMouseUp NSSliderCell's, whose

NSSlider: How to set a parameter value?

2008-12-29 Thread Marcelo Cicconet
Hi.How do I use a slider to set a parameter value? Thanks. Marcelo C. ___ 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

Re: NSSlider: How to set a parameter value?

2008-12-29 Thread Marcelo Cicconet
of the sound via a slider? Thanks. Marcelo. On Mon, Dec 29, 2008 at 2:47 AM, Graham Cox graham@bigpond.com wrote: On 29 Dec 2008, at 9:31 pm, Marcelo Cicconet wrote: Hi.How do I use a slider to set a parameter value? What have you tried? What do *you* mean by 'parameter value'? Hooking

Re: Xcode Question

2008-12-22 Thread Marcelo Cicconet
Hi.These are those I use frequently: COMMAND+SHIFT+Y: view debugger COMMAND+0: view Xcode main window COMMAND+ENTER: build and go COMMAND+OPTION+A: add to project OPTION-[DOUBLE CLICK] over a word: find the word in xcode documentation COMMAND-[DOUBLE CLICK] over a word: find the word in header