Page 1 of 1
TVideoGrabber in RichViewEdit
Posted: Tue Jan 17, 2006 11:32 am
by creationgo
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
Posted: Tue Jan 17, 2006 6:34 pm
by Sergey Tkachenko
What's the error message?
Posted: Tue Jan 17, 2006 9:50 pm
by creationgo
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
Posted: Tue Jan 17, 2006 9:53 pm
by creationgo
the debogeur error is TDisplayForm not find, so I think I need to register this classe.
What do you think?
Regards
TVideoGrabber
Posted: Wed Jan 18, 2006 3:20 pm
by creationgo
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