Strange UIImageView error

2010-02-07 Thread Development
I am adding an image to a UIImageView and every time that I try to I get this 
error: Error: invalid distance too far back\n

 and only about the top 10 lines of the image appear in the view, the rest is 
black even though the image size is 
correct.___

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: Strange UIImageView error

2010-02-07 Thread Henry McGilton (Boulevardier)

On Feb 7, 2010, at 4:33 PM, Development wrote:

 I am adding an image to a UIImageView and every time that I try to I get this 
 error: Error: invalid distance too far back\n
 
 and only about the top 10 lines of the image appear in the view, the rest is 
 black even though the image size is 
 correct.___



There's a possibility that error is coming from zlib when decompressing
whatever image you're using --- is it a PNG ?

Cheers,
. . . . . . . .Henry


=
iPhone App Development and Developer Education . . .
Visit  www.nonatomic-retain.com

Mac OSX Application Development, Plus a Great Deal More . . .
Visit  www.trilithon.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


Re: Strange UIImageView error

2010-02-07 Thread Development
Yes it is a png and that makes sense since google only shows zlib errors when I 
search it.

On Feb 7, 2010, at 6:16 PM, Henry McGilton (Boulevardier) wrote:

 
 On Feb 7, 2010, at 4:33 PM, Development wrote:
 
 I am adding an image to a UIImageView and every time that I try to I get 
 this error: Error: invalid distance too far back\n
 
 and only about the top 10 lines of the image appear in the view, the rest is 
 black even though the image size is 
 correct.___
 
 
 
 There's a possibility that error is coming from zlib when decompressing
 whatever image you're using --- is it a PNG ?
 
 Cheers,
 . . . . . . . .Henry
 
 
 =
 iPhone App Development and Developer Education . . .
 Visit  www.nonatomic-retain.com
 
 Mac OSX Application Development, Plus a Great Deal More . . .
 Visit  www.trilithon.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


Re: Strange UIImageView error

2010-02-07 Thread Henry McGilton (Boulevardier)

On Feb 7, 2010, at 5:53 PM, Development wrote:

 Yes it is a png and that makes sense since google only shows zlib errors when 
 I search it.

If whatever image editor you're using can be beaten into submission you might 
try fiddling 
with the interlace options and the compression options . . .Otherwise it 
might be a
corrupted image . . .

Cheers,
. . . . . . . .Henry

 
 On Feb 7, 2010, at 6:16 PM, Henry McGilton (Boulevardier) wrote:
 
 
 On Feb 7, 2010, at 4:33 PM, Development wrote:
 
 I am adding an image to a UIImageView and every time that I try to I get 
 this error: Error: invalid distance too far back\n
 
 and only about the top 10 lines of the image appear in the view, the rest 
 is black even though the image size is 
 correct.___
 
 
 
 There's a possibility that error is coming from zlib when decompressing
 whatever image you're using --- is it a PNG ?
 

=
iPhone App Development and Developer Education . . .
Visit  www.nonatomic-retain.com

Mac OSX Application Development, Plus a Great Deal More . . .
Visit  www.trilithon.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