Subject Re: [IBO] Custom Glyphs
Author Campbell Fuller
Malcom,

I had the following code in the Forms ONSHOW :-

for x := Low( navMaster.Buttons ) to High( navMaster.Buttons ) do
navMaster.Buttons[x].numGlyphs := 2;

NB : navMaster is the name of the navigation bar

All this does is to step thru the nav buttons and change THEIR numglyphs
property.

This is basically what I was referring to when I said that the property is
not exposed. What I believe Jason should do is to add a property which can
be set at design time. Although, quite frankly I believe that the default
setting should be 2 in the first case!


""Malcolm Smith"" <mjfreelancing@...> wrote in message
news:001301c24cc7$9cf2dcc0$1a00a8c0@......
> Campell,
>
> Which NumGlyphs property are you referring to - is it a public property
that
> I'd have to search the headers for (it isn't in the help) ?
>
>
> Malcolm Smith
>
> -----Original Message-----
> From: news@... [mailto:news@...]On Behalf Of
> Campbell Fuller
>
> > you must manually set the NumGlyphs value to 2 at run time.
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>