Re: NSProgressIndicator (spinning) on a dark background?

2009-02-07 Thread Guy Umbright
Well that is pretty damn awesome. I will take a look at it. Thank you. On Feb 7, 2009, at 8:35 AM, Andreas Mayer wrote: Am 07.02.2009 um 14:39 Uhr schrieb Andreas Mayer: But you could modify my AMIndeterminateProgressIndicatorCell class: http://www.harmless.de/cocoa-code.php#progressindica

NSProgressIndicator (spinning) on a dark background?

2009-02-06 Thread Guy Umbright
I have been doing some searching as I figure somebody has to have already done this, but I haven't been able to come up with anything yet. I have a black background and would like to display a spinning progress indicator but it draws with a light background. Is there a way to do this with

Re: Live updating NSPredicateEditorRowTemplate?

2008-12-13 Thread Guy Umbright
ditor setCriteria:[NSArray array] andDisplayValues:[NSArray array] forRowAtIndex: 1]; On Dec 8, 2008, at 8:58 PM, Peter Ammon wrote: On Dec 8, 2008, at 6:37 PM, Guy Umbright wrote: I am trying to create an NSPredicateEditorRowTemplate with its last view a popup that contains a list of things (else

Re: Live updating NSPredicateEditorRowTemplate?

2008-12-10 Thread Guy Umbright
uot;2008-12-10 20:49:41.050 prededit[12581:813] In 0x126340>, different number of items (2) than values (3)" Guy On Dec 8, 2008, at 8:58 PM, Peter Ammon wrote: On Dec 8, 2008, at 6:37 PM, Guy Umbright wrote: I am trying to create an NSPredicateEditorRowTemplate with its last view a p

Live updating NSPredicateEditorRowTemplate?

2008-12-08 Thread Guy Umbright
I am trying to create an NSPredicateEditorRowTemplate with its last view a popup that contains a list of things (elsewhere in the window) that can be updated while the editor is being displayed. I can get it so that I can add an instance of the template, update the list of items and add a

NSPredicateEditor not updating scrollbar

2008-11-03 Thread Guy Umbright
I have an NSPredicateEditor in an NSTabView. But when I add enough predicate items to the point where the vertical scrollbar should appear, it does not. My question is am I wrong to expect it to handle the scrollbar or am I missing something obvious? Thanks Guy Umbright

Re: XCode 3.1 quits each time after launch

2008-07-11 Thread Guy Umbright
I have seen this twice. Once I had to reinstall, the other time, it stopped after a reboot. Wish I had something more definitive for you... Guy On Jul 11, 2008, at 5:25 PM, Stefan wrote: Hi, each time I launch the current XCode 3.1 release, it quits either a second later or when I clic

Re: NSDictionaryController and inserting new objects.

2008-04-08 Thread Guy Umbright
NSDictionaryController. Anyone know how to do it? Guy Umbright On Apr 1, 2008, at 1:16 AM, Kyle Sluder wrote: On Tue, Apr 1, 2008 at 1:17 AM, Jiva DeVoe <[EMAIL PROTECTED]> wrote: Or do the NS*Controller classes provide some other cool features that would be difficult for my mere mortal development