Hi,
In a previous posting I was trying to find a way to let RichViewEdit go to new line, when reaching right edge of window.
Now, I want to have the same behaviour when reaching the bottom of the RichView window: when on bottom line and reaching right edge of the window, the user shouldnt be able ...
Search found 10 matches
- Fri Jul 06, 2007 8:35 am
- Forum: Support
- Topic: Stop RichViewEdit from adding new line ?
- Replies: 1
- Views: 7781
- Fri Jul 06, 2007 8:10 am
- Forum: Support
- Topic: How to get all the text(items) from TRichViewEdit (unicode)?
- Replies: 2
- Views: 9848
I found a solution here:
http://www.trichview.com/forums/viewtopic.php?t=1527
Is there also a way to get the unicode text for each text line, without placing cursor? (So using some index)
Regards
Bonny
http://www.trichview.com/forums/viewtopic.php?t=1527
Is there also a way to get the unicode text for each text line, without placing cursor? (So using some index)
Regards
Bonny
- Fri Jul 06, 2007 7:54 am
- Forum: Support
- Topic: Wordwrap -> Different ways to wrap ??
- Replies: 11
- Views: 24562
- Fri Jul 06, 2007 7:46 am
- Forum: Support
- Topic: How to get all the text(items) from TRichViewEdit (unicode)?
- Replies: 2
- Views: 9848
How to get all the text(items) from TRichViewEdit (unicode)?
Hi,
I am trying to get all the text from TRichViewEdit in Unicode.
The only function I found is:
GetCurrentItemTextW
But it only gives the line where the caret is located.
Without moving caret, is there some way to get all the lines? (all the items?)
I tried to use GetTextBuf but this doesnt ...
I am trying to get all the text from TRichViewEdit in Unicode.
The only function I found is:
GetCurrentItemTextW
But it only gives the line where the caret is located.
Without moving caret, is there some way to get all the lines? (all the items?)
I tried to use GetTextBuf but this doesnt ...
- Wed Jul 04, 2007 11:18 am
- Forum: Support
- Topic: Wordwrap -> Different ways to wrap ??
- Replies: 11
- Views: 24562
- Tue Jun 26, 2007 11:31 am
- Forum: Support
- Topic: Wordwrap -> Different ways to wrap ??
- Replies: 11
- Views: 24562
- Fri Jun 22, 2007 7:36 am
- Forum: Support
- Topic: Wordwrap -> Different ways to wrap ??
- Replies: 11
- Views: 24562
- Tue Jun 19, 2007 12:06 pm
- Forum: Support
- Topic: Wordwrap -> Different ways to wrap ??
- Replies: 11
- Views: 24562
- Tue Jun 05, 2007 8:16 am
- Forum: Support
- Topic: Wordwrap -> Different ways to wrap ??
- Replies: 11
- Views: 24562
- Mon Jun 04, 2007 2:05 pm
- Forum: Support
- Topic: Wordwrap -> Different ways to wrap ??
- Replies: 11
- Views: 24562
Wordwrap -> Different ways to wrap ??
Hi,
By default, RichViewEdit does do a wordwrap. It wraps whole words to the next line.
I would like to see the behaviour where a word is just cut in half (whenever the cursor reaches the end of the component's area) and typing continues at the next line.
(This is common behaviour for Microsoft's ...
By default, RichViewEdit does do a wordwrap. It wraps whole words to the next line.
I would like to see the behaviour where a word is just cut in half (whenever the cursor reaches the end of the component's area) and typing continues at the next line.
(This is common behaviour for Microsoft's ...