Search found 7 matches

by creationgo
Mon Apr 24, 2006 7:18 pm
Forum: Support
Topic: InsertTable with image
Replies: 2
Views: 12601

Thank you very much
Regards
by creationgo
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
by creationgo
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
by creationgo
Tue Jan 17, 2006 9:53 pm
Forum: Support
Topic: TVideoGrabber in RichViewEdit
Replies: 4
Views: 18319

the debogeur error is TDisplayForm not find, so I think I need to register this classe.
What do you think?
Regards
by creationgo
Tue Jan 17, 2006 9:50 pm
Forum: Support
Topic: TVideoGrabber in RichViewEdit
Replies: 4
Views: 18319

At the opening of the file,
I have message: Error downloading file.
possibles reasons:
the format of this document is not supported by this application
The file is corrupted
File is already open by some other program
by creationgo
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
by creationgo
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