Re: Color Panel oddity

2012-06-09 Thread Graham Cox
On 09/06/2012, at 9:40 PM, Michael Babin wrote: > 3. Hide Toolbar Ah, it's a simple matter of selecting "Show Toolbar", when the panel is active. The difficulty for the user (and me, in reproducing this) was that the panel is generally inactive since it floats and rarely needs to be truly act

Re: WWDC registration on Sunday

2012-06-09 Thread Dave DeLong
https://developer.apple.com/wwdc/news/ 9am - 7pm Dave On Jun 9, 2012, at 5:46 PM, Eric E. Dolecki wrote: > I'm getting in late on Sunday (7PM) - anyone know how late the registration > runs? Would like to avoid Monday morning for it if I can. > > Thanks. > Eric > > > Google Voice: (508) 656

WWDC registration on Sunday

2012-06-09 Thread Eric E. Dolecki
I'm getting in late on Sunday (7PM) - anyone know how late the registration runs? Would like to avoid Monday morning for it if I can. Thanks. Eric Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net ___

Re: QTKit from UNIX app?

2012-06-09 Thread Eric Wing
On 6/9/12, Todd Heberlein wrote: > Probably a naive question, but can I use QTKit (or is there a better > library?) to capture images (or videos) inside a UNIX helper application? > > > I've never tried using Cocoa (and related) objects outside a regular Cocoa > application with a GUI, NSApplicati

Re: QTKit from UNIX app?

2012-06-09 Thread Fritz Anderson
On 9 Jun 2012, at 4:33 PM, Todd Heberlein wrote: > I've never tried using Cocoa (and related) objects outside a regular Cocoa > application with a GUI, NSApplicationMain(), etc. Is this generally > prohibited? Not generally prohibited. You can use the Foundation framework in command-line tools

Re: MyRecorder and 64-bit Intel

2012-06-09 Thread Eric Wing
On 6/9/12, Todd Heberlein wrote: > Using the code from Apple's MyRecorder example, I had to switch my > architecture to 32-bit Intel in order to get it to work. Why can't I get it > to work for 64-bit Intel? > > > BACKGROUND: > > I was following the example in Apple's "QTKit Application Tutorial",

MyRecorder and 64-bit Intel

2012-06-09 Thread Todd Heberlein
Using the code from Apple's MyRecorder example, I had to switch my architecture to 32-bit Intel in order to get it to work. Why can't I get it to work for 64-bit Intel? BACKGROUND: I was following the example in Apple's "QTKit Application Tutorial", but it kept crashing on me. I downloaded A

QTKit from UNIX app?

2012-06-09 Thread Todd Heberlein
Probably a naive question, but can I use QTKit (or is there a better library?) to capture images (or videos) inside a UNIX helper application? I've never tried using Cocoa (and related) objects outside a regular Cocoa application with a GUI, NSApplicationMain(), etc. Is this generally prohibite

NSFileWrapper/NSDocument package saving performance trouble

2012-06-09 Thread Markus Spoettl
Hello, I have an NSDocument based app that uses the NSFileWrapper based reading and writing methods to save a package document file. Works fine in theory and with small documents but when I put a lot of files in my package, saving is seriously slow. My understanding is that if one changes

NSTextView Resize Behavior

2012-06-09 Thread Dong Feng
Hi all, I tried to understand how NSTextView works with NSScrollView, especially when wrapping disabled. My understanding is that NSTextView automatically grow its height (by default) and its width (need some tweak) according to users adding new line and adding new characters. So I did an experim

Text System Document Obsolete and Replacement

2012-06-09 Thread Dong Feng
There once was a document "Text System Overview," which seems to have been removed from Cocoa document. Its title still appears in references to class NSTextView, etc, but the link is broken. What's the replacement to this document? I found one "Cocoa Text Architecture Guide," is it? Why is there

Re: Detecting when document window is actually displayed

2012-06-09 Thread Martin Hewitson
I've been doing this in -awakeFromNib with a -performSelector:withObject:afterDelay: call. I suspect this is not the 'correct' way to do it, but it does seem to always work. Martin On 9, Jun, 2012, at 02:33 PM, Luc Van Bogaert wrote: > Hi, > > I'm trying to display a custom modal sheet on my

Detecting when document window is actually displayed

2012-06-09 Thread Luc Van Bogaert
Hi, I'm trying to display a custom modal sheet on my document windows (only if some condition applies of course), as soon as the document window is displayed. I tried calling beginSheet:modalForWindow: in my window controller's windowDidLoad: method, but that seems to be too early and results i

Re: Color Panel oddity

2012-06-09 Thread Michael Babin
On Jun 8, 2012, at 7:55 PM, Graham Cox wrote: > A user is reporting this strange state of the Color Panel: > > http://ftp.apptree.net/images/colourpanel.png > > > Anyone any idea how this can happen? I've never seen it. I can reproduce that state as a user by: 1. Showing the Colors panel 2. Se