Thank you
Working perfectly
Search found 20 matches
- Fri Jul 04, 2008 10:11 am
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 48289
- Thu Jul 03, 2008 5:11 pm
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 48289
- Thu Jul 03, 2008 1:16 pm
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 48289
- Thu Jul 03, 2008 11:55 am
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 48289
- Wed Jul 02, 2008 10:33 am
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 48289
AppendRVFFromStream - No Bullets ?
Hi,
i use
RichViewEdit1->AddBulletEx("", 0, Form1->ImageList3, -1);
RichViewEdit1->Reformat();
to add a bullet..
But when i try:
TMemoryStream *stream = new TMemoryStream();
RichViewEdit1->SaveRVFToStream(stream,false);
stream->Seek(0,0);
tabel->Cells[0][1]->VAlign = rvvaAbsMiddle;
tabel ...
i use
RichViewEdit1->AddBulletEx("", 0, Form1->ImageList3, -1);
RichViewEdit1->Reformat();
to add a bullet..
But when i try:
TMemoryStream *stream = new TMemoryStream();
RichViewEdit1->SaveRVFToStream(stream,false);
stream->Seek(0,0);
tabel->Cells[0][1]->VAlign = rvvaAbsMiddle;
tabel ...
- Mon Jun 30, 2008 2:24 pm
- Forum: Support
- Topic: How to focus on the speciefied inserted item
- Replies: 2
- Views: 19279
- Mon Jun 30, 2008 2:01 pm
- Forum: Support
- Topic: How to focus on the speciefied inserted item
- Replies: 2
- Views: 19279
How to focus on the speciefied inserted item
Please give me ahint how to focus programatically on the specified item added.
For example i add a Text Edit like this:
TspSkinEdit * edit = new TspSkinEdit(this);
RichView1->AddControlEx("",edit,-1,rvvaBaseline);
RichView1->Format();
int ItemNo = RichView1->ItemCount-1;
I got the item number ...
For example i add a Text Edit like this:
TspSkinEdit * edit = new TspSkinEdit(this);
RichView1->AddControlEx("",edit,-1,rvvaBaseline);
RichView1->Format();
int ItemNo = RichView1->ItemCount-1;
I got the item number ...
- Mon Jun 30, 2008 1:57 pm
- Forum: Support
- Topic: Clicking multiple times on an object gives exception
- Replies: 5
- Views: 28622
- Sun Jun 29, 2008 10:29 pm
- Forum: Support
- Topic: Clicking multiple times on an object gives exception
- Replies: 5
- Views: 28622
- Sun Jun 29, 2008 3:47 pm
- Forum: Support
- Topic: Clicking multiple times on an object gives exception
- Replies: 5
- Views: 28622
Clicking multiple times on an object gives exception
Hi,
please advise how to circumvent the folowing problem.
If i add any item for example:
RichView1->AddBulletEx("", 5, ImageList2, 0);
after i compile and click 3 times on the item i inserted (can be anything, picture, text, etc) the program raises an exception EAccessViolation with the message ...
please advise how to circumvent the folowing problem.
If i add any item for example:
RichView1->AddBulletEx("", 5, ImageList2, 0);
after i compile and click 3 times on the item i inserted (can be anything, picture, text, etc) the program raises an exception EAccessViolation with the message ...
- Thu Feb 21, 2008 3:19 pm
- Forum: Support
- Topic: Possible table bug
- Replies: 3
- Views: 22768
- Thu Feb 21, 2008 2:42 pm
- Forum: Support
- Topic: Possible table bug
- Replies: 3
- Views: 22768
Possible table bug
With this code following, i get List Index Out of bounds error, but ONLY for last version registered RichView, with the Unregistered version it works !!!!
This line is the problem:
table->InsertRows(table->Rows->Count,1,0,false);
I managed to insert new rows but only with:
table->Rows->Insert ...
This line is the problem:
table->InsertRows(table->Rows->Count,1,0,false);
I managed to insert new rows but only with:
table->Rows->Insert ...
- Tue Feb 19, 2008 7:21 pm
- Forum: Examples, Demos
- Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
- Replies: 40
- Views: 3389113
- Sun Feb 17, 2008 8:49 pm
- Forum: Examples, Demos
- Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
- Replies: 40
- Views: 3389113
- Sun Feb 17, 2008 8:02 pm
- Forum: Support
- Topic: Bullets centering
- Replies: 2
- Views: 17883