Subject Re: [IBO] Icons invisible
Author Helen Borrie
At 07:56 PM 7/02/2005 +0000, you wrote:


>I use IB_navigationBar and want to use my own icons. Created a new
>ImageList component and assigned it to the navigationbar.customglyphs.
>I see my new icons now when a button is enabled. But when a button is
>disabled nothing is visible anymore. (I use IBObject 4.0). The default
>setting shows a disabled (grayed out) icon.
>How can i get this disabled icons.

You need to use a two-part icon, with a "live" version and and a "grayed"
version side by side. You can inspect the res file of the bars to get the
correct dimensions of the two parts. Some graphics tools can actually make
"grayed" versions from the coloured originals; otherwise, you have to
create your own.

Helen