Page 1 of 1

RVFont/RvFontSize- Combobox preview on highlighted items possible

Posted: Fri Jun 06, 2025 9:20 am
by tomr
Hello Richview-Support,
I have the following question:
Can the rvFont- and rvFontSizecombobox change the font while selecting the dropdown items of it like in Word?
Word Hover Auswahl 2.png
Word Hover Auswahl 2.png (16.49 KiB) Viewed 816 times
Word Hover Auswahl 1.png
Word Hover Auswahl 1.png (15.6 KiB) Viewed 816 times
Is there a setting or is there an event which i could use?

Re: RVFont/RvFontSize- Combobox preview on highlighted items possible

Posted: Fri Jun 06, 2025 10:40 am
by Sergey Tkachenko
AutoComplete property for these combo boxes is False by default, intentionally.
Each time when autocomplete works, the font is applied, adding a new item to RVStyle.TextStyles (if there is no existing items with these properties).
While these items will be removed after the next call of DeleteUnusedStyles, AutoComplete is turned off by default.

Re: RVFont/RvFontSize- Combobox preview on highlighted items possible

Posted: Fri Jun 06, 2025 11:20 am
by tomr
Hello Sergey,
My font ComboBoxes have autocomplete enabled. Still, hovering over dropdown items doesn't apply the font change—only selecting and clicking does.
Is it possible to apply font changes on hover while using autocomplete?