Thank you
Working perfectly
Search found 20 matches
- Fri Jul 04, 2008 10:11 am
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 44691
- Thu Jul 03, 2008 5:11 pm
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 44691
- Thu Jul 03, 2008 1:16 pm
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 44691
- Thu Jul 03, 2008 11:55 am
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 44691
- Wed Jul 02, 2008 10:33 am
- Forum: Support
- Topic: AppendRVFFromStream - No Bullets ?
- Replies: 9
- Views: 44691
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->Cells[0][1 ...
- Mon Jun 30, 2008 2:24 pm
- Forum: Support
- Topic: How to focus on the speciefied inserted item
- Replies: 2
- Views: 18138
- Mon Jun 30, 2008 2:01 pm
- Forum: Support
- Topic: How to focus on the speciefied inserted item
- Replies: 2
- Views: 18138
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, how ...
- Mon Jun 30, 2008 1:57 pm
- Forum: Support
- Topic: Clicking multiple times on an object gives exception
- Replies: 5
- Views: 26632
- Sun Jun 29, 2008 10:29 pm
- Forum: Support
- Topic: Clicking multiple times on an object gives exception
- Replies: 5
- Views: 26632
Hi, 7C812A5B C:\WINDOWS\system32\kernel32.dll 006F159B System::_16583 7C90378B ntdll.dll 7C90EAFA ntdll.dll 007472F7 Richview::TCustomRichView::WMRVDragDrop 006B162B Controls::TWinControl::MainWndProc 00696C0A Forms::_16460 7E418734 C:\WINDOWS\system32\USER32.dll 7E418816 C:\WINDOWS\system32\USER32 ...
- Sun Jun 29, 2008 3:47 pm
- Forum: Support
- Topic: Clicking multiple times on an object gives exception
- Replies: 5
- Views: 26632
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 ...
- Thu Feb 21, 2008 3:19 pm
- Forum: Support
- Topic: Possible table bug
- Replies: 3
- Views: 21149
Good hints thank you... I add empty cells, because i want the same spacing before and after the "good" cells, especially because the RichView is scalable, and when is maximizing, i need the leading and trailing cells to change size but the "good" cells to remain fixed in center of RichView... Adding ...
- Thu Feb 21, 2008 2:42 pm
- Forum: Support
- Topic: Possible table bug
- Replies: 3
- Views: 21149
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(table ...
- Tue Feb 19, 2008 7:21 pm
- Forum: Examples, Demos
- Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
- Replies: 40
- Views: 3328211
I tried that too, it just seems webmails like yahoo HATE backgrounds... Tried cell background and table background - same result :( BUT after final try i listened to you and saved HTML without CSS and IT WORKS !!! THANKS - verified solution - cell background and saved without CSS Payment is ok now ...
- Sun Feb 17, 2008 8:49 pm
- Forum: Examples, Demos
- Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
- Replies: 40
- Views: 3328211
Well, yes is very possible... I just started using RichView and i do not know the advanced stuff, and i do not know how the HTML is formated, but if it used CSS styles, then i am almost positive the web interfaces blocks the backgroud... http://www.xavierfrenette.com/articles/css-support-in-webmail ...
- Sun Feb 17, 2008 8:02 pm
- Forum: Support
- Topic: Bullets centering
- Replies: 2
- Views: 16414