All my Objects was created from TRVRectItemInfo. I modified yhem to herit from TRVGraphicItemInfo and changed the Read/Save RVF to my needs and all works perfectly.
Sorry again.
Search found 22 matches
- Fri May 06, 2016 1:41 pm
- Forum: Support
- Topic: Update are killing me
- Replies: 2
- Views: 13568
- Wed May 04, 2016 8:21 pm
- Forum: Support
- Topic: Update are killing me
- Replies: 2
- Views: 13568
Update are killing me
Im i doing something wrong because each time i upgrade my version, i have to throw myself on a wall to stop feeling the pain i will have to modify my code to be ok with all what you changed. I have several type of object that i want to support in the RV, so i created my object base on ...
- Wed May 18, 2011 1:14 pm
- Forum: Support
- Topic: Item too long to fit in 1 page in SRV
- Replies: 4
- Views: 21517
- Tue May 17, 2011 8:42 pm
- Forum: Support
- Topic: Item too long to fit in 1 page in SRV
- Replies: 4
- Views: 21517
- Fri May 13, 2011 5:34 pm
- Forum: Support
- Topic: Item too long to fit in 1 page in SRV
- Replies: 4
- Views: 21517
Item too long to fit in 1 page in SRV
Hi, I havent find anything about what im looking on the forum. Maybe i havent used the right words to find it, but here is my issue. I have a lots of custom item i made from the TRVRectItemInfo and i don't know if it is possible to have them on more than 1 page. Or if is there a way to cut them to ...
- Thu Jun 10, 2010 12:44 pm
- Forum: ScaleRichView
- Topic: SRV and TabSheet
- Replies: 4
- Views: 24807
- Wed Jun 02, 2010 12:22 pm
- Forum: ScaleRichView
- Topic: SRV and TabSheet
- Replies: 4
- Views: 24807
How to reproduce: 1. Create a new Application VCL 2. Drop a TPageControl 3. Add a Page 5. Drop SRV into the tabsheet 6. Set Align to alClient of the SRV 7. Run and get the error There is no third party controls. and if your request about the application was about the scrollbar refresh issue, well ...
- Tue Jun 01, 2010 1:09 pm
- Forum: ScaleRichView
- Topic: SRV and TabSheet
- Replies: 4
- Views: 24807
SRV and TabSheet
Is it only me or others are getting range check error when dropping a SRV into a TTabSheet of a TPageControl. How to reproduce: 1. Create a new Application VCL 2. Drop a TPageControl 3. Add a Page 5. Drop SRV into the tabsheet 6. Set Align to alClient of the SRV 7. Run and get the error How i did ...
- Wed May 05, 2010 3:00 pm
- Forum: ScaleRichView
- Topic: Format not woking
- Replies: 19
- Views: 80691
- Tue May 04, 2010 12:26 pm
- Forum: ScaleRichView
- Topic: Format not woking
- Replies: 19
- Views: 80691
- Tue May 04, 2010 12:25 pm
- Forum: ScaleRichView
- Topic: Format not woking
- Replies: 19
- Views: 80691
- Tue May 04, 2010 12:13 pm
- Forum: ScaleRichView
- Topic: Format not woking
- Replies: 19
- Views: 80691
Hi Sergey, I really dont understand what is going on. I did check out the function CreateRichViewItem in RVItem.pas and therically, everything should go as perfect, but it doesnt. what is really wierd is that: when looping for i := 0 to RichViewItemClassesList.Count-1 do if TRichViewItemTypeInfo ...
- Fri Apr 30, 2010 8:45 pm
- Forum: ScaleRichView
- Topic: Format not woking
- Replies: 19
- Views: 80691
Since I cannot compile this unit, it's hard to debug it. Yes, i know, i use UniDac in it and access my DB to get my MetaFile image to draw it. Where is RegisterRichViewItemClass called? You said that you used the same constant name (rvsChart) for 2 different constants? Its called in my main,pas its ...
- Thu Apr 29, 2010 7:26 pm
- Forum: ScaleRichView
- Topic: Format not woking
- Replies: 19
- Views: 80691
- Thu Apr 29, 2010 6:59 pm
- Forum: ScaleRichView
- Topic: Format not woking
- Replies: 19
- Views: 80691
As for the first problem, I suggest 1) to update to SRV 3.1.1, I remember we fixed a problem with SRV.LoadRVF in that version. 2) if you use SRV.RichViewEdit.LoadRVF, then call SRV.SetRVMargins instead of Format I did try SRV.RichViewEdit.LoadRVF and then SRV.SetRVMargins(True); and i got no redraw ...