Search found 77 matches

by Stef
Sun Oct 02, 2005 10:46 pm
Forum: Support
Topic: problem with images printed like filled black square
Replies: 11
Views: 39094

I'm not sure, but I just discovered an error (which I never realized and thus is in all my programs, I think it's also not correct in the RV examples), which might be the causeof this problem. I do printing always through a printersetup dialog, and I forget to reformat after the user selects a diffe...
by Stef
Sun Oct 02, 2005 8:50 pm
Forum: Support
Topic: RSS feeds, XML Parse Error
Replies: 5
Views: 24530

yes,
now with Mozilla+Sage they are also ok ???
by Stef
Sun Oct 02, 2005 8:49 pm
Forum: Support
Topic: Change picture to hot-picture when resizing ?
Replies: 9
Views: 33530

ok, new try procedure Tform_rve_edit.RVESaveItemToFile(Sender: TCustomRichView; const Path: String; RVData: TCustomRVData; ItemNo: Integer; SaveFormat: TRVSaveFormat; Unicode: Boolean; var OutStr: String; var DoDefault: Boolean); (*********************************************************************...
by Stef
Sun Oct 02, 2005 8:03 pm
Forum: Support
Topic: RSS feeds, XML Parse Error
Replies: 5
Views: 24530

RSS feeds, XML Parse Error

hello Sergey,

the last days I regularly get "XML Parse Error",
trying to look at the forums thorugh RSS.

cheers,
by Stef
Sun Oct 02, 2005 7:39 pm
Forum: Support
Topic: Change picture to hot-picture when resizing ?
Replies: 9
Views: 33530

terrible layout :-(

is there a way to improve that,
or isn't it even allowed to post code snippets ?

cheers,
by Stef
Sun Oct 02, 2005 7:38 pm
Forum: Support
Topic: Change picture to hot-picture when resizing ?
Replies: 9
Views: 33530

I used the onSaveItemToFile event, and the implementation (shown below) is very straight forward. It only adds hotspot information if image is resized. cheers, procedure Tform_rve_edit.RVESaveItemToFile(Sender: TCustomRichView; const Path: String; RVData: TCustomRVData; ItemNo: Integer; SaveFormat: ...
by Stef
Sat Oct 01, 2005 7:17 pm
Forum: Support
Topic: list in tablecell ??
Replies: 2
Views: 15491

sorry Sergey,
my fault !!

lists in table do behave the same as outside tables.

The phenomena appeared in the previous version of my program ;-)
(too much has changed since, so it has no meaning looking for what I was doing wrong)

cheers,
by Stef
Sat Oct 01, 2005 7:12 pm
Forum: Support
Topic: Print, keep image within pagewidth, possible ?
Replies: 2
Views: 14984

thanks David,

that might be a good solution,
because mine main interest is for large documents,
which I generate one item at a time.

cheers,
by Stef
Sat Oct 01, 2005 7:11 pm
Forum: Support
Topic: Printing 2 pages on 1 piece of paper, possible ?
Replies: 4
Views: 17815

thanks Sergey,

I'll compare the method ti printing to pdf-printer,
having the advantage of a printpreview (and a lot less work ;-)

cheers,
by Stef
Sat Oct 01, 2005 5:28 pm
Forum: Support
Topic: Print, keep image within pagewidth, possible ?
Replies: 2
Views: 14984

Print, keep image within pagewidth, possible ?

Images that are too large, are printed outside the right border.

Is there a simple way to prevent that, by scaling too large images ?

thanks,
by Stef
Thu Sep 29, 2005 9:49 pm
Forum: Support
Topic: list in tablecell ??
Replies: 2
Views: 15491

list in tablecell ??

Untill now I thought that each cell in a table could only contain a normal paragraph or a list. If you're editing in a tablecell, and after typing some normal text, you enter a list, then the normal text above also changes in a list format. But if you type an empty line after the normal paragraph, y...
by Stef
Thu Sep 29, 2005 9:45 pm
Forum: Support
Topic: Printing 2 pages on 1 piece of paper, possible ?
Replies: 4
Views: 17815

Printing 2 pages on 1 piece of paper, possible ?

Is it possible to print 2 pages on 1 piece of paper.

Older printers all have such a feature, but the newer (cheap) printers cann't do this anymore.

In programs like OpenOffice or Word this is no problem, because these programs have such a feature build in.

Is this possible in RVE ?

thanks,
by Stef
Wed Sep 28, 2005 7:40 am
Forum: Support
Topic: Change picture to hot-picture when resizing ?
Replies: 9
Views: 33530

1.
ok, I'll do it myself,
is there some event, when a picture is resized with the mouse cursor ?

2.
Apperently I expressed myself wrong,
because that's exactly what I mean ;-)

thanks,[/quote]
by Stef
Tue Sep 27, 2005 9:04 pm
Forum: Support
Topic: Change picture to hot-picture when resizing ?
Replies: 9
Views: 33530

Change picture to hot-picture when resizing ?

For html pages you often include large pictures, which are shown smaller in the document, and when you click on it, you get the picture in full size. It would be nice when you make a (large) picture smaller, that the picture would change automatically to a hot picture (linked to the orginal picture ...
by Stef
Sun Sep 25, 2005 10:04 am
Forum: Support
Topic: problem with images printed like filled black square
Replies: 11
Views: 39094

I forgot to mention,
pdfCreator is an pdf-printer,
so RVE just sees it as a normal printer,
and thus there could be a cause of the same nature.

cheers,