Thank you very much
Regards
Search found 7 matches
- Mon Apr 24, 2006 7:18 pm
- Forum: Support
- Topic: InsertTable with image
- Replies: 2
- Views: 12601
- Sun Apr 23, 2006 10:11 pm
- Forum: Support
- Topic: InsertTable with image
- Replies: 2
- Views: 12601
InsertTable with image
Hi I always have an error when I close my application after do it: aTable:= TRVTableItemInfo.CreateEx(1,1, Rve.RVData); if Image1.Picture.graphic<> nil then begin aTable.Cells[0,0].Clear; aTable.Cells[0,0].AddPictureEx(aName,Image1.Picture.Graphic,-1,rvvaBaseline); rve.InsertItem('',aTable); Regards
- Wed Jan 18, 2006 3:20 pm
- Forum: Support
- Topic: TVideoGrabber in RichViewEdit
- Replies: 4
- Views: 18319
TVideoGrabber
Hi Sergey,
I declared TPanel and Create one before TvideoGrabber, as I saw on your aviplayer source.
All is ok.
Thank you for your help
Regards
I declared TPanel and Create one before TvideoGrabber, as I saw on your aviplayer source.
All is ok.
Thank you for your help
Regards
- Tue Jan 17, 2006 9:53 pm
- Forum: Support
- Topic: TVideoGrabber in RichViewEdit
- Replies: 4
- Views: 18319
- Tue Jan 17, 2006 9:50 pm
- Forum: Support
- Topic: TVideoGrabber in RichViewEdit
- Replies: 4
- Views: 18319
- Tue Jan 17, 2006 11:32 am
- Forum: Support
- Topic: TVideoGrabber in RichViewEdit
- Replies: 4
- Views: 18319
TVideoGrabber in RichViewEdit
Hi,
I declared TVideoGrabber as RegisterClasses, I insert a video with this component in RichViewEdit, no problem, but when I open the save file in RVE, I have an error.
Regards
I declared TVideoGrabber as RegisterClasses, I insert a video with this component in RichViewEdit, no problem, but when I open the save file in RVE, I have an error.
Regards
- Fri Jan 13, 2006 8:13 am
- Forum: Support
- Topic: Image printing
- Replies: 6
- Views: 25455
Image printing
Sometimes when I print image from richViewActions example, I have only a black zone on paper instead image.
Thanks
Thanks