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
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
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
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
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
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
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
__
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
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
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
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
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
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
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
14 matches
Mail list logo