RVFont/RvFontSize- Combobox preview on highlighted items possible

General TRichView support forum. Please post your questions here
Post Reply
tomr
Posts: 31
Joined: Wed Dec 09, 2020 9:36 am

RVFont/RvFontSize- Combobox preview on highlighted items possible

Post 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 738 times
Word Hover Auswahl 1.png
Word Hover Auswahl 1.png (15.6 KiB) Viewed 738 times
Is there a setting or is there an event which i could use?
Sergey Tkachenko
Site Admin
Posts: 17842
Joined: Sat Aug 27, 2005 10:28 am
Contact:

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

Post 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.
tomr
Posts: 31
Joined: Wed Dec 09, 2020 9:36 am

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

Post 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?
Post Reply