On 29 May '08, at 6:34 AM, vince wrote:

I have a doc based app that at times requires multiple opened docs. I'd like to add a 'tile windows' menu option that places the docs in some sort of
random checkerboard-styled order on the display. Is this a major task?
thanks.

No, that should be easy.
Use NSScreen to find the bounding box(es) of the screen(s). Divide those up into rects however you like. Call -setFrame:display: on each window.

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to