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
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
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]
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
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