Re: Full-Height Toolbar Item

2012-01-28 Thread Mark Alldritt
On 2012-01-27, at 12:00 PM, Jens Alfke wrote: > There's probably a private API for that. The bad news is that Apple apps use > a lot of private APIs :( The good news is that these APIs often become public > in later OS releases, especially if developers file bugs clamoring for them > (hint hin

Full-Height Toolbar Item

2012-01-26 Thread Mark Alldritt
Hi Everyone, I'm looking for a way to make a view-based Toolbar Item that occupies the full height of the toolbar (i.e. including the space normally reserved for the toolbar item's label). Xcode 4 does this for its "status" display, and I have a similar need in my application. The NSToolbar a

__NSGetTransformedIdealAdvances crash

2008-12-13 Thread Mark Alldritt
Hello All, I'm experiencing an extremely intermittent crash, and I'm not able to figure out what I'm doing to cause it. I have not been able to work up a test case for it. It just seems to happen, and when it happens it happens a few times (1-3) in a row and then simply stops happening.

Re: iChat Theatre

2008-02-28 Thread Mark Alldritt
Hi, On 27-Feb-08, at 11:32 AM, infinite labs wrote: On Wed, Feb 27, 2008 at 7:47 PM, Mark Alldritt <[EMAIL PROTECTED] > wrote: Hi Folks, I've been trying to get a simple demo app running that uses iChat Theatre (InstantMessage.framework) as described in this web page without

iChat Theatre

2008-02-27 Thread Mark Alldritt
iChatDemo // // Created by Mark Alldritt on 27/02/08. // Copyright 2008 __MyCompanyName__. All rights reserved. // #import "MyController.h" #import #import @implementation MyController - (void) _handleStateChanged:(NSNotification*) notification { NSLog(@"_handleStateC