Sheets, NSToolbar, and HIG
Sheets, NSToolbar, and HIG
- Subject: Sheets, NSToolbar, and HIG
- From: Roarke Lynch <email@hidden>
- Date: Sat, 8 Feb 2003 13:04:18 -0500
In my app, I've got a controller that attaches a sheet to different
windows, depending on the caller. The sheet has a toolbar (Does this
violate HIG?) but I cannot call setVisible:YES to the toolbar before
the first time that window is attached as a sheet, it create rendering
problems (i.e the toolbar is drawn down the height of a window's
titlebar). If this window has no titlebar than the toolbar is rendered
twice (only one works), once in the space of the non-existant titlebar,
and again at its proper place. All of this is fixed by calling
setVisible:YES after the window is attached as a sheet the first time.
Is this a bug?
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.