Search found 22 matches

by gotoxy
Fri May 06, 2016 1:41 pm
Forum: Support
Topic: Update are killing me
Replies: 2
Views: 12365

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.
by gotoxy
Wed May 04, 2016 8:21 pm
Forum: Support
Topic: Update are killing me
Replies: 2
Views: 12365

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 TRVRectItemInf...
by gotoxy
Wed May 18, 2011 1:14 pm
Forum: Support
Topic: Item too long to fit in 1 page in SRV
Replies: 4
Views: 18258

perfect thx.
by gotoxy
Tue May 17, 2011 8:42 pm
Forum: Support
Topic: Item too long to fit in 1 page in SRV
Replies: 4
Views: 18258

Perfect news. Can you PM or something when you have done that please because it is really a need over here and i dont have time to work on that.
by gotoxy
Fri May 13, 2011 5:34 pm
Forum: Support
Topic: Item too long to fit in 1 page in SRV
Replies: 4
Views: 18258

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 f...
by gotoxy
Thu Jun 10, 2010 12:44 pm
Forum: ScaleRichView
Topic: SRV and TabSheet
Replies: 4
Views: 21735

ok thx
by gotoxy
Wed Jun 02, 2010 12:22 pm
Forum: ScaleRichView
Topic: SRV and TabSheet
Replies: 4
Views: 21735

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 b...
by gotoxy
Tue Jun 01, 2010 1:09 pm
Forum: ScaleRichView
Topic: SRV and TabSheet
Replies: 4
Views: 21735

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 co...
by gotoxy
Wed May 05, 2010 3:00 pm
Forum: ScaleRichView
Topic: Format not woking
Replies: 19
Views: 70202

oh, well done... i can't believe i got noobified like that. i did CTRL+Click on my Register...(rvChart,TRVChartItemInfo) and in fact, i was registering an old .pas for my RVChart.


Thanks again.
by gotoxy
Tue May 04, 2010 12:26 pm
Forum: ScaleRichView
Topic: Format not woking
Replies: 19
Views: 70202

forgot to tell u that i had to add my Chart.pas file to the uses of the RVItem.pas.
by gotoxy
Tue May 04, 2010 12:25 pm
Forum: ScaleRichView
Topic: Format not woking
Replies: 19
Views: 70202

Did some other test. Result := TRVChartItemInfo.Create(RVData); Result.StyleNo := StyleNo; And my class is created. The other funny thing is in the same project and same form i can add a TRVChartItemInfo from a button, but i cant load it from an other button on the same form. That is really wierd.
by gotoxy
Tue May 04, 2010 12:13 pm
Forum: ScaleRichView
Topic: Format not woking
Replies: 19
Views: 70202

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(Ric...
by gotoxy
Fri Apr 30, 2010 8:45 pm
Forum: ScaleRichView
Topic: Format not woking
Replies: 19
Views: 70202

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...
by gotoxy
Thu Apr 29, 2010 7:26 pm
Forum: ScaleRichView
Topic: Format not woking
Replies: 19
Views: 70202

Well, im with version 3.1.1 and no change at all.

Will wait for tomorrow then, hope you'll find something to help me out.

GoToXY
by gotoxy
Thu Apr 29, 2010 6:59 pm
Forum: ScaleRichView
Topic: Format not woking
Replies: 19
Views: 70202

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...