Re: What should i use ???? (NSView || NSButton || NSCustomView)
Re: What should i use ???? (NSView || NSButton || NSCustomView)
- Subject: Re: What should i use ???? (NSView || NSButton || NSCustomView)
- From: Christophe Dore <email@hidden>
- Date: Mon, 17 Jun 2002 12:09:33 +0200
Forget about NSButton, you'll find it hard to customize where the image
is drawn, and you'll get bothered about its mouse handling.
I would build my own subclass of NSView. (or maybe of NSImageView)
PS : AFAIK, NSCustomView is just an IB name of any NSView subclass....
THORILLON Xavier wrote:
Hi all,
Im currently trying to build an application who ll be able to display some gif at give in position .
But im quite new in Interface Builder programing .
Can someone tell me what's the best control for those kind of application ... Should i use NSView, NSButton, NSCustomView for handling my picture ???? (I would like to be able to select and move this gif in my View and either display some properties in an Inspector)
Thanks a lot
THORILLON Xavier
Sociiti ProxyWare (GROUPE FININFO)
37 Bd Capucines PARIS - FRANCE
_______________________________________________
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.
_______________________________________________
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.