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
: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
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
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
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