I sent an email with the details.
Thank you very much!
Search found 7 matches
- Mon May 12, 2014 10:43 am
- Forum: Support
- Topic: TRVReportHelper::PagesCount Problem
- Replies: 2
- Views: 11124
- Mon May 12, 2014 1:57 am
- Forum: Support
- Topic: TRVReportHelper::PagesCount Problem
- Replies: 2
- Views: 11124
TRVReportHelper::PagesCount Problem
hi, i use follow code to get page counts:
int imageWidth = 0, imageHeight = 0;
imageWidth = editContext->param.pageWidth;
imageHeight = editContext->param.pageHeight;
if ((imageWidth == 0)) {
return ;
}
rvh->RichView->LeftMargin = 0;
rvh->RichView->TopMargin = 0;
rvh->RichView ...
int imageWidth = 0, imageHeight = 0;
imageWidth = editContext->param.pageWidth;
imageHeight = editContext->param.pageHeight;
if ((imageWidth == 0)) {
return ;
}
rvh->RichView->LeftMargin = 0;
rvh->RichView->TopMargin = 0;
rvh->RichView ...
- Sat May 03, 2014 2:48 am
- Forum: Support
- Topic: RichViewEdit problem
- Replies: 8
- Views: 21749
Code: Select all
this->rvh_->GetPageNo(this->rvh_->RichView->RVData,
this->rve->CurItemNo, this->rve->OffsetInCurItem);
thank you very much!


- Thu May 01, 2014 3:16 pm
- Forum: Support
- Topic: RichViewEdit problem
- Replies: 8
- Views: 21749
- Wed Apr 30, 2014 10:22 am
- Forum: Support
- Topic: RichViewEdit problem
- Replies: 8
- Views: 21749
- Wed Apr 30, 2014 1:53 am
- Forum: Support
- Topic: RichViewEdit problem
- Replies: 8
- Views: 21749
- Tue Apr 29, 2014 10:50 am
- Forum: Support
- Topic: RichViewEdit problem
- Replies: 8
- Views: 21749
RichViewEdit problem
1. convert TRVMarkerItemInfo to TRVTextItemInfo
i use the RichViewEdit controller in my application¡£
i use ctrl + c in word(*.docx 2007) file, ctrl + v to rve, rve can accept the TRVMarkerItemInfo item£¬
i use the following code convert TRVMarkerItemInfo to TRVTextItemInfo£¬but it result ...
i use the RichViewEdit controller in my application¡£
i use ctrl + c in word(*.docx 2007) file, ctrl + v to rve, rve can accept the TRVMarkerItemInfo item£¬
i use the following code convert TRVMarkerItemInfo to TRVTextItemInfo£¬but it result ...