Re: NSWindowController

2011-02-26 Thread koko
OK. My error was not setting Files Owner to NSWindowController which let me now set Files Owner window to my window. -koko On Feb 26, 2011, at 12:25 AM, koko wrote: > Apparently something else is going on ... > > 1 m_designViewerController = [[[NSWindowController alloc] > initWithWindow

XCode question: "Copy Header" build step doesn't work for my Framework target.

2011-02-26 Thread Motti Shneor
Hello. I did all I know, and all I found in the Framework programming guide. The header file is checked on the Frameworks' target, and I see it when I open the "Copy Headers" build step. However --- in the built Framework, there's no "Headers" directory, and no header files. Please advise

Re: XCode question: "Copy Header" build step doesn't work for my Framework target.

2011-02-26 Thread Roland King
Did you set the type to 'public' on that (I think it's on the right click menu or in the Alt-I info for the header file). If you didn't, it won't be copied. On 26-Feb-2011, at 5:57 PM, Motti Shneor wrote: > Hello. > > I did all I know, and all I found in the Framework programming guide. > > T

Cocoa-dev Digest, Vol 8, Issue 148

2011-02-26 Thread Heinrich Giesen
Send Cocoa-dev mailing list submissions to cocoa-dev@lists.apple.com To subscribe or unsubscribe via the World Wide Web, visit http://lists.apple.com/mailman/listinfo/cocoa-dev or, via email, send a message with subject or body 'help' to cocoa-dev-requ...@lists.apple.com

MPVolumeView

2011-02-26 Thread David Rowland
Apple seems to have made it impossible for an app to control the system volume. The user can use the physical buttons, and an app can contain an MPVolumeView which lets the user control the volume, but there is no programmed access to that setting. I want a volume control that looks and behave

Re: XCode question: "Copy Header" build step doesn't work for my Framework target.

2011-02-26 Thread Motti Shneor
Well, thank you --- The name of the attribute to change to "public" is "Role", and it does NOT appear on the get-info panel for the header file. You can set it using the contextual menu (right-click) on the header file, in the "role" submenu, or directly in the file-list, choosing a value on th

iPad widget question

2011-02-26 Thread Lightning Duck
Hello, I have an iPad widget question (hence the subject) I need to make something like a 2D grid of icons where each icon is tappable. This seems like fairly obvious functionality but I don't see a widget that really supports that idea Thanks Take care, Jay __

Re: iPad widget question

2011-02-26 Thread Dave DeLong
I'd start with AQGridView: https://github.com/AlanQuatermain/AQGridView Cheers, Dave On Feb 26, 2011, at 7:10 PM, Lightning Duck wrote: > Hello, I have an iPad widget question (hence the subject) > > I need to make something like a 2D grid of icons where each icon is tappable. > This seems

Re: iPad widget question

2011-02-26 Thread Lightning Duck
That was actually very helpful simply because I didn't know about NSCollectionView or NSMatrix On Feb 26, 2011, at 7:12 PM, Dave DeLong wrote: > I'd start with AQGridView: https://github.com/AlanQuatermain/AQGridView > > Cheers, > > Dave > > On Feb 26, 2011, at 7:10 PM, Lightning Duck w

Re: iPad widget question

2011-02-26 Thread Gleb Dolgich
Have a look at AQGridView: https://github.com/AlanQuatermain/AQGridView -- Gleb Dolgich PixelEspresso http://www.pixelespressoapps.com On 27 Feb 2011, at 03:10, Lightning Duck wrote: > I need to make something like a 2D grid of icons where each icon is tappable. > This seems like fairly obvi

Re: iPad widget question

2011-02-26 Thread Lightning Duck
And now I realize NSCollectionView is for Mac, not for iPad and the AQGridView works for the iPad Thanks. On Feb 26, 2011, at 7:14 PM, Gleb Dolgich wrote: > Have a look at AQGridView: https://github.com/AlanQuatermain/AQGridView > > -- > Gleb Dolgich > PixelEspresso > http://www.pixelespresso

GraphicsImportGetMetaData and 64bit

2011-02-26 Thread Trygve Inda
I am looking for a 64 bit solution to read a comment from a JPEG file... Any ideas? This does not work (it gets a dictionary containing image properties like size, but the text comment I am interested in is not there): NSURL*url = [NSURL fileURLWithPath:path]; CGImageRefimageR

Help with simple NSView animation...

2011-02-26 Thread Carlos Eduardo Mello
Hi People, I am learning how to use a little core animation to make my user interface look cooler, but I am stuck with the following problem: I use a disclosure button do expand/contract a custom view which, in turn, is used to display an open bez-path. In the view's drawRect: I stroke t

Re: First Responder

2011-02-26 Thread Graham Cox
On 26/02/2011, at 6:19 PM, koko wrote: > Did you know that the average vocabulary is less that 200 words? And I be > penchant is not in that set. There are almost 1 million distinct words in English. 200 is considered the bare minimum that a non-native speaker needs to learn to "get by". It's