Search found 8 matches

by CyberMuth
Tue Jul 10, 2012 8:19 pm
Forum: Support
Topic: Save and Load Video Files in RichViewEdit
Replies: 1
Views: 7379

Save and Load Video Files in RichViewEdit

Hello,
i would like save and load Video Files in RichViewEdit.
I have the folowing example:
http://www.trichview.com/forums/viewtopic.php?t=251
The Example Save in HTML File. I would like import the HTML File with HTMLViewImporter. How can I import the video / <object tags>???
by CyberMuth
Mon Jul 09, 2012 1:06 pm
Forum: Support
Topic: Image Qiality
Replies: 3
Views: 10112

Yes i mean scaled images.

How can i use the StretchDraw function. Can you give me pleas a little example?
by CyberMuth
Mon Jul 09, 2012 9:45 am
Forum: Support
Topic: Image Qiality
Replies: 3
Views: 10112

Image Qiality

Hello,

can i adjust the image qualitiy in the richview comonent?
Because the image in the twebbrowser has a better quality than in the richview component.
by CyberMuth
Mon Jul 09, 2012 9:35 am
Forum: Support
Topic: Save Hyperlink in HTML
Replies: 1
Views: 7297

Save Hyperlink in HTML

Hello, how can i save a hyperlink from richviewedit in a html file? my code is: RichViewEdit1.InsertStringTag('New link', 'www.google.de'); RichViewEdit1.SaveHTMLEx('index.html', HTMLTitle,'img', '', '', '', [rvsoImageSizes,rvsoUseCheckpointsNames]); if i load the html the string tag isn't a ...
by CyberMuth
Mon Jul 09, 2012 9:30 am
Forum: Support
Topic: Problem with HTMLViewImporter
Replies: 5
Views: 13816

I have the problem solved.

Before import the HTML you must use the folowing code:

Code: Select all

SetCurrentDir(ExtractFilePath(m_sIndexHTMLPath));
by CyberMuth
Sat Jul 07, 2012 2:32 pm
Forum: Support
Topic: Problem with HTMLViewImporter
Replies: 5
Views: 13816

what is the right email adress???
by CyberMuth
Sat Jul 07, 2012 12:56 pm
Forum: Support
Topic: Problem with HTMLViewImporter
Replies: 5
Views: 13816

i have send a email.
by CyberMuth
Fri Jul 06, 2012 11:35 am
Forum: Support
Topic: Problem with HTMLViewImporter
Replies: 5
Views: 13816

Problem with HTMLViewImporter

Hello, I have a problem with the htmlviewimporter. I would like import a HTML File in the TRichViewEdit and i use the htmlviewimporter with the htmlviewer. The html includes pictures. I use the following code: if OpenDialog1.Execute then begin HTMLViewer1.Base := OpenDialog1.FileName; HTMLViewer1 ...