Re: NSImageView
Re: NSImageView
- Subject: Re: NSImageView
- From: email@hidden
- Date: Mon, 4 Mar 2002 14:52:10 -0800
Any ideas why this doesn't work properly? I can see proper size of my
NSPanel (= size of my image), but there is no image displayed...And i
know
this is not release fault...i have checked..
I don't see anything offhand. Use a debugger, or strategically placed
NSLogs. Verify the image gets loaded, has a good size, has an imagerep
that makes sense, etc. Verify the views are the right sizes with
reasonable origins, have the right superviews, etc. Try displaying your
image by just calling -drawAtPoint:... in some view's drawRect: to see
whether that works or not. I'm sure you can think of more. :->
Ben Haller
Stick Software
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.