Search found 23 matches

by Andy
Wed Jul 25, 2012 9:50 am
Forum: ScaleRichView
Topic: Lookup -> combobox: Used for Input in Table or on textfie
Replies: 1
Views: 14870

Lookup -> combobox: Used for Input in Table or on textfie

Hi team, How can i use a combobox in TSRichViewEdit ? I need it to fill out a textfield or as a lookup in a table-cell. Additive I have to check the kind of field because I must support minimum 16 several comboxes but I want, that only the current is visible. Have you a example for this topic ? Rega...
by Andy
Thu Oct 23, 2008 12:42 pm
Forum: ScaleRichView
Topic: Save PageProperty in Document
Replies: 7
Views: 28119

In RichViewActions I extended the filters :

function MakeExportFilter
function MakeImportFilter
...

List.Add(ord(ffiRVF)); //Andy extended filters
Result := Result + Work Document (*.WorkDoc) |*.WorkDoc|';
...

That's all
by Andy
Thu Oct 23, 2008 8:58 am
Forum: ScaleRichView
Topic: Save PageProperty in Document
Replies: 7
Views: 28119

Thanks a lot for your help Sergey,

I found out, what's the problem.
I use the format RVF, but...

But I use a own file-extension.
If I save and load in extension ".RVF" all is fine.

What must I change that my extension has the same behaviour as RVF ?
by Andy
Wed Oct 22, 2008 6:50 pm
Forum: Support
Topic: Need help for save and restore the page properties
Replies: 10
Views: 25254

When direct after: SRVE.RichViewEdit.LoadRVF(FileName); I wrote this code SRVE.SetMargin(SRVE.RichViewEdit.LeftMargin , SRVE.RichViewEdit.TopMargin , SRVE.RichViewEdit.RightMargin, SRVE.RichViewEdit.BottomMargin); Then all is fine. But I have think my ScaleRichView-component make this automatically ...
by Andy
Wed Oct 22, 2008 6:32 pm
Forum: Support
Topic: Need help for save and restore the page properties
Replies: 10
Views: 25254

Yes,I save in RVF Format.

Version ScaleRichViw is 1.5.1

Load/Save Docproperties are TRUE

In debugger I see that the Margins will correct save and correct loaded.
But this parameter will not activatet to the pageproperty.
by Andy
Wed Oct 22, 2008 5:59 pm
Forum: Support
Topic: Need help for save and restore the page properties
Replies: 10
Views: 25254

:oops: Shame over me,

yes,I have forget format-method.
Sorry.

But now back to my problem.
In the layout - sructure all is ok (by loading), but it will not restore by loading document. (Missing update PageProperty)

What have forget now ?
by Andy
Wed Oct 22, 2008 4:30 pm
Forum: Support
Topic: Need help for save and restore the page properties
Replies: 10
Views: 25254

For saving I use your suggested method. -> SaveRVF For loading I have troubles: With "SRVE.RichViewEdit.LoadRVF(FNAme)" I get an exception out of maximun (-1) class TCustomRVData; unit-> CRVData.pas always on the second try , it works. But with "rvActionsResource.rvActionOpen1.LoadFil...
by Andy
Wed Oct 22, 2008 4:12 pm
Forum: ScaleRichView
Topic: Save PageProperty in Document
Replies: 7
Views: 28119

I mean follow: I make the same like in your demo "actionTest" Set the margins on each side and orientation. All is fine. Then I save the document, close application. Later I start application and load the document, the margins are different and orientation is not ok. Although I have the op...
by Andy
Wed Oct 22, 2008 1:29 pm
Forum: Support
Topic: Need help for save and restore the page properties
Replies: 10
Views: 25254

I see a 3 different structures for layout but I don't know which is the right one.
When I set some property the whole layout is destroyed.


Attention: it's for ScaleRichView !

Andy
by Andy
Wed Oct 22, 2008 10:26 am
Forum: Support
Topic: Need help for save and restore the page properties
Replies: 10
Views: 25254

Need help for save and restore the page properties

Please tell me,


What is the correct way to save and restore the document.
So that the document will be loaded as they would at least saving or leaved.


Andy
by Andy
Tue Oct 21, 2008 7:11 pm
Forum: ScaleRichView
Topic: Save PageProperty in Document
Replies: 7
Views: 28119

Save PageProperty in Document

Is there a chance to save the PageProperty to document ?


Andy
by Andy
Tue Oct 21, 2008 2:04 pm
Forum: Support
Topic: Update a Image
Replies: 22
Views: 48327

Please do not forget to solve the problem with pagebreak.
You tell me asap and I wait...


Andy
by Andy
Thu Oct 16, 2008 10:46 am
Forum: Support
Topic: Update a Image
Replies: 22
Views: 48327

My current version (TSRichViewEdit) is 1.5.1

Where can I see / download the newest version

Andy
by Andy
Thu Oct 16, 2008 7:42 am
Forum: Support
Topic: Update a Image
Replies: 22
Views: 48327

Next stage:

Now I activae option for draw rvoShowPageBreaks
And indeed, the pagebreak line will draw before table.
But it has no affect in case of table.
by Andy
Thu Oct 16, 2008 6:32 am
Forum: Support
Topic: Update a Image
Replies: 22
Views: 48327

I have test with the original "RichViewActions-Test" and here is the same problem.
a Table can not stay on very first position on a new page.
All other items no problem.
I can not solve the problem by my code.
Please help...