Search found 24 matches

by Extorian
Fri Feb 15, 2013 11:01 am
Forum: Support
Topic: Error with Spell
Replies: 7
Views: 22808

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.
by Extorian
Thu Feb 14, 2013 7:05 pm
Forum: Support
Topic: Error with Spell
Replies: 7
Views: 22808

Thank you :) I shall be purchasing the component set in a few days God Willing.
by Extorian
Thu Feb 14, 2013 5:10 pm
Forum: Support
Topic: Error with Spell
Replies: 7
Views: 22808

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 ...
by Extorian
Thu Feb 14, 2013 4:50 pm
Forum: Support
Topic: Error with Spell
Replies: 7
Views: 22808

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 ...
by Extorian
Thu Feb 14, 2013 4:14 pm
Forum: Support
Topic: Character before caret
Replies: 3
Views: 13792

Excellent. Thanks :)
by Extorian
Wed Feb 13, 2013 4:42 pm
Forum: Support
Topic: TRichViewEdit
Replies: 26
Views: 71970

Well, out of the components I have evaluated for use in the project, your component does bidi the best. So even if it is not complete, I am going to have to go with yours. At least you are giving us the straight news. Thanks for that.
by Extorian
Tue Feb 12, 2013 7:54 pm
Forum: Support
Topic: TRichViewEdit
Replies: 26
Views: 71970

You can find it here http://msdn.microsoft.com/en-us/goglobal/bb688134.aspx The last line of the section on font fallback "Font fallback is internal to Uniscribe, and applications cannot add new fallback fonts or modify existing ones." I haven't seen an official list of the fallback fonts. I don't ...
by Extorian
Tue Feb 12, 2013 4:46 pm
Forum: Support
Topic: TRichViewEdit
Replies: 26
Views: 71970

Yes, Word and other software does this using the font fallback mechanism. It is part of the Uniscribe system. This msdn article describes the process for an application to use the font fallback mechanism. http://msdn.microsoft.com/en-us/library/windows/desktop/dd374105(v=vs.85).aspx The default ...
by Extorian
Tue Feb 12, 2013 2:30 pm
Forum: Support
Topic: TRichViewEdit
Replies: 26
Views: 71970

You are right. Its not just Hindi, it happens with any language if the font does not support the unicode characters. Instead of displaying boxes or using the fallback unicode font for the language the caret just sits. If you change the font to a correct one later you can see that the characters were ...
by Extorian
Tue Feb 12, 2013 1:02 pm
Forum: Support
Topic: TRichViewEdit
Replies: 26
Views: 71970

Unfortunately my project is due shortly.

The only workout around I can think of is to detect the entered key and compare with the character before the caret. If it is a vowel and both characters are same then cancel the entered key at onkeydown by assigning key:=#0.
by Extorian
Sun Feb 10, 2013 4:31 pm
Forum: Support
Topic: Error with Spell
Replies: 7
Views: 22808

Error with Spell

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 ...
by Extorian
Sun Feb 10, 2013 10:29 am
Forum: Support
Topic: Character before caret
Replies: 3
Views: 13792

Character before caret

Hi,

How do I character that is before and after the caret?

For example. In the sentence:

The quick bro^wn fox.

The caret is placed between o and w. I would like to extract o and w.

Thank you.
by Extorian
Sat Feb 09, 2013 7:17 pm
Forum: Support
Topic: TRichViewEdit
Replies: 26
Views: 71970

Right to left double vowels

Hi Sergey, I have been begun integrating the component into my project and would soon be purchasing. During some testing, noted the following bug. If you select right to left, enter text using the Arabic keyboard and enter any 2 vowels (eg. pressing upper case AA twice) the caret would move to the ...
by Extorian
Tue Dec 11, 2012 4:46 pm
Forum: Support
Topic: Grammar check
Replies: 10
Views: 38108

Interesting service. But proofreadbot is commercial with no api. Afterthedeadline is open source and free. And they have a web api.
by Extorian
Sat Nov 03, 2012 4:47 pm
Forum: Support
Topic: Grammar check
Replies: 10
Views: 38108

Thank you :)