How to get my application version from inside my code?

2010-02-27 Thread Bengt Nilsson
Hi! I need to access the bundle version of my application from inside my code to show it in the "About.." box. How can I do this? BN ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to t

Re: Drawing on top of QTCaptureView

2010-01-03 Thread Bengt Nilsson
pports being layer-backed, or if an > overlay view will then work. > > D) Switch to QTCaptureLayer. Add an overlay layer for the crosshairs. > > On 31 Dec 2009, at 16:14, Bengt Nilsson wrote: > >> I need to draw a cross-hair on top of a QTCaptureView with a video preview

Re: Drawing on top of QTCaptureView

2010-01-03 Thread Bengt Nilsson
y links on this would be appreciated. > > On 31 Dec 2009, at 16:14, Bengt Nilsson wrote: > >> I need to draw a cross-hair on top of a QTCaptureView with a video preview >> from a USB camera. >> For this app, I am starting from the sample project QTRecorder. >> I

Re: Drawing on top of QTCaptureView

2010-01-02 Thread Bengt Nilsson
layer-backed view hierarchy and add an overlay > view – I don't know if QTCaptureView supports being layer-backed, or if an > overlay view will then work. > > D) Switch to QTCaptureLayer. Add an overlay layer for the crosshairs. > > On 31 Dec 2009, at 16:14, Bengt Nilsson wrote

Drawing on top of QTCaptureView

2009-12-31 Thread Bengt Nilsson
I need to draw a cross-hair on top of a QTCaptureView with a video preview from a USB camera. For this app, I am starting from the sample project QTRecorder. I create the cross-hair line in the Interface Builder. Problem is that the video is always on top, overwriting the cross-hair lines. Is ther