IDE: Delphi XE2
OS: Windows 7
I"ve got a problem with collapsed TAdvToolBarPager in my ProgramThe problem is shown in the film http://youtu.be/oyRHJP8euYk
An earlier version of this component, this problem did not occur
IDE: Delphi XE2
OS: Windows 7
I"ve got a problem with collapsed TAdvToolBarPager in my ProgramThe problem is shown in the film http://youtu.be/oyRHJP8euYk
An earlier version of this component, this problem did not occur
Ok I solvet it.
It was a typo.
I fixed the command in AdvToolBar.pas file from "rescn := 'ATBENCNCH_BTN';" to "rescn := 'ATBECNCH_BTN';" and it started to work.
Line #46086