NSPathControl + PopUp style - is it a bug or feature?

2009-08-04 Thread Alexander Bokovikov
Hi, All, I'm using NSPathControl with Popup style. The question is - why can't I change the path by selecting existing paths in the popup paths list panel? I click the control, panel appears with the target path and all its parent paths below. I click on any of parent paths and have no re

Re: Embedding resources in Static Cocoa Library

2012-10-07 Thread Alexander Bokovikov
On Oct 7, 2012, at 1:00 AM, koko wrote: > I want to make a static cocoa library that is an NSTableView and allots data > is contained in the library. > I want images in the rows of the table. > Where would one get these images as their is no bundle where that can be > stored? > Or the question

Re: Embedding resources in Static Cocoa Library

2012-10-07 Thread Alexander Bokovikov
On Oct 7, 2012, at 1:00 AM, koko wrote: > I want to make a static cocoa library that is an NSTableView and allots data > is contained in the library. > I want images in the rows of the table. > Where would one get these images as their is no bundle where that can be > stored? > Or the question

Re: Embedding resources in Static Cocoa Library

2012-10-08 Thread Alexander Bokovikov
On Oct 9, 2012, at 1:00 AM, Simone Tellini wrote: > > this is way overkill. You can simply write a simple utility to dump the > content of your resource in a C file: > > static char foo[] = { >0x01, 0x02, 0x03, > ... > }; > > You don't need to use assembly nor to create bogus functio

XCode Debugger - a couple of questions from newbie

2009-01-28 Thread Alexander Bokovikov
Hi, All, Please, anybody, help me to understand how this thing works: I'm trying to set a breakpoint at the main() call in the main.m. I'd like to see the arguments. Or maybe there is NS to get them? One way or another, my bp doesn't work for some reason. Please take a look at the screensh

<    1   2