Re: How to change to the smoother single-stage animation

2010-04-07 Thread Roy Lovejoy
Hi: I am getting this message. Using two-stage rotation animation. To use the smoother single- stage animation, this application must remove two-stage method implementations. I'm getting this message on a brand-new (created with 3.2 SDK) Tab project- there are *NO* two stage methods any

Re: Introspecting the current method

2010-04-19 Thread Roy Lovejoy
Take a look at __PRETTY_FUNCTION__ - it includes the C++ class or the Obj-C class depending.. ___ 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-d

AVMutableMetadataItem on still photos

2011-04-13 Thread Roy Lovejoy
Watched session 409 from WWDC '10- They mentioned adding metadata via AVMutableMetadataItems. It's not clear how to add them to an AVCaptureStillImageOutput (desired)- since only AVCaptureMovieFileOutput has the metadata property. I had previously had added metadata to the photos after the fact

AVFoundation still photo Zoom & HDR support

2011-04-13 Thread Roy Lovejoy
I'm not seeing the methods for accessing these features in AVFoundation - I would have assumed it to be part of AVCaptureDevice, but it's no where to be found. Any help would be appreciated.___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Pleas

Re: WWDC

2012-04-25 Thread Roy Lovejoy
IMHO, the "D" of WWDC should be enforced (though I don't know how) Of the dozens of people from Microsoft who would attend regularly, approximately 10% were developers. The rest were PMs, Managers, and anyone else who just 'wanted to go to SF for the week'. On Apr 25, 2012, at 2:34 PM, Robert

Re: GetMonitorFromWindow

2008-03-06 Thread Roy Lovejoy
On Mar 6, 2008, at 9:01 PM, Apparao Mulpuri wrote: Hi List, Presently i am adding DualMonitor support to my application. If user drags application window to more than 50% portion to other monitor, i have to dispaly it fully in second monitor, otherwise undo the drag operation. so... you

Re: GetMonitorFromWindow

2008-03-07 Thread Roy Lovejoy
On Mar 6, 2008, at 9:48 PM, Apparao Mulpuri wrote: So you mean --- there is no APIs avialable. no, there are of course APIs available. I was just trying to help you a) not alienate your customers b) avoid work that does not need to be coded. ___

Re: make a window not draggable in spaces

2008-03-17 Thread Roy Lovejoy
On Mar 17, 2008, at 1:45 PM, Michael Watson wrote: Why do you want to do this? so that exposé & spaces doesn't get majorly confused when you're using an overlay and/or grouped window. currently, exposé & spaces will ignore the fact that you've grouped windows together.. if you do drawing