Re: Disabled controls don't update their visual appearance

2009-08-15 Thread Christopher Campbell Jensen
No, it's a just a regular application. It's functionality is very similar to MetaX (an mp4 tagging tool), in that it has a file viewer where you can have a bunch of files open, when you select one it updates all the fields in the rest of the UI to reflect the information contained and selec

Re: Disabled controls don't update their visual appearance

2009-08-14 Thread Uli Kusterer
On Aug 11, 2009, at 5:45 PM, Christopher Campbell Jensen wrote: To check when/if any of them were nil, I set a breakpoint and stepped through the code pausing it each time "refreshButtonsEnabledState" was called and it made me realise that the buttons fail to update their state the first tim

Re: Disabled controls don't update their visual appearance

2009-08-13 Thread Christopher Jensen
Sorry to bump my own post, but I am curious if anyone has any suggestions? Just get in touch if you need to see more code to help me figure out the issue :) Thanks, Chris ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin re

Re: Disabled controls don't update their visual appearance

2009-08-11 Thread Christopher Campbell Jensen
On 11 Aug 2009, at 08:00, Uli Kusterer wrote: On Aug 10, 2009, at 6:04 PM, Christopher Campbell Jensen wrote: I am sure I am just missing a single line of code, but I can't understand the following behavior: This code is where the issue occours: - (void)refreshButtonsEnabledState { NSLog(@"%

Re: Disabled controls don't update their visual appearance

2009-08-10 Thread Uli Kusterer
On Aug 10, 2009, at 6:04 PM, Christopher Campbell Jensen wrote: I am sure I am just missing a single line of code, but I can't understand the following behavior: This code is where the issue occours: - (void)refreshButtonsEnabledState { NSLog(@"%d", [[[tabView selectedTabViewItem] label] isE

Disabled controls don't update their visual appearance

2009-08-10 Thread Christopher Campbell Jensen
Hi, I am sure I am just missing a single line of code, but I can't understand the following behavior: This code is where the issue occours: - (void)refreshButtonsEnabledState { NSLog(@"%d", [[[tabView selectedTabViewItem] label] isEqualToString:@"Current/Custom"] && [movieFile.movieMetaData