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