Re: Using NSBox in Interface Builder
Re: Using NSBox in Interface Builder
- Subject: Re: Using NSBox in Interface Builder
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 13 Nov 2001 19:44:54 +0100
On mardi, novembre 13, 2001, at 06:14 , Mario Diana wrote:
If, using Interface Builder, I try to visually organize some text
fields or some other elements using NSBox, I run into a problem. Once I
place an NSBox into my window, I can't select the elements behind it
(the text fields or whatever).
Am I missing something? Is there a button to hold down or some other
way to get to what's behind it without first removing the "box"? It
would make editing the GUI much easier.
To select an item which is behind another one (sometimes you need to do
that even when you are not overlapping views):
You can click in the main .nib window on the blue/white button (on the
upper-left corner of the TableView). This will display a Hierarchical
view of the widgets. Then you can double click on an item in the list to
select it.