Re: Addition to: Drawingorder of subviews
Re: Addition to: Drawingorder of subviews
- Subject: Re: Addition to: Drawingorder of subviews
- From: Ferhat Ayaz <email@hidden>
- Date: Tue, 9 Jan 2007 23:58:11 +0100
I'm implementing a view, which you can resize it by dragging the
little rects in the edges of the view. The rects are also NSViews.
But sometimes the rects disappear because the inner view is drawn
later then my rects on the edges. How can I implement it in another way?
On Jan 9, 2007, at 11:47 PM, I. Savant wrote:
The more important information for you to provide is "why". Why
are you asking / what are you trying to do?
--
I.S.
On Jan 9, 2007, at 5:42 PM, Ferhat Ayaz wrote:
Hello,
I think I must add some more info, sorry.
My question is based on the manually added subviews. with
[view addSubview:view1];
[view addSubview:view2];
[view addSubview:view3];
will they be drawn in the same order? view1, view2, view3?
I know that subviews, after wake up from nib, are not ordered.
Begin forwarded message:
From: Ferhat Ayaz <email@hidden>
Date: January 9, 2007 11:35:41 PM GMT+01:00
To: Cocoa Dev <email@hidden>
Subject: Drawingorder of subviews
Hello,
a short question: Is it possible to set the drawing order of
subviews of NSView?
thanks,
ferhat
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
40gmail.com
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden