Search found 10 matches

by Bonny
Fri Jul 06, 2007 8:35 am
Forum: Support
Topic: Stop RichViewEdit from adding new line ?
Replies: 1
Views: 7705

Stop RichViewEdit from adding new line ?

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 to ...
by Bonny
Fri Jul 06, 2007 8:10 am
Forum: Support
Topic: How to get all the text(items) from TRichViewEdit (unicode)?
Replies: 2
Views: 9756

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
by Bonny
Fri Jul 06, 2007 7:54 am
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 24348

Additional information: I noticed there is an option called "MaxLength" If I set that to value 13, then I can only type 13 characters and then it breaks to next line. At first this looked very promising for my "no word break" request. I simply calculate how many characters are visible, 13 in my case ...
by Bonny
Fri Jul 06, 2007 7:46 am
Forum: Support
Topic: How to get all the text(items) from TRichViewEdit (unicode)?
Replies: 2
Views: 9756

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 return ...
by Bonny
Wed Jul 04, 2007 11:18 am
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 24348

Thank you for your support.

We will do more tests when your new version is released.


Regards,

Bonny
by Bonny
Tue Jun 26, 2007 11:31 am
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 24348

up
by Bonny
Fri Jun 22, 2007 7:36 am
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 24348

Hi, >In your example, it will break after ABCD, and then, if necessary, it will break inside EFGHIJKLMNOP Correct, but I don't want it to break after ABCD. I want it to break after "ABCD EFGHI". In our software (currently using MS RichText) we would like the user to type and position the text as ...
by Bonny
Tue Jun 19, 2007 12:06 pm
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 24348

No. For example I have a textbox which can only show 10 characters (in some given width). Then if I type "ABCD EFGHIJKLMNOP" then I want the text box to display: ABCD EFGHI JKLMNOP So it doesnt wrap "EFGHIJKLMNOP" to next line, but simply stops at the end of the top line, and continues at 2nd line ...
by Bonny
Tue Jun 05, 2007 8:16 am
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 24348

Thank you for your reply.

Do you think this would be easy to implement?
I would like to have your opinion on this.


Regards,

Bonny
by Bonny
Mon Jun 04, 2007 2:05 pm
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 24348

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 ...