Search found 63 matches

by Graham
Thu May 08, 2014 12:51 pm
Forum: Support
Topic: RichViewEdit + Word Wrap
Replies: 1
Views: 10385

RichViewEdit + Word Wrap

Is it possible to set the Word Wrap for a max number of characters rather than a number of pixels?

Graham
by Graham
Tue Aug 13, 2013 8:33 am
Forum: Support
Topic: RichView - Uniscribe
Replies: 3
Views: 14044

Uniscribe

Any progress on this yet?
by Graham
Wed Apr 17, 2013 7:36 am
Forum: Support
Topic: Arabic text - Left/Right Arrow keys
Replies: 6
Views: 19905

If the text is right justified the "left" arrow key should move the caret in reading direction of the text. Use Word 2010 as the reference. I think all you need to do is swap the left and right arrow keys when the text is right justified. Also there is a minor issue when typing space characters on ...
by Graham
Tue Apr 16, 2013 1:32 pm
Forum: Support
Topic: Arabic text - Left/Right Arrow keys
Replies: 6
Views: 19905

Just updated to RichView V14.3 so at least we are all on the same page. There are two issues: 1: Right Justified Text: Type some Arabic followed by some English all on the same line. Go back to the start of the line, caret is now on the right hand side of the screen. The Left Arrow key should now ...
by Graham
Fri Apr 12, 2013 8:28 am
Forum: Support
Topic: Arabic text - Left/Right Arrow keys
Replies: 6
Views: 19905

You have done it the same as WordPad, however Microsoft Word does it correctly and is more logical.
by Graham
Thu Apr 11, 2013 11:24 am
Forum: Support
Topic: RichView - Uniscribe
Replies: 3
Views: 14044

RichView - Uniscribe

Is there a date for when work on this will be started? I need to know this as I have now concluded that the RichView/Edit components do everything I want, but some languages are not supported (Hindi etc.) What I don't want to have to do is rip my Uniscribe editor out of a previous project, but maybe ...
by Graham
Thu Apr 11, 2013 11:18 am
Forum: Support
Topic: Arabic text - Left/Right Arrow keys
Replies: 6
Views: 19905

Arabic text - Left/Right Arrow keys

Left/Right Arrow keys seem to work in the wrong direction when on Arabic text.
by Graham
Wed Apr 10, 2013 8:30 am
Forum: Support
Topic: TRichViewEdit - Word Count
Replies: 2
Views: 10685

Thanks
by Graham
Tue Apr 09, 2013 1:55 pm
Forum: Support
Topic: TRichViewEdit - Word Count
Replies: 2
Views: 10685

TRichViewEdit - Word Count

Is there a fast way to get the word count from a document, or do I have to get the text from each item and count the words myself?
Not a problem, just need to know.
by Graham
Tue Apr 09, 2013 9:29 am
Forum: Support
Topic: TRichViewEdit - Tab Characters
Replies: 4
Views: 15853

OK, if that's how it is then sobeit. I just expected the Tab width would be a fixed size. However, having just looked at how NotePad and WordPad display Tabs, I guess anything goes.
by Graham
Mon Apr 08, 2013 8:15 am
Forum: Support
Topic: TRichViewEdit - Tab Characters
Replies: 4
Views: 15853

I will e-mail you a link to a video you can download to show the problem.
by Graham
Fri Apr 05, 2013 4:46 pm
Forum: Support
Topic: TRichViewEdit - Tab Characters
Replies: 4
Views: 15853

TRichViewEdit - Tab Characters

If you have some text that contains Tab characters (not at the start of a paragraph). If I now vary the width of the RichEdit component, the width of the Tab characters change as well.

Bug or feature?
by Graham
Thu Apr 04, 2013 7:06 pm
Forum: Support
Topic: TRichView - Getting The Line Height
Replies: 17
Views: 47491

Yes I originally had Strict = TRUE, but since our recent fixes: rve.GetItemAt(0, currentScrollY, RVData, ItemNo, OffsetInItem, true); has changed to rve.RVData.FindDrawItemForSel(0, currentScrollY, ItemNo, OffsetInItem, False, True, True, False); everything to do with this mechanism now appears to ...
by Graham
Thu Apr 04, 2013 2:21 pm
Forum: Support
Topic: TRichView - Getting The Line Height
Replies: 17
Views: 47491

OK, now how do I get the height of a Blank line. Rve.GetItemAt returns an item number of -1
by Graham
Thu Apr 04, 2013 1:36 pm
Forum: Support
Topic: TCustomRVFormattedData.Item2DrawItem
Replies: 1
Views: 10054

TCustomRVFormattedData.Item2DrawItem

Using our new routine to get the text as displayed from a specified Y position the Item2DrawItem gets called. However this routine seems to fail if the line of text consists of single word that is too long to fit on the line. Original code: if (DrawItems .ItemNo<>ItemNo) or ((DrawItems .Offs ...