FROM : Jeremy Dronfield
DATE : Sun Jul 02 15:40:02 2006
On 2 Jul 2006, at 12:54 pm, Nik Youdale wrote:
>
> I am trying to make an inspector window similar to the one in Pages
> using a row of buttons at the top to select panes. However, I can
> not work out how to get the blue highlighting effect on these buttons.
>
> The small square bezel buttons are perfect for this, except I can't
> make them go blue! I realize that pages uses images for their
> buttons, but I was looking for a way without making 3 or 4 images
> for each button.
>
> Any ideas?
The inspector tabs in Pages are an NSMatrix of NSButtonCells using
(in most cases) only 2 images for each cell - "normal" and "selected".
(Personally, if I were doing this, I'd dispense with the background
images and draw the gradients in code in a custom cell subclass. The
reason being re-usability - it's easier to vary the colours, sizes
and background shapes for different requirements.)
Regards,
Jeremy
DATE : Sun Jul 02 15:40:02 2006
On 2 Jul 2006, at 12:54 pm, Nik Youdale wrote:
>
> I am trying to make an inspector window similar to the one in Pages
> using a row of buttons at the top to select panes. However, I can
> not work out how to get the blue highlighting effect on these buttons.
>
> The small square bezel buttons are perfect for this, except I can't
> make them go blue! I realize that pages uses images for their
> buttons, but I was looking for a way without making 3 or 4 images
> for each button.
>
> Any ideas?
The inspector tabs in Pages are an NSMatrix of NSButtonCells using
(in most cases) only 2 images for each cell - "normal" and "selected".
(Personally, if I were doing this, I'd dispense with the background
images and draw the gradients in code in a custom cell subclass. The
reason being re-usability - it's easier to vary the colours, sizes
and background shapes for different requirements.)
Regards,
Jeremy
| Related mails | Author | Date |
|---|---|---|
| Nik Youdale | Jul 2, 13:54 | |
| Jeremy Dronfield | Jul 2, 15:40 | |
| Nik Youdale | Jul 2, 16:13 | |
| Andy Lee | Jul 2, 16:43 | |
| Uli Kusterer | Jul 3, 11:23 | |
| Nik Youdale | Jul 3, 12:13 | |
| Uli Kusterer | Jul 3, 13:06 | |
| George Orthwein | Jul 3, 16:23 | |
| Gerd Knops | Jul 3, 21:04 | |
| Ricky Sharp | Jul 3, 22:28 | |
| Uli Kusterer | Jul 4, 02:20 |






Cocoa mail archive

