Search found 14 matches

by RichEnjoyer
Sun Jul 30, 2006 12:00 am
Forum: Support
Topic: How to get the ItemNumber of an existing String?
Replies: 3
Views: 12881

Ok thanks,

it works fine! :-)
i make the edit with...

rvAdd.SetItemText(intP+POS_MSGCNT,IntToStr(intMsgCnt));

is work good.
How change the ParaStyle?

I want switsh to ParaStyle No 2 when the intMsgCnt>5.

It is posibble?


best regrads, Frank
by RichEnjoyer
Thu Jul 27, 2006 3:48 pm
Forum: Support
Topic: How to get the ItemNumber of an existing String?
Replies: 3
Views: 12881

How to get the ItemNumber of an existing String?

Hello,

how can i get the number of an existig Item?

I have...

RichView1.AddNL('MyFirstLine',0,0);
RichView1.Add('example',1);
RichView1.Format;

now i search the ItemNumber of "MyFirstLine" ?

Is it possible to get the ItemNumber?

best regrads, Frank
by RichEnjoyer
Fri Apr 28, 2006 7:19 am
Forum: Support
Topic: How can set a fix width of 40 chars per line?
Replies: 0
Views: 12606

How can set a fix width of 40 chars per line?

Hello everybody,

how can i set a fix width of 40 chars?
I want use a TRichViewEdit for a editor that have only
a fix width of 40 chars and now search i a solution to
becomes a auto CR function at a fix width of 40 chars.

any ideas?

Best wishes, Frank
by RichEnjoyer
Mon Mar 06, 2006 10:50 pm
Forum: Support
Topic: How reduce the space in memory of TRichEdit?
Replies: 4
Views: 16969

I used the TRichViewEdit... is it better that i use the TRichView for Output only?

Best wishes... Frank
by RichEnjoyer
Sat Mar 04, 2006 1:24 pm
Forum: Support
Topic: How reduce the space in memory of TRichEdit?
Replies: 4
Views: 16969

How reduce the space in memory of TRichEdit?

Hi have 12 TRichEdit in my application, the size in Memory of this Application ist 12 MB i think it is the TRichEdit...

In any TRichEdit i have only 500 lines...
I use it only for text in different collors...



best wisches, Frank
by RichEnjoyer
Fri Feb 03, 2006 9:50 am
Forum: Support
Topic: Function at same as "Memo.Text" ?
Replies: 3
Views: 14386

Function at same as "Memo.Text" ?

Hallo,

how become all chars in one string?

best wishes, Frank
by RichEnjoyer
Wed Feb 01, 2006 9:27 am
Forum: Support
Topic: Draw only after all changes?
Replies: 4
Views: 16783

Ok thanks for answer! :D
by RichEnjoyer
Tue Jan 31, 2006 8:51 am
Forum: Support
Topic: Draw only after all changes?
Replies: 4
Views: 16783

That's is! :D
Absolutly great, thanks Sergey.

When i use RichView, it this component "more faster" for output only as RichViewEdit?

Best wishes, Frank
by RichEnjoyer
Mon Jan 30, 2006 11:48 am
Forum: Support
Topic: Draw only after all changes?
Replies: 4
Views: 16783

Draw only after all changes?

Hello,

if it posible that i can made any changes in a RichViewEdit component without drawing?

I want no see any changes by the programm on the screen befor i say "draw".

best wishes, Frank
by RichEnjoyer
Tue Jan 24, 2006 12:07 pm
Forum: Support
Topic: How get the Style Number from Item?
Replies: 3
Views: 14370

Ok Thank You, it works great, :D I try the componet and when ist works i register it. I have search this function for fix my "hello world problem", i write this problem in the topic... http://www.trichview.com/forums/viewtopic.php?t=561 the idea was when i add new text in old style then i ...
by RichEnjoyer
Tue Jan 24, 2006 11:42 am
Forum: Support
Topic: How get the Style Number from Item?
Replies: 3
Views: 14370

How get the Style Number from Item?

I think it it possible but i don't find. Sorry... :(


I want Show the StyleNumber from Item[x].
How is the sulution?

Thanks, Frank
by RichEnjoyer
Mon Jan 23, 2006 7:48 pm
Forum: Support
Topic: How can use AddText right?
Replies: 1
Views: 10436

How can use AddText right?

Hi, i have a little problem with TRichViewEdit. I add short strings with AddText; Example: rv.AddText('hel', 0); rv.AddText('lo wor', 0); rv.AddText('ld', 0); In the RichView "rv" shown the text "hello world", thats great! When i dubleclick the text then marks the component only ...
by RichEnjoyer
Mon Jan 23, 2006 7:33 pm
Forum: Support
Topic: How can i make a FIFO Window?
Replies: 2
Views: 12779

Ok Thank you! :D
by RichEnjoyer
Fri Jan 20, 2006 11:20 am
Forum: Support
Topic: How can i make a FIFO Window?
Replies: 2
Views: 12779

How can i make a FIFO Window?

Hello everybody, i try the TRichViewEdit component for future use in my own application. I want make a chatwindow thats has a max line count of 100 lines. Whenever comes a new line at the end of the TRichViewEdit than check the actual line count. while bytlLineCount > MAX do Delete Line 0 How can i ...