Re: Subview drawn with reverted order
Re: Subview drawn with reverted order
- Subject: Re: Subview drawn with reverted order
- From: Mike Abdullah <email@hidden>
- Date: Fri, 25 Sep 2009 10:27:31 +0100
On 25 Sep 2009, at 08:26, gMail.com wrote:
Thanks to all of you.
Anyway, I "must" compile for Tiger, so how can I workaround this
trouble?
I thought to programmatically move the subviews to the right position.
Am I right?
No. For Tiger and earlier, overlapping views are not supported. You
will get all sorts of strange results. You need to either make one
view a subview of the other, or write some custom drawing and event
handling code to give the impression of overlapping views.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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