Re: AVFoundation and kYUVSPixelFormat from AVPlayer

2011-10-12 Thread vade
admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/vade%40vade.info This email sent to v...@vade.info

Re: Strange issue with NSPanel @visible keypath observeValueForKeyPath

2011-09-10 Thread vade
sub-classing and it met my goal. Thank you. On Sep 7, 2011, at 10:50 PM, Chris Hanson wrote: On Sep 7, 2011, at 5:58 PM, vade wrote: I have an NSWindow, which my app controller is observing the value of @visible keypath, with the following line [previewWindow addObserver:self

Strange issue with NSPanel @visible keypath observeValueForKeyPath

2011-09-07 Thread vade
Hello I have an NSWindow, which my app controller is observing the value of @visible keypath, with the following line [previewWindow addObserver:self forKeyPath:@visible options:NSKeyValueObservingOptionNew context:NULL]; Running my app, and triggering an IBAction that calls

Re: Creating a TCP server?

2011-07-26 Thread vade
to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/vade%40vade.info This email sent to v...@vade.info ___ Cocoa-dev mailing list

NSLayoutManager / Justification incorrect when using drawGlyphsForGlyphRange

2011-07-19 Thread vade
I am drawing an NSAttributedString into a bitmap image and uploading to OpenGL as a texture. The strings origin is animated to mimic a scroll view, so speed is of the essence. Considering my need for animation I have migrated to NSLayoutManager / NSTextContainer and NSTextStorage, as opposed

NSLayoutManager / Justification incorrect when using drawGlyphsForGlyphRange

2011-07-19 Thread vade
I am drawing an NSAttributedString into a bitmap image and uploading to OpenGL as a texture. The strings origin is animated to mimic a scroll view, so speed is of the essence. Considering my need for animation I have migrated to NSLayoutManager / NSTextContainer and NSTextStorage, as opposed