Anyone using IKImageView/any alternatives ?

2009-02-05 Thread Christian Graus
I am googling for example of IKImageView, and all I am finding is posts like
this one:
http://espresso-served-here.com/category/scribbler/

In short, lots of people are reporting that IKImageView plain does not work
as advertised.  Does anyone have any positive experience with this control ?
All I need to do is zoom and pan an image, does the NSImageView support
that, or is there somewhere else I should be looking ?

Thanks as always

Christian
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Anyone using IKImageView/any alternatives ?

2009-02-05 Thread douglas welton
Have you tried using a CALayer or perhaps a CAScrollLayer in a layer- 
hosted view?  As for NSImageView, the things is supprots are listed in  
the documentation ;^}


On Feb 5, 2009, at 5:13 AM, Christian Graus wrote:

I am googling for example of IKImageView, and all I am finding is  
posts like

this one:
http://espresso-served-here.com/category/scribbler/

In short, lots of people are reporting that IKImageView plain does  
not work
as advertised.  Does anyone have any positive experience with this  
control ?
All I need to do is zoom and pan an image, does the NSImageView  
support

that, or is there somewhere else I should be looking ?

Thanks as always

Christian

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Anyone using IKImageView/any alternatives ?

2009-02-05 Thread Jim Turner
I'm using IKImageView in an app and while it's far from being a
fully-featured control, it can do some things ok.  If all you need
to do is pan and zoom, IKImageView will work just fine.  It's when you
get into more advanced things like rotation and saving changes
where the implementation falls apart.

Stay in the shallow end of the pool and you'll be fine.  If you ever
plan on needing more than just pan and zoom, you'll be better off
looking somewhere else or just rolling your own from the start.

Jim

On Thu, Feb 5, 2009 at 4:13 AM, Christian Graus
christian.gr...@gmail.com wrote:
 I am googling for example of IKImageView, and all I am finding is posts like
 this one:
 http://espresso-served-here.com/category/scribbler/

 In short, lots of people are reporting that IKImageView plain does not work
 as advertised.  Does anyone have any positive experience with this control ?
 All I need to do is zoom and pan an image, does the NSImageView support
 that, or is there somewhere else I should be looking ?

 Thanks as always

 Christian
 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/jturner.lists%40gmail.com

 This email sent to jturner.li...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com