How to Open PPT file in Cocoa Application

2010-06-17 Thread kalpana k
Hi All, I am trying to open a ppt (power point) file in my cocoa application (leopard/snow leopard). I want to open it in a view inside my application. Open as a slide show view (ie: no editing is allowed) I don't want to open it as a separate application triggered from my application. Quicklook

Some Application Windows are not Resizing

2008-07-28 Thread kalpana k
Hi... We are developing an application for which we need to resize third party Application Windows. I am using accessibility API's for resizing. Some of the Applications like TextEdit, Finder, Terminal etc... are resized properly according to the given size. But the Applications like iTunes, DVD P

Re: Problem with NSWindow setFrame

2008-06-19 Thread kalpana k
preventing the window to resize? Thanks, Kalpana On Thu, Jun 19, 2008 at 12:35 PM, j o a r <[EMAIL PROTECTED]> wrote: > > On Jun 18, 2008, at 11:50 PM, kalpana k wrote: > > window setFrame: NSMakeRect(0,0,1024,1200) >> > > > Should this not be something more like:

Problem with NSWindow setFrame

2008-06-18 Thread kalpana k
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