RE: "Reveal Drawer" button in title bars
RE: "Reveal Drawer" button in title bars
- Subject: RE: "Reveal Drawer" button in title bars
- From: Jeff Laing <email@hidden>
- Date: Mon, 23 May 2005 12:56:27 +1000
> From a users perspective of the application, I want to see
> the chessboard and NOTHING else in that window. No icons in a toolbar.
No
> disclosure triangle. Just the chessboard. Thats what the user wants to
> think about, and they don't want to be distracted by administrative
controls.
One more thing here,
The lazy programmer wants it as well because I've used the 'setAspectRatio:'
method to ensure that the contents of the window scale correctly as a
square. Putting a fixed-size toolbar at the top of the window means I need
to write a bunch more resizing code which I really didn't want to do.
ie, I have a window which contains exactly one subview that is, and must
remain, a square - Cocoa does all the work for you at resize time if the
subview occupies the entire content area - I've assumed that the NSToolbar
will force the content area to be non-square, and thus my fixed aspect ratio
no longer applies.
_______________________________________________
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