Subject | TIB_UpdateBar.ShowCaptions don't work |
---|---|
Author | tomjanczkadao |
Post date | 2008-12-10T23:30:45Z |
Hi
ShowCaptions don't work when CustomGlyphs are assgined to TIB_updateBar.
It seems to work in designtime, but in runtime captions disappear.
I've temporarily commented line 826 i IB_UpdateBar.pas:
procedure TIB_UpdateBar.ResetButtonState;
...
//Buttons[i].Caption := ''; //line826
and it works but i'm not sure if it won't broke somewhere else.
IBO 4.8.7
Regards, Tomek
ShowCaptions don't work when CustomGlyphs are assgined to TIB_updateBar.
It seems to work in designtime, but in runtime captions disappear.
I've temporarily commented line 826 i IB_UpdateBar.pas:
procedure TIB_UpdateBar.ResetButtonState;
...
//Buttons[i].Caption := ''; //line826
and it works but i'm not sure if it won't broke somewhere else.
IBO 4.8.7
Regards, Tomek