Problems with views (specifically NSSplitView)
Problems with views (specifically NSSplitView)
- Subject: Problems with views (specifically NSSplitView)
- From: Sam Goldman <email@hidden>
- Date: Wed, 17 Oct 2001 20:53:57 -0700
In my Nib, I dragged on customview and selected NSSplitView from the
attributes. Then when I place in two NSTextViews, they get ordered in the
opposite way.
ASCII visualization:
The way it looks in IB:
+--------------+
| |
| |
| |
| |
| |
+--------------+
| |
| |
+--------------+
The way it looks like in runtime:
+--------------+
| |
| |
+--------------+
| |
| |
| |
| |
| |
+--------------+
It is just weird that it would do this. Also, during runtime, the bar across
the middle is solid white as opposed to being the same as the window
background. That changes when the window or view is resized, but it might be
a bug (?).
Thanks,
Sam