Re: Programming NSImageView
Re: Programming NSImageView
- Subject: Re: Programming NSImageView
- From: jean-michel daix <email@hidden>
- Date: Sat, 23 Feb 2002 13:23:05 +0100
Thanks for your help, it works now !
MyImageView = [[NSImageView alloc] initWithFrame:NSMakeRect (80.0, 80.0,
320.0, 240.0)];
[[myWindow contentView] addSubview: MyImageView ];
[MyImageView release];
But, well, new problem. Where in the documentation is describe how to
program the autosizing and how to order my view from back to front ? When I
make search for "autosizing" and "front & back" I found nothing interesting.
Thanks.
-----------------------------------
Jean-Michel DAIX / <email@hidden>
Sorry, I9m French !
visit <
http://www.adforum.com>
_______________________________________________
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.