Re: Progress bar on front NSPanel is grey not blue??
Re: Progress bar on front NSPanel is grey not blue??
- Subject: Re: Progress bar on front NSPanel is grey not blue??
- From: "Theodore H. Smith" <email@hidden>
- Date: Sat, 15 Apr 2006 11:11:36 +0100
On 15 Apr 2006, at 01:45, PGM wrote:
The progress bar is still grey unfortunately!
Are you sure that your panel is the Key window? If you put some
other controls on the same window, are they also grey?
I added a button just now.
http://www.elfdata.com/Picture1.png
So strange.
I even tried this!: [TheIndicator setControlTint:NSBlueControlTint];
no change though.
If so, it surely is not a problem of the progress bar. Do you
perhaps have an NSPanel subclass that returns NO for
canBecomeKeyWindow or isKeyWindow? If not, a solution to your
problem may actually be to use a NSPanel subclass that always
return YES for isKeyWindow.
PGM
I'm not using any subclass.
Maybe I can try to replicate the problem in a simplest possible
project. Maybe that'll help track it down.
--
http://elfdata.com/plugin/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden