Re: System Preference like App

2009-05-26 Thread cocoa learner
Yha Uli. That's what I have also experienced.But what kind of cell? That's I have not yet figured out. Probably I need some more time to get that knowledge. :-) I am really thankful for your help. Cocoa.learner On Sun, May 24, 2009 at 9:13 PM, Uli Kusterer wrote: > On 24.05.2009, at 16:22, coco

Re: System Preference like App

2009-05-24 Thread Uli Kusterer
On 24.05.2009, at 16:22, cocoa learner wrote: I tried but getting the following error - "Stub implementation of -setTarget by NSCell does nothing." NSImageCell is a subclass of NSCell. Seems it does not support setTarget/setAction. If you want to get informed of clicks in your icons you ne

Re: System Preference like App

2009-05-24 Thread cocoa learner
Hi Uli, I got how to do it by doing some hit and trial method. I need not to drag and drop the NSImageCell. I can directly set the "Image" attribute of each NSMatrix cell. Thank you all. Cocoa.learner On Sun, May 24, 2009 at 8:22 PM, cocoa learner wrote: > Hi Uli,I tried but getting the follow

Re: System Preference like App

2009-05-24 Thread cocoa learner
Hi Uli,I tried but getting the following error - "Stub implementation of -setTarget by NSCell does nothing." tell me summaries what I have done just to see if the NSMatrix is behaving properly - 1>. I created an 2x2 NSMatrix. Set the mode as "Highlight". Even I tried all modes. 2>. From IB dragge

Re: System Preference like App

2009-05-16 Thread Uli Kusterer
On 16.05.2009, at 10:01, listsapple wrote: I don't know if Cocoa has the equivalent of Carbon's HIWindowSetContentBorderThickness(), but if it has, that might be a simpler alternative to a toolbar. May require OS X 10.5 though. There's an equivalent NSWindow method. Cheers, -- Uli Kustere

Re: System Preference like App

2009-05-16 Thread Uli Kusterer
On 16.05.2009, at 09:40, cocoa learner wrote: Any body has any idea how to create System Preference like app using cocoa? Any kind of hint or tutorial or example will be helpful to understand. Only have hints: NSTabView for switching pages (tabs can be turned off), NSToolbar for the

System Preference like App

2009-05-16 Thread cocoa learner
Hi All, Any body has any idea how to create System Preference like app using cocoa? Any kind of hint or tutorial or example will be helpful to understand. Thanking you all cocoa.learner ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do