Search found 7 matches

by wandogau
Mon May 30, 2016 12:47 pm
Forum: Support
Topic: saveAs and export
Replies: 6
Views: 22299

Hello Sergey,
okay, now I understand.
Most of our users will have stored only text in a docx-file, maybe with some bold or underline attributes - so the Import via officeConverter should work here.
But, a last question regarding this Topic:
I've imported a file via actionOpen1.loadFile..., by ...
by wandogau
Fri May 27, 2016 9:23 pm
Forum: Support
Topic: saveAs and export
Replies: 6
Views: 22299

Hello Sergey,
They are not used in "Open" and "SaveAs" actions.
For these actions, you can implement additional formats yourself,...
Sorry, I believe that I have not explained clearly what I mean:
I did the following:

actionSaveAs.filter := [ffeRTF, ffeTextANSI, ffeTextUnicode, ffeCustom ...
by wandogau
Fri May 27, 2016 1:28 pm
Forum: Support
Topic: saveAs and export
Replies: 6
Views: 22299

Hello Sergey,
okay, I understand.
but, I added the Office-converters to the open and also to the save-filter.
in open filter I get
docm, cox, and doc formats,
in save I get only
docm and doc
on my machine here. Is that correct?
So, I can let the user open a docx file, but there's is no Chance to ...
by wandogau
Wed May 25, 2016 4:14 pm
Forum: Support
Topic: saveAs and export
Replies: 6
Views: 22299

saveAs and export

Hello,
why are there to filters in RichViewActions, one for saving and one for exporting?
The Problem, I run into is, if I open a file (docx) and want to save it, the normal way, there is no Chance, because ffeDocX is not in the export-filter.
I'm sure I'll find a way around, but maybe I just have ...
by wandogau
Wed May 25, 2016 12:39 pm
Forum: Support
Topic: richviewAction.open without knowing the filterindex
Replies: 2
Views: 13532

Hello,
okay - done. Will publish the code snipped in private Forum.
Best regards
Marco (wandogau)
by wandogau
Tue May 24, 2016 5:18 pm
Forum: Support
Topic: richviewAction.open without knowing the filterindex
Replies: 2
Views: 13532

richviewAction.open without knowing the filterindex

Hello,
I want to load a file via command line - using RichViewActions.
code:
...
actionOpen1.loadFile (rve, filename, ...)
What filter-Index should I take?
Okay, it's easy:
ext := UpperCase (ExtractFileExt (filename);)
if ext = '.RTF' then
fIndex := 1
...
but, is there an easier way?

Best regards ...
by wandogau
Tue May 24, 2016 6:58 am
Forum: Support
Topic: Thesaurus for german language?
Replies: 0
Views: 41535

Thesaurus for german language?

Hi everyone,
is there a Thesaurus for german language available? I tried Addict4, this is a great component, but there's no Thesaurus for german language available.

Would be great if anyone can help me!
Marco (wandogau)