Search found 50 matches

by wvd_vegt
Wed Oct 19, 2005 6:43 pm
Forum: Support
Topic: Add Mediaplayer (or video/audio) to RichView
Replies: 6
Views: 32015

Hi,

Thanks a lot, will check it out tommorrow!
by wvd_vegt
Wed Oct 19, 2005 2:46 pm
Forum: Support
Topic: No exported image when cell is still edited
Replies: 5
Views: 22245

No exported image when cell is still edited

Hi,

Got a small problem that when I export a TRichViewEdit to xhtml I'm not able to see any images inside a tablecell that has the cursor in it. Any idea how I can fix this?
by wvd_vegt
Mon Oct 17, 2005 1:01 pm
Forum: Support
Topic: Add Mediaplayer (or video/audio) to RichView
Replies: 6
Views: 32015

Add Mediaplayer (or video/audio) to RichView

Hi,

Is there samplecode of how to add audio and video to TRichViewEdit, preferably by the MediaPlayer so it can be rendered to a (x)html page.
by wvd_vegt
Tue Oct 04, 2005 2:23 pm
Forum: Support
Topic: Bug in external stylesheet link
Replies: 1
Views: 13566

Bug in external stylesheet link

Hi, Small xhtml releated bugreport: when I export to xhtml with an external css stylesheet, the link tag isn't property closed. Line 2758 in CRVData.pas: RVWriteLn(Stream, '<link type="text/css" href="'+s+'" rel="stylesheet">'); Should read: RVWriteLn(Stream, '<link typ...
by wvd_vegt
Tue Sep 27, 2005 4:55 pm
Forum: Support
Topic: Style ComboBox
Replies: 5
Views: 24721

Hi,

Canyou give any timeframe when it might be implemented?
by wvd_vegt
Tue Sep 27, 2005 8:56 am
Forum: Support
Topic: Style ComboBox
Replies: 5
Views: 24721

Hi,

Hmm Question then, how do i apply a 'standard' style like Heading?

I would like them to be exported into xhtml as for example a H1 tag.
by wvd_vegt
Mon Sep 26, 2005 3:35 pm
Forum: Support
Topic: Style ComboBox
Replies: 5
Views: 24721

Style ComboBox

Hi,

Is there a style combobox available for RichViewEdit?
by wvd_vegt
Mon Sep 26, 2005 3:33 pm
Forum: Support
Topic: Drop GIF Images
Replies: 2
Views: 16479

Drop GIF Images

Hi,

Is there a way that RichViewEdit accepts gif images dropped on it?

When i try to drop one it throws an exception that says 'unknown picture fileextension'.
by wvd_vegt
Mon Sep 26, 2005 3:29 pm
Forum: Support
Topic: External CSS
Replies: 1
Views: 13590

External CSS

Hi,

Is there an option to let the XHTML export generate an external css file instead of embedded styles?

It's because we want to be able to apply a corporate stylesheet.
by wvd_vegt
Fri Sep 23, 2005 2:46 pm
Forum: Support
Topic: Custom Actions
Replies: 3
Views: 18451

Hi,

I PM'ed a simple version to Sergey Tkachenko to see wether he likes it and want to add it to the RichView Actions.
by wvd_vegt
Fri Sep 23, 2005 6:28 am
Forum: Support
Topic: Does trichview support creation of forms?
Replies: 9
Views: 32235

Hi,

What is the procedure to insert a delphi control like TEdit into a TRichViewEit?

Btw is it possible to insert a TRichViewEdit too?
by wvd_vegt
Wed Sep 21, 2005 10:29 am
Forum: Support
Topic: Actions Package
Replies: 1
Views: 14657

Actions Package

Hi,

Got two remarks about the rvActionsRunD7 package:

1) It should include all forms etc needed (as emitted in the warnings during build) or else it's forms can't be edited properly due to a missing ancestor.

2) RVAL_Persian.pas can't be compiled due to errors.
by wvd_vegt
Tue Sep 20, 2005 1:04 pm
Forum: Support
Topic: Insert Hyperlinks remains grayed
Replies: 0
Views: 15806

Insert Hyperlinks remains grayed

Hi,

In my app the Insert Hyperlink action (and the Toolbar Button and TVAPopupMenu.PopupMenuItem) remain grayed. Any suggestions what migh be wrong?

Found it by examing the sources. rvoTagsArePChars needs to be true.
by wvd_vegt
Mon Sep 19, 2005 1:20 pm
Forum: Support
Topic: How to prevent the "List index out of bounds" erro
Replies: 10
Views: 41715

Hi,

Thanks, it was the Format that did the trick.

Why isn't Format called by default after loading?
by wvd_vegt
Mon Sep 19, 2005 12:12 pm
Forum: Support
Topic: How to prevent the "List index out of bounds" erro
Replies: 10
Views: 41715

Hi,

I get the error when reading a simple 4 letter document from a stream without any tables in it.

The error occurs in TCustomRichViewEdit.GetCurrentItemEx first line called by TrvActionTableCell.UPdateTarget.