Page 1 of 1

Lines wrapping in win2000

Posted: Wed Nov 02, 2005 10:32 pm
by TAG
The code I am working on is using loadfromfile to load a data file for viewing. The lines are very long ( 8000 chars ). I have noticed that on Win98 machines the lines are displayed correctly, but on a Win2000 machine the lines wrap at aprox 3072 chars. ( not a good thing)

Is there a setting that may have changed?

Here is the offending line in the code.

RichEdit1->Lines->LoadFromFile(FileNameD);

RichEdit1 is defined as

TRichEdit *RichEdit1;

We use Builder6. I am new here and just really learning how this all works together.

I believe that we are running trichview version 1.8.1

Anyway, any thoughts or ideas may save me some time.

Thanks

Posted: Thu Nov 03, 2005 8:55 am
by Sergey Tkachenko
Sorry, I do not understand.
You use standard TRichEdit, right? We do not provide a techical support for standard Delphi components.