Hi all,

I am working with dual monitor application. I want to extend the NSWindow to
dual monitor.
But the problem is that its height is not extending.
i.e. the height of the window is set to height of a single monitor.

for example :
Monitor 1 : origin:  (0,0)     size : (1024, 640)  - Window is there in this
monitor.
Monitor 2 : origin(0,-768)   size : (1024, 768)

The arrangement is Monitor2 is below Monitor1.

window setFrame: NSMakeRect(0,0,1024,1200)

If I set the height of the frame to 1200, the resultant window height is 640
only.
Why this is happening?


Thanks,
Kalpana
_______________________________________________

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