Re: Using NSBox in Interface Builder
Re: Using NSBox in Interface Builder
- Subject: Re: Using NSBox in Interface Builder
- From: Mario Diana <email@hidden>
- Date: Wed, 14 Nov 2001 08:38:19 -0500
Okay, thanks. I'm going to look up "sibling views."
On Wednesday, November 14, 2001, at 04:28 AM, Ondra Cada wrote:
>
You can do that, but it won't work properly in a running application.
>
Even
>
if you manage it so that it works now, it might stop working in any
>
future
>
release. The thing is that the order in which sibling views are drawn
>
is not
>
defined, and might change.
>
>
Again: you should *NEVER* have overlapping sibling views.
Mario Diana (MD) wrote at Tue, 13 Nov 2001 14:20:22 -0500:
MD> But, if you do put an NSBox over elements that aren't grouped, you
can
MD> then send the box into the background (Layout > Send to Back) to gain
MD> access to the elements.