Suggestions Please - Lookup Lists in Core Data

2012-11-03 Thread Rick Aurbach
In my Core Data data model, I have four different entities, each of which implement a lookup list. That is, the entity has one attribute (a name string) and a relationship pointing to all of the other objects which use that particular term. I am considering two different ways of implementing th

iOS kiosk mode?

2012-11-03 Thread Rick Mann
I was in the Apple store yesterday, and noticed that all the products had iPads next to them, embedded in acrylic stands. This prevented customers from pressing the power button, but exposed the home button, but the button was non-functional. These iPads were running an app, and were not using

Re: Extremely low fps during transparent NSWindow resize

2012-11-03 Thread Ken Thomases
On Nov 1, 2012, at 6:48 AM, Andrea3000 wrote: > I'm trying to address a performance problem regarding transparent NSWindows > during resize. > This way I have a borderless NSWindow which is transparent with a NSView that > draws an opaque NSRect with rounded corners. > Therefore it gives me a

Re: OS_OBJECT_USE_OBJC_RETAIN_RELEASE and xpc_release()

2012-11-03 Thread Greg Parker
On Nov 3, 2012, at 12:55 PM, Jerry Krinock wrote: > About a year ago, I built a tool which did some XPC and, following > documentation I read somewhere, invoked xpc_release(). This little project > uses ARC and stills builds OK in Xcode 4.5.2. > > I want to absorb it into a big old project tha

Re: Creating CoreData Configurations in xcode

2012-11-03 Thread Gordon Apple
Well, I¹ve kinda asked myself this. So far, I¹ve just used the same model and not instantiated anything I didn¹t need. Maybe it makes the coreData file slightly smaller? Maybe not, because all that entity info is in the model, not the file. On 11/3/12 1:50 PM, "Dave Fernandes" wrote: > [follo

OS_OBJECT_USE_OBJC_RETAIN_RELEASE and xpc_release()

2012-11-03 Thread Jerry Krinock
About a year ago, I built a tool which did some XPC and, following documentation I read somewhere, invoked xpc_release(). This little project uses ARC and stills builds OK in Xcode 4.5.2. I want to absorb it into a big old project that contains a couple dozen targets. So I added a target for

Re: Creating CoreData Configurations in xcode

2012-11-03 Thread Dave Fernandes
[followup to question on xcode-users list] Just curious why you are using configurations. I've never found them to be useful for anything. My hope was that I wouldn't have to migrate some types of documents as often if the only entities that changed were not part of that document type's configu

Re: printing arrays

2012-11-03 Thread Gerriet M. Denkmann
On 3 Nov 2012, at 22:42, Kyle Sluder wrote: > On Nov 2, 2012, at 10:18 PM, "Gerriet M. Denkmann" > wrote: > >> >> On 3 Nov 2012, at 00:35, Kyle Sluder wrote: >> >>> If this is just for debugging purposes, you could swizzle -[NSArray >>> description] and -[NSDictionary description]. >> >>

Re: printing arrays

2012-11-03 Thread Gerriet M. Denkmann
On 3 Nov 2012, at 12:47, Quincey Morris wrote: > On Nov 2, 2012, at 22:18 , "Gerriet M. Denkmann" wrote: > >> Is there a way to make the first NSLog work? >> I seem to remember that it calls something like debuggingDescription, which, >> if not overridden calls description. >> >> I have no

Re: printing arrays

2012-11-03 Thread Kyle Sluder
On Nov 2, 2012, at 10:18 PM, "Gerriet M. Denkmann" wrote: > > On 3 Nov 2012, at 00:35, Kyle Sluder wrote: > >> If this is just for debugging purposes, you could swizzle -[NSArray >> description] and -[NSDictionary description]. > > I tried a Category for NSArray like: You must never use a ca

Re: Spotlight in my app not finding anything

2012-11-03 Thread Jerry Krinock
> It's a standard Windows share from a Windows 7 machine. Does not Spotlight need to index the volume before it can find anything? And in System Preferences ▸ Spotlight, users can restrict Spotlight results. Spotlight is nice when it works, but I wouldn't use it in any application where it was