Search found 50 matches

by wvd_vegt
Mon Sep 19, 2005 8:31 am
Forum: Support
Topic: XHtml to stream export
Replies: 13
Views: 47615

Hi,

Thanks, works like charm (and is much shorter).
by wvd_vegt
Sun Sep 18, 2005 6:07 pm
Forum: Support
Topic: XHtml to stream export
Replies: 13
Views: 47615

Hi, My excuses for mixing them up again. I tend to treat everything with a url as a hyperlink. But is it possible to change the routines a bit so you can save the image more easily by calling the code already present in TRichView? I find copying peices code to archieve a minor enhancement awkward as...
by wvd_vegt
Fri Sep 16, 2005 12:24 pm
Forum: Support
Topic: Font Action Bug
Replies: 1
Views: 14472

Font Action Bug

Hi,

The font action doesn't select the font if one was present in the TRichViewEdit.

So if I insert for instance a Greek Symbol from Symbols font and execute the Font Action and press ok without watching the letter changes into another font.

The FontEx Action preselects the font correctly
by wvd_vegt
Fri Sep 16, 2005 12:01 pm
Forum: Support
Topic: XHtml to stream export
Replies: 13
Views: 47615

Preview content in an EmbeddedWB including disc based Images

Hi, Finnaly figured it out. The trick lies in the OnSaveImage Event but needs to duplicate some code from TCustomRVData.DoSavePicture. Only minor flaw is that the OverrideFileNames parameter isn't available so I had to set it to false (but as the calling program passes it in, it's also known inside ...
by wvd_vegt
Fri Sep 16, 2005 9:28 am
Forum: Support
Topic: XHtml to stream export
Replies: 13
Views: 47615

Hi, Perhaps i need to clarify, i dropped an image from the file system into a TRichViewEdit and call the streaming function. The output is: <img alt="" hspace="1" vspace="1" src="Pim.xhtml13.jpg" /> I did some digging and found that OnHtmlSaveImage is called b...
by wvd_vegt
Fri Sep 16, 2005 9:17 am
Forum: Support
Topic: XHtml to stream export
Replies: 13
Views: 47615

Hi,

This event isn't fired during the SaveHTMLToStreamEx call. Any suggestions?
by wvd_vegt
Thu Sep 15, 2005 1:45 pm
Forum: Support
Topic: Custom Actions
Replies: 3
Views: 18449

Custom Actions

Is there an action available that allows you to assign an event handler that gets the TRichViewEdit instance passed? If not, what should i subclass to create such action? I'm looking for buttons that will nicely enable and disable when a TRichViewEdit is active and peform some custom operations like...
by wvd_vegt
Thu Sep 15, 2005 1:43 pm
Forum: Support
Topic: Font Dialog Ommision
Replies: 1
Views: 14218

Font Dialog Ommision

Hi,

The Font dialog refuses to show Unicode characters. Can you correct this? Th ecurrent version only shows an ? mark instead.
by wvd_vegt
Thu Sep 15, 2005 1:41 pm
Forum: Support
Topic: XHtml to stream export
Replies: 13
Views: 47615

Hi,

When i stream from TRichViewEdit into EmebbedWb the images are saved on disk. Hyperlinks are present in the generated xhtml but lack path & file:// protocol.

Is there a way to correct this?
by wvd_vegt
Wed Sep 14, 2005 6:58 pm
Forum: Support
Topic: XHtml to stream export
Replies: 13
Views: 47615

Thanks For people interested the following code works like charm: procedure T_TaakEditor.DoPreview(rve: TRichViewEdit); var ms : TMemoryStream; begin ms := TMemoryStream.Create; rve.SaveHTMLToStreamEx(ms, ChangeFileExt(Application.ExeName, '.xhtml'), 'A Title', '', '', '', '', [rvsoUTF8, rvsoXHTML])...
by wvd_vegt
Tue Sep 13, 2005 8:04 pm
Forum: Support
Topic: XHtml to stream export
Replies: 13
Views: 47615

XHtml to stream export

Hi,

Is there support for exporting xhtml into a stream so I can stream it directly into an embeddedWB from EuroMind without saving to disc first?
by wvd_vegt
Thu Sep 08, 2005 10:19 am
Forum: Support
Topic: Request for new action.
Replies: 3
Views: 21341

Hi,


Indeed works nice when you select unicode.

But perhaps it's an idea to hide the empty rows (or undefined chars) so the table becomes more compact, readble and shorter.
by wvd_vegt
Wed Sep 07, 2005 12:55 pm
Forum: Support
Topic: Request for new action.
Replies: 3
Views: 21341

Request for new action.

Hi,

Is it possible you add an action that displays a dialog like the charmap so a user is able to select the more exotic characters without starting an external application?

Btw very nice to see that dragging characters from the charmar grid directly into RichView works!
by wvd_vegt
Wed Sep 07, 2005 12:35 pm
Forum: Support
Topic: Xhtml missing from Save(As)Action?
Replies: 1
Views: 15746

Xhtml missing from Save(As)Action?

Hi,

Just tried the actions add-on and noticed that saving as xhtml is missing from the save(as) dialogs filetype filters.

I can't find where to add it.
by wvd_vegt
Tue Sep 06, 2005 9:16 pm
Forum: Support
Topic: Relative hyperlinks
Replies: 9
Views: 43051

Hi

My excuses, i had old dcu's lingerign around. It's workging like charm. Thanks a lot for the very quick support!