Is it possible to set the Word Wrap for a max number of characters rather than a number of pixels?
Graham
Search found 63 matches
- Thu May 08, 2014 12:51 pm
- Forum: Support
- Topic: RichViewEdit + Word Wrap
- Replies: 1
- Views: 10385
- Tue Aug 13, 2013 8:33 am
- Forum: Support
- Topic: RichView - Uniscribe
- Replies: 3
- Views: 14044
Uniscribe
Any progress on this yet?
- 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 ...
- 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 ...
- Fri Apr 12, 2013 8:28 am
- Forum: Support
- Topic: Arabic text - Left/Right Arrow keys
- Replies: 6
- Views: 19905
- 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 ...
- 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.
- Wed Apr 10, 2013 8:30 am
- Forum: Support
- Topic: TRichViewEdit - Word Count
- Replies: 2
- Views: 10685
- 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.
Not a problem, just need to know.
- Tue Apr 09, 2013 9:29 am
- Forum: Support
- Topic: TRichViewEdit - Tab Characters
- Replies: 4
- Views: 15853
- Mon Apr 08, 2013 8:15 am
- Forum: Support
- Topic: TRichViewEdit - Tab Characters
- Replies: 4
- Views: 15853
- 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?
Bug or feature?
- 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 ...
- Thu Apr 04, 2013 2:21 pm
- Forum: Support
- Topic: TRichView - Getting The Line Height
- Replies: 17
- Views: 47491
- 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 ...