Re: Problem with capturing active state of the application

2009-06-18 Thread Srinivasa Prabhu
2009, at 22:49, Srinivasa Prabhu wrote: In our application we want to capture a selected area similar to Apple's Cmd+Shift+4 i.e during selection capture, the active state of another application has to be captured. ... Is there any workaround to capture the active state of the applica

Problem with capturing active state of the application

2009-06-17 Thread Srinivasa Prabhu
Hi All, In our application we want to capture a selected area similar to Apple's Cmd+Shift+4 i.e during selection capture, the active state of another application has to be captured. This is what we are doing currently. When the user enters the selection capture mode, we hide the applica

Drag and drop query

2009-05-18 Thread Srinivasa Prabhu
Hi all, I am trying to drag image files from my application to other applications like Mail,iPhoto,TextEdit etc. I am using NSFilesPromisePboardType to do this. This is the code snippet: [inPasteboard declareTypes : [NSArray arrayWithObjects:NSFilesPromisePboardType, nil] owner:self]

Customizing IKImageBrowserView

2009-04-17 Thread Srinivasa Prabhu
Hi, We are developing a project in which we have a view showing matrix of images ( a common theme). As an enhancement, we would like to support some animations while performing operations like adding, removing, reloading images to this view . As an example we could consider Apple's Previe

Hotkeys Query

2008-09-30 Thread Srinivasa Prabhu
Hi all, We are developing a productivity tool that has to run on both Leopard and Tiger. We want to support hotkeys for some of the functionalities. Some of the hotkeys are the same as the one registered by the default system. 'Cmd+Shift+3' , 'Cmd+Shift+4' are some of them. We are curren