Re: clicking through
Re: clicking through
- Subject: Re: clicking through
- From: Cameron Hayne <email@hidden>
- Date: Mon, 11 Sep 2006 17:07:35 -0400
On 11-Sep-06, at 2:56 PM, Michael Ash wrote:
If something is not supported, it should say so.
There is a much bigger issue here - in general in Cocoa, there are
accepted ways of doing things. The framework may not stop you from
doing things in other ways, but that doesn't mean it's a good idea.
The accepted way of doing things is to have your sibling views non-
overlapping (i.e. if you want viewA in front of viewB then make it a
child of viewB). The framework isn't going to crash if you
accidentally have overlapping views, but doing so is tantamount to
saying that you don't care about the overlap - i.e. that whichever
way it comes out is okay with you.
So, leaving the argumentation and going back to your real (higher-
level) problem - what is it that you are trying to achieve? Why can't
you do it by embedding one view inside another like is usual?
--
Cameron Hayne
email@hidden
_______________________________________________
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