AdvOfficePager, AdvOfficeComboBox

Hello,

just some simple questions I can't find an answer for in the docs:

AdvOfficePager 3.4.0.0:
1. don't know how to use the Buttons
FirstButton, LastButton, ScrollButtons are visible but seem to be disabled. How can I use them to switch pages? The PageList button is clickable but the pageList is empty ( yes I have multiple pages :-) ). The close button is clickable and works as expected closing a page.

2. How can I increase the size of the badge of a Page if possible?

AdvOfficeComboBox 1.5.4.0:

When Style=csDropDownList there is still a blinking cursor shown in the text box. Sometimes after picking a value besides the cursor a part of the text is marked at random.

Thanks for your help!

With the PageList button you can show a list of non visible pages,
the list of available pages is shown via a popup menu. Therefore you need to assign a popup menu instance that will be used to show this list of closed pages via the property AdvOfficePager.PageListMenu.
This is also explained in the developers guide: http://www.tmssoftware.biz/Download/Manuals/TMS%20TAdvOfficePager.pdf

Thank you, I overlooked it in the manual ! Any ideas on the other points ?

At this moment, badge size is fixed. It is limited by the outer bounds of the TAdvOfficePager, so can't grow much larger than it is now.

Ok, thx!

>> When Style=csDropDownList there is still a blinking cursor shown in the
text box. Sometimes after picking a value besides the cursor a part of
the text is marked at random.

Any idea how to get rid of this? This is kind of annoying.

We have made an improvement that will hide this caret. The next update will have this improvement.

Good news, thank you!