Search found 11 matches

by intis
Sat May 23, 2009 5:47 am
Forum: ScaleRichView
Topic: How to check success rva->LoadFile() ?
Replies: 1
Views: 14861

How to check success rva->LoadFile() ?

How to check success rva->LoadFile() at the best way ?
Thank you for a short note !
Best regards !
Intis
by intis
Mon May 18, 2009 7:03 pm
Forum: Support
Topic: picture alignment in table cell
Replies: 7
Views: 19435

Thank you for the hint - it helped !

- and how to get a usable value for the cell's height ?

(In the concrete case, it will depend on the height of contents inserted in other columns of the same row.)

Thank you !
Best regards
Intis
by intis
Sun May 17, 2009 7:20 pm
Forum: Support
Topic: picture alignment in table cell
Replies: 7
Views: 19435

I tried it as follows: Cell->Clear(); Cell->BestWidth = -79; Cell->AddPictureEx("", pMetafile ,0, rvvaAbsMiddle);// rvvaBaseline); //int w = Cell->GetWidth(); // returns -6 int w = Cell->GetAreaWidth(); // returns -6 Cell->SetItemExtraIntProperty(Cell->ItemCount-1, rvepImageWidth, w); Cell->Format ...
by intis
Wed May 13, 2009 8:08 pm
Forum: Support
Topic: picture alignment in table cell
Replies: 7
Views: 19435

Hmm, the cell width is already determied to 80% of page width (in order to get a good visible graph).
Does your answer mean, that I also could enlarge the picture much larger than the cell ?
by intis
Wed May 13, 2009 2:03 pm
Forum: Support
Topic: picture alignment in table cell
Replies: 7
Views: 19435

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("", pMetafile ,0 ...
by intis
Thu Apr 16, 2009 7:47 pm
Forum: ScaleRichView
Topic: InsertRVFFromFileEd vs. rvActionOpen1->LoadFile(...ffiRVF
Replies: 2
Views: 17196

Thanx for the hint ! Formatting did that job !
Best regards
IntIs
by intis
Thu Apr 16, 2009 2:02 pm
Forum: ScaleRichView
Topic: InsertRVFFromFileEd vs. rvActionOpen1->LoadFile(...ffiRVF
Replies: 2
Views: 17196

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 try ...
by intis
Wed Apr 15, 2009 7:18 pm
Forum: Support
Topic: RVA file operations; misc.
Replies: 4
Views: 15761

Thank you ! For me, the most important part of your mail is the "PS". Indeed, the only purpose was the mapping RVF --> IRF. (The approach I tried was inspired by elder contributions in this forum - but RVFFilter is described in the readme.rvf ... ) I like to return to problem concerning the display ...
by intis
Tue Apr 14, 2009 8:23 pm
Forum: Support
Topic: RVA file operations; misc.
Replies: 4
Views: 15761

Thank you so far !
Best regards
Intis
by intis
Mon Apr 13, 2009 2:45 pm
Forum: Support
Topic: RVA file operations; misc.
Replies: 4
Views: 15761

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 ...
by intis
Thu Mar 26, 2009 8:39 pm
Forum: Support
Topic: RVActions sample for CB available
Replies: 1
Views: 8786

RVActions sample for CB available

Is there a RVA sample project for CB available ?
Thank you for a short info/message !
Regards
Intis
:?: