IKImageBrowserView setSelectionIndex not selecting

2009-06-22 Thread Richard Gutierrez
I have been researching extensively on how to set an IKImageBrowserView's initial selection upon load to 0 index. Here is the call I am making: [imageBrowser setSelectionIndexes:[NSIndexSet indexSetWithIndex:0] byExtendingSelection:NO]; Seems like the IKImageBrowserView is not fully loaded whe

Re: IKImageBrowserView setSelectionIndex not selecting

2009-06-25 Thread Richard Gutierrez
:url]; if (path) { [NSThread detachNewThreadSelector:@selector(addImagesWithPaths:) toTarget:self withObject:path]; } [imageBrowser setSelectionIndexes:[NSIndexSet indexSetWithIndex:0] byExtendingSelection:NO]; } Any ideas?? On 6/22/09 7:51 PM, "Graham Cox" wrote: O

IKImageBrowserView reload data broken

2009-07-01 Thread Richard Gutierrez
Hello... I have an IKImageBrowserView that is not refreshing it's data correctly. I have an NSPopUpButton which has a list of directories in its array, when a directory is selected, it changes the contents of my IKImageBrowserView to display all image files contained in the said directory. Unfo

Cleaning up my Data Model

2008-07-23 Thread Richard Gutierrez
I have recently changed my data model structure, and am looking for a way to determine if any of my old array controllers are still bound to objects in my nib file. I have tons of bindings in my application and it would take entirely too long to go through the bindings one-by-one. I simply need to

Re: Cleaning up my Data Model

2008-07-25 Thread Richard Gutierrez
Thanks for the response... Ultimately what I am trying to do is determine which objects are bound to which array controllers. I understand that if I delete an array controller, all of the bindings associated with that array controller will be removed, but I need to know which items are associat