Hi. I'd like to make a small program which has two playback buttons,one for
regular playback and one for backwards playback.
How can this be achieved?
Thanks.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or
Hello.
I have a custom view to which I add a NSMatrix as subview.
I've set the target and action of the cells and it's working like I want.
Now I want to introduce some mode in which the behaviour is different.
A mouseclick should no longer trigger the action.
I want to catch the click in the vie
i process the color from a colorPanel further around in my app and don't
know the appropriate place where to handle some conversion.it seems
neccessary since i wan't to get the components.
don't know what kind of NSColor is the color, NSColorPanels "color" method
delivers.
thanks for your help
__
On Thu, Nov 6, 2008 at 9:35 PM, Nick Zitzmann <[EMAIL PROTECTED]> wrote:
> Looking at things a little deeper, it appears that dragging a pasteboard to
>
the Dock invokes a service if a matching pasteboard type is found.
Could you or someone else please give some advice on how to continue trying
On Thu, Nov 6, 2008 at 9:02 PM, Nick Zitzmann <[EMAIL PROTECTED]> wrote:
> The Dock only takes file drags, and only when the application declares
> support for the type of dragged file (unless Option is held down). So I guess
> you could do this by starting a file drag, but that would be pretty
hello everybody,
I've got a custom view from which I can copy and in Photoshop I'm able to
paste when having some document open.
However I'm not able to copy using a drag operation to the Photoshop dock
tile.
Could this be because Ps doesn't take image data this way but only file
handles?
If so,
Hi,
is there an easy way to get a horizontal NSStepper?
I've tried it in Interface Builder with Affine Transform through Content
Filters (in the Effects Inspector)
but this rotates the visual representation out of the clickable space.
thank you,
Jeffrey
___