Re: 2 questions and 1 idea
Re: 2 questions and 1 idea
- Subject: Re: 2 questions and 1 idea
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 1 Jun 2001 20:51:12 +0200
On vendredi, juin 1, 2001, at 08:09 PM, Andrew Platzer wrote:
The idea:
Could it be possible to make the [NSTableHeaderCell
_drawThemeContents:(NSRect)fp12 highlighted:(BOOL)fp28 inView: (id)
fp32;] a PUBLIC function like:
NSDrawTableHeaderThemeContents(NSRect inFrame,BOOL inHighlighted);
We are considering something like this but I can't say when it might
appear. For now, I'm afraid you'll have to take a snapshot and use
Photoshop to generate your own images.
It's a bit problematic at this level since I was hoping to use the
highlight tint which changes according to the user setting in the
General System Preferences Panel. But the solution you're indicating
will make it I think.
One comment from an HI point of view. This may not apply to you but
usually when people ask for access to the images, it's because they
want to design a new control. You should consider that only as a last
resort. When users are presented with a new control, they need time to
figure out how it works and what it does. Often an existing control can
do the job and it's meaning is already known.
[I autocensure myself because it's the beginning of the week-end and I
am in a bad mood due to NSCell subclassing].