Lines wrapping in win2000

General TRichView support forum. Please post your questions here
Post Reply
TAG
Posts: 9
Joined: Wed Nov 02, 2005 10:12 pm

Lines wrapping in win2000

Post 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
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, I do not understand.
You use standard TRichEdit, right? We do not provide a techical support for standard Delphi components.
Post Reply