Re: addSubView
Re: addSubView
- Subject: Re: addSubView
- From: Andreas Mayer <email@hidden>
- Date: Wed, 3 Aug 2005 14:48:22 +0200
Am 03.08.2005 um 14:29 Uhr schrieb Raphael Bartolome:
But how can I set the secondNsview to a defined position?
[mySubview setFrameOrigin:NSMakePoint(x, y)];
I recommend AppKiDo for browsing the Cocoa class documentation:
http://homepage.mac.com/aglee/downloads/
but I have no idea why bottom left!?
Because that's the origin of the superview's coordinate system.
http://developer.apple.com/documentation/Cocoa/Conceptual/DrawViews/
index.html
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >addSubView (From: Raphael Bartolome <email@hidden>) |