Search found 40 matches
- Thu May 08, 2008 3:48 am
- Forum: Support
- Topic: strange problem,the rvstyle font is automatically changed
- Replies: 3
- Views: 13831
Re: strange problem,the rvstyle font is automatically change
My richview's version is 1.9.46.In the Rvstyle of richvewedit and richview,I set the font to unicode: "rvs_Comm.TextStyles .Unicode := True;".Then,I set the fontname to "Tahoma". At first,the richvew and richviewedit are ok.But after running the pragramme at several times , the font's name becomes ...
- Wed May 07, 2008 3:31 am
- Forum: Support
- Topic: TRVEditRVData.ApplyParaStyle feature?
- Replies: 4
- Views: 15161
- Tue May 06, 2008 3:04 am
- Forum: Support
- Topic: TRVEditRVData.ApplyParaStyle feature?
- Replies: 4
- Views: 15161
In MS Word, even if you select table as a part of larger selection, applying paragraph attributes to the selection applies them to all table cells. Sorry, my fault. But in one case it won't work in MS Style - when you select only one table "outside" - in MS-style it won't affect para styles of cells
- Mon Apr 28, 2008 5:49 am
- Forum: Support
- Topic: TRVEditRVData.ApplyParaStyle feature?
- Replies: 4
- Views: 15161
TRVEditRVData.ApplyParaStyle feature?
Greetings! Sergey, I've found some unintelligible moments in this routine. When we select table partially - and make parastyle conversion to partial selected table (not for all cells) - it works fine in part of if FPartialSelectedItem<>nil then begin FPartialSelectedItem ...
- Fri Apr 25, 2008 3:13 am
- Forum: Support
- Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
- Replies: 8
- Views: 25882
- Thu Apr 24, 2008 10:03 am
- Forum: Support
- Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
- Replies: 8
- Views: 25882
- Thu Apr 24, 2008 6:26 am
- Forum: Support
- Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
- Replies: 8
- Views: 25882
- Thu Apr 24, 2008 6:06 am
- Forum: Support
- Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
- Replies: 8
- Views: 25882
- Thu Apr 24, 2008 3:05 am
- Forum: Support
- Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
- Replies: 8
- Views: 25882
- Tue Apr 22, 2008 7:46 am
- Forum: Support
- Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
- Replies: 8
- Views: 25882
Well, I think, that document in this case simply unformated - but why this happens, I couldn't say. I made some modifications - don't know, am I right... function TRVEditRVData.GetCurItemNo: Integer; {........................................} function IndexOf(obj: TObject): Integer; begin if not ...
- Tue Apr 22, 2008 7:16 am
- Forum: Support
- Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
- Replies: 8
- Views: 25882
List out of bounds Exception in TRVEditRVData.GetCurItemNo
Sergey, I've got one nasty bug - sometimes while drag'n'drop selected text I've got this exception.
I'm calling actions update on OnCaretMove event - and inside it I'm calling this function.
I'm making drag'n'drop in tables - and sometimes this bug happens.
Any ideas about that?
Michael.
I'm calling actions update on OnCaretMove event - and inside it I'm calling this function.
I'm making drag'n'drop in tables - and sometimes this bug happens.
Any ideas about that?
Michael.
- Wed Feb 13, 2008 10:10 am
- Forum: Support
- Topic: Problems with TRvPrint
- Replies: 5
- Views: 18518
- Thu Feb 07, 2008 10:19 am
- Forum: Support
- Topic: Problems with TRvPrint
- Replies: 5
- Views: 18518
- Tue Feb 05, 2008 6:03 am
- Forum: Support
- Topic: Problems with TRvPrint
- Replies: 5
- Views: 18518
- Mon Feb 04, 2008 9:19 am
- Forum: Support
- Topic: Problems with TRvPrint
- Replies: 5
- Views: 18518
Problems with TRvPrint
I've got one nasty bug - I'm using class, inherited from TRichView, in FastReport ver. 4.0 - and for some purpose I'm drawing metafile with some procedures from TRvPrint. Actually, sometimes it works fine, but sometimes these functions: 1. DrawTransparentPreview 2. Preview100PercentWidth 3 ...