Page 1 of 1

Error with Spell

Posted: Sun Feb 10, 2013 4:31 pm
by Extorian
Hi,

I have integrated the rvhunspell component into the ribbontabs demo. The suggestions are shown using the RVAPopupActionBar.

Everything is working fine except when I right click a misspelled word and select one from the list. The word is replaced with the short cut letter in brackets. I also tested with another right to left language and it happens in that too. It doesn't have any problems with English.

I have attached a picture showing this.
Image

Your assistance to correct this problem would be very much appreciated.[/img]

Posted: Thu Feb 14, 2013 4:23 pm
by Sergey Tkachenko
Try changing RVAPopupActionBar.AutoHotkey = maManual

Posted: Thu Feb 14, 2013 4:50 pm
by Extorian
I tried that before and again just now. It doesn't seem to work.

I have set the AutoHotKeys property to maManual in the RVAPopupActionBar1 component and that did not work. So I set
RVAPopupActionBar1.AutoHotkeys:= maManual in the Form's OnCreate event and that did not work either. I also tried the onPopup Event.

Posted: Thu Feb 14, 2013 5:10 pm
by Extorian
The (A) style character appears only in non English languages and that problem is in those languages only. For English, the suggestion list appears in the normal way with the hotkey letter underlined.


The (A) style hotkey in the spell suggestion for foreign languages is a useful feature. But there seems to be a bug when the clicked word replaces the word in the document.

I would like to keep the (A) style hotkey for the foreign languages and just need a fix for the hotkey character appearing in the document.

Posted: Thu Feb 14, 2013 6:34 pm
by Sergey Tkachenko
I fixed it in my internal version.
I plan to upload this update for registered users later in this week.

Posted: Thu Feb 14, 2013 7:05 pm
by Extorian
Thank you :) I shall be purchasing the component set in a few days God Willing.

Posted: Fri Feb 15, 2013 11:01 am
by Extorian
Is it possible to specify a font to display the spell suggestions in as a property?

Normally the foreign languages are displayed using the default fallback font in the menu and some of those look really horrible at small sizes.

Posted: Fri Feb 15, 2013 11:42 am
by Sergey Tkachenko
I am afraid you can only change font for all menus (as Screen.MenuFont).