|
From: Vince D. <vin...@gm...> - 2006-03-27 22:40:23
|
On 3/27/06, Joe English <jen...@fl...> wrote:
> Here's how that feature works:
> [snip]
>
> style map My.TLabel -foreground [list #a3a3a3]
>
> (if you want the label to show 'disabled' feedback).
That gives me an error "State map must have an even number of
elements". If I use {-foreground #a3a3a3} I get no error, but I still
have a dimmed label. All my playing around with the above options
fails to create a label which won't dim!
> Another approach (which might be more appropriate for your
> application, don't know) is to select one of the MacWindowStyles
> or window attributes that doesn't receive <Activate>/<Deactivate>
> events.
That sounds like a good approach in some instances, but not this one,
since under some circumstances the status bar in question needs to
become active for user input, so would need to accept events.
> > Second Q: is it possible to create the smaller, toolbar style
> > menubuttons in the Aqua style?
>
> You mean like these? http://developer.apple.com/documentation/UserExperie=
nce/Conceptual/OSXHIGuidelines/XHIGControls/chapter_18_section_3.html#//app=
le_ref/doc/uid/TP30000359-BAADHEBI [*]
Yes!
Vince.
|