How to check success rva->LoadFile() at the best way ?
Thank you for a short note !
Best regards !
Intis
Search found 11 matches
- Sat May 23, 2009 5:47 am
- Forum: ScaleRichView
- Topic: How to check success rva->LoadFile() ?
- Replies: 1
- Views: 20972
- Mon May 18, 2009 7:03 pm
- Forum: Support
- Topic: picture alignment in table cell
- Replies: 7
- Views: 22140
- Sun May 17, 2009 7:20 pm
- Forum: Support
- Topic: picture alignment in table cell
- Replies: 7
- Views: 22140
- Wed May 13, 2009 8:08 pm
- Forum: Support
- Topic: picture alignment in table cell
- Replies: 7
- Views: 22140
- Wed May 13, 2009 2:03 pm
- Forum: Support
- Topic: picture alignment in table cell
- Replies: 7
- Views: 22140
picture alignment in table cell
Hi,
I insert a picture from clipboard into a table cell, in principle as follows:
Chart->CopyToClipboardMetafile(true) ;
TClipboard *pCB = Clipboard();
Graphics::TMetafile *pMetafile = new Graphics::TMetafile();
pMetafile->Assign(pCB);
Cell = table->Cells[1][1];
Cell->AddPictureEx ...
I insert a picture from clipboard into a table cell, in principle as follows:
Chart->CopyToClipboardMetafile(true) ;
TClipboard *pCB = Clipboard();
Graphics::TMetafile *pMetafile = new Graphics::TMetafile();
pMetafile->Assign(pCB);
Cell = table->Cells[1][1];
Cell->AddPictureEx ...
- Thu Apr 16, 2009 7:47 pm
- Forum: ScaleRichView
- Topic: InsertRVFFromFileEd vs. rvActionOpen1->LoadFile(...ffiRVF
- Replies: 2
- Views: 23775
- Thu Apr 16, 2009 2:02 pm
- Forum: ScaleRichView
- Topic: InsertRVFFromFileEd vs. rvActionOpen1->LoadFile(...ffiRVF
- Replies: 2
- Views: 23775
InsertRVFFromFileEd vs. rvActionOpen1->LoadFile(...ffiRVF
basis:
- an empty/blank RVE.
- a RVF file with the only content "test"
# If I try to load the RVF from my RVA "Open"-button everything works fine ! (Content "test" is readable.)
# If I try to load the same RVF into the same RVE via InsertRVFFromFileEd, I get "list index out of bounds(-1)"
# If I ...
- an empty/blank RVE.
- a RVF file with the only content "test"
# If I try to load the RVF from my RVA "Open"-button everything works fine ! (Content "test" is readable.)
# If I try to load the same RVF into the same RVE via InsertRVFFromFileEd, I get "list index out of bounds(-1)"
# If I ...
- Wed Apr 15, 2009 7:18 pm
- Forum: Support
- Topic: RVA file operations; misc.
- Replies: 4
- Views: 17412
- Tue Apr 14, 2009 8:23 pm
- Forum: Support
- Topic: RVA file operations; misc.
- Replies: 4
- Views: 17412
- Mon Apr 13, 2009 2:45 pm
- Forum: Support
- Topic: RVA file operations; misc.
- Replies: 4
- Views: 17412
RVA file operations; misc.
Hi,
I disabled all the filters (ffiRVF ... ffiTextAuto) except ffiCustom
for the file actions SaveAs and Open and set some file types in CustomFilter. In the Open and SaveAs dialogs, all "custom file types" are visible as designed. (Custom file types are IRF (=RVF), RTF, TXT.)
In this context, two ...
I disabled all the filters (ffiRVF ... ffiTextAuto) except ffiCustom
for the file actions SaveAs and Open and set some file types in CustomFilter. In the Open and SaveAs dialogs, all "custom file types" are visible as designed. (Custom file types are IRF (=RVF), RTF, TXT.)
In this context, two ...
- Thu Mar 26, 2009 8:39 pm
- Forum: Support
- Topic: RVActions sample for CB available
- Replies: 1
- Views: 9511
RVActions sample for CB available
Is there a RVA sample project for CB available ?
Thank you for a short info/message !
Regards
Intis

Thank you for a short info/message !
Regards
Intis
