Subject Re: [IBO] Custom Glyphs
Author Helen Borrie
At 02:30 PM 26-08-02 +1000, you wrote:
>I have assigned a image list to the CustomGlyphs property of my navigation
>bar and indicated in the CustomGlyphsSupplied property which glyphs are
>being used.
>
>When I assigned the image list all the images disappeared from the
>navigation bar. I then thought that may be the images needed to include
>both enabled and disabled images so I went ahead and created them 48x24 with
>the two states. Still no luck.
>
>What am I doing wrong ?

It's a good sign that the old images disappeared.
If you check the images in the .res file, you'll see that they are 28 X 13
(for both images side by side). First guess is that your images don't fit.

Tell us what your reassignment of CustomGlyphsSupplied looks like...it
should look something like this:

[nbFirst,nbJumpBck,nbPrior,nbNext,nbJumpFwd,nbLast]

If any member of the buttonset is missing, it should use the default image.

Helen