IKImageBrowserView only horizontal scrolling

2008-10-27 Thread Ralph Manns
Hello, is there a away to limit the number of rows to 1, so that IKImageBrowserView scrolls only horizontal ? Ralph ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

Re: IKImageBrowserView only horizontal scrolling

2008-10-27 Thread Ralph Manns
ble so that the > IKImageBrowserView resizes its content horizontally when zooming/resizing... > -- Thomas > > On Oct 27, 2008, at 2:06 PM, Ralph Manns wrote: > > Hello, > is there a away to limit the number of rows to 1, so that > IKImageBrowserVie

Re: NSGraphiteControlTint in app

2008-11-09 Thread Ralph Manns
ke Aperture into the trash, because they look different? ;-) I think for some few apps it is okay to violate the "Aqua-HIG". Aperture for example wouldn't look so great with a blue aqua appearance. Thanks, Ralph. 2008/11/10 Andrew Merenbach <[EMAIL PROTECTED]> > > On N

NSGraphiteControlTint in app

2008-11-09 Thread Ralph Manns
There are some application, whose controls use the NSGraphiteControlTint, although the control tint in System Preference is set to NSBlueControlTint. How can this be done? Thanks, Ralph. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

NSOutlineView autosaving of expanded/collapsed state

2008-02-22 Thread Ralph Manns
Hi, is there a solution on Leopard to implement the autosaving of expanded/ collapsed state of an NSOutlineView (bound to Core Data via NSTreeController). I tried to implement outlineview:persistentObjectForItem; and outlineView:itemForPersistentObject:. But it doesnt't work, because NSTre

Re: NSOutlineView autosaving of expanded/collapsed state

2008-02-24 Thread Ralph Manns
Am 23.02.2008 um 23:44 schrieb Jonathan Dann: On 23 Feb 2008, at 01:58, Ralph Manns wrote: Hi, is there a solution on Leopard to implement the autosaving of expanded/collapsed state of an NSOutlineView (bound to Core Data via NSTreeController). I tried to implement

Re: NSOutlineView autosaving of expanded/collapsed state

2008-02-24 Thread Ralph Manns
Am 24.02.2008 um 23:37 schrieb Jonathan Dann: Hi Ralph, Here's my code from an NSOutlineView subclass - (NSArray *)expandedItems; { NSMutableArray *expandedItemsArray = [NSMutableArray array]; NSUInteger row, numberOfRows = [self numberOfRows]; for (row = 0 ;