That is the problem,and it happen in write RichViewEdit. So ,I want to know how to modify my code.Sergey Tkachenko wrote:I received this project, but I cannot reproduce the problem.
I stopped, the label shows 9160, MainForm.RichViewEdit1.ItemCount=3530.
Search found 10 matches
- Fri Mar 24, 2006 1:16 am
- Forum: Support
- Topic: who can help me?
- Replies: 11
- Views: 41918
- Thu Mar 23, 2006 10:20 am
- Forum: Support
- Topic: who can help me?
- Replies: 11
- Views: 41918
I have send the Project to your e-mail.Sergey Tkachenko wrote:Please send this sample project (where timers are used instead of threads) to richview@gmail.com
- Thu Mar 23, 2006 7:41 am
- Forum: Support
- Topic: who can help me?
- Replies: 11
- Views: 41918
- Thu Mar 23, 2006 7:16 am
- Forum: Support
- Topic: who can help me?
- Replies: 11
- Views: 41918
- Wed Mar 22, 2006 8:46 am
- Forum: Support
- Topic: who can help me?
- Replies: 11
- Views: 41918
- Wed Mar 22, 2006 7:17 am
- Forum: Support
- Topic: who can help me?
- Replies: 11
- Views: 41918
who can help me?
Hello ,
I have a program that use TRichViewEdit to list info , but run several minutes it show " Raise exception class EInvalidOperation with Message 'Canvas does not allow drawing'". who can help me !
This is my all code:
Main Form code
unit main;
interface
uses
Windows, Messages ...
I have a program that use TRichViewEdit to list info , but run several minutes it show " Raise exception class EInvalidOperation with Message 'Canvas does not allow drawing'". who can help me !
This is my all code:
Main Form code
unit main;
interface
uses
Windows, Messages ...
- Mon Mar 20, 2006 2:01 am
- Forum: Support
- Topic: How can insert Hypertext in RichviewEdit
- Replies: 6
- Views: 24553
- Fri Mar 17, 2006 10:18 am
- Forum: Support
- Topic: How can insert Hypertext in RichviewEdit
- Replies: 6
- Views: 24553
- Thu Feb 23, 2006 1:58 am
- Forum: Support
- Topic: How can insert Hypertext in RichviewEdit
- Replies: 6
- Views: 24553
- Tue Feb 21, 2006 8:18 am
- Forum: Support
- Topic: How can insert Hypertext in RichviewEdit
- Replies: 6
- Views: 24553
How can insert Hypertext in RichviewEdit
Hello,
I am using the RichViewEdit to list the record contents , which read from database. These records increase at any moment, so the RichViewEdit reads all new records from database per second and paints record contents.My code as follows:
Type
TInfo = Record
title:string;
phone:string ...
I am using the RichViewEdit to list the record contents , which read from database. These records increase at any moment, so the RichViewEdit reads all new records from database per second and paints record contents.My code as follows:
Type
TInfo = Record
title:string;
phone:string ...