Search found 10 matches

by stegemma
Sat Oct 04, 2014 3:03 pm
Forum: Support
Topic: TRVFieldItems not found in RichViewActionsCB6 package
Replies: 2
Views: 10837

Probably, you mean RVFieldItems unit. It includes "page number" and "page count" items. This unit is included in new version of TRichView. The last version available for registered users is 15.1.2. Thanks for your very fast support, now the problem has been solved, upgrading to release 15.
by stegemma
Fri Oct 03, 2014 10:07 pm
Forum: Support
Topic: Landscape on select pages
Replies: 1
Views: 9004

Landscape on select pages

In TRichViewEdit, i've to handle documents that contains text and big tables. I would like to know if there is a way to set some pages in portrait and some other in landscape (or maybe only the first part of the document in portrait and the rest in landscape, if this is simpler to do).

Thanks.
by stegemma
Fri Oct 03, 2014 10:00 pm
Forum: Support
Topic: TRVFieldItems not found in RichViewActionsCB6 package
Replies: 2
Views: 10837

TRVFieldItems not found in RichViewActionsCB6 package

I know to use only 1% of the TRichView functionality so i would like to test RichViewActions and TScaleRichView. I can't compile the RichViewActions because it give me an error saying TRVFieldItems not found (C++ Builder 6.0). It seems that this element is missing in any of the files of the ...
by stegemma
Wed Sep 24, 2014 10:20 am
Forum: Support
Topic: The simplest way to set the style of a table cell
Replies: 5
Views: 17070

It works and it is very fast, now.

Thanks.
by stegemma
Tue Sep 23, 2014 10:24 am
Forum: Support
Topic: The simplest way to set the style of a table cell
Replies: 5
Views: 17070

It seems that the slow down is do to this commands: pTable->Select(r, c, 0, 0); rve->ApplyTextStyle(textStyleNo); rve->ApplyParaStyle(paraStyleNo); I have to do it for any cell in the grid. If i only add text, the grid would be created almost instantly, if i set text/para style it requires 8 seconds ...
by stegemma
Sun Sep 21, 2014 12:50 pm
Forum: Support
Topic: The simplest way to set the style of a table cell
Replies: 5
Views: 17070

Using BeginUpdate/EndUpdate doesn't change the speed, this solution is too slow :( I would like to know if there's some sample about the correct way to use ApplyTextStyle or ApplyParaStyle, in a fast way. Setting font and alignment should be a simple task, for such kind of component, but i'm loosing ...
by stegemma
Sun Sep 21, 2014 11:09 am
Forum: Support
Topic: The simplest way to set the style of a table cell
Replies: 5
Views: 17070

Please, excuse me for the bad formatting of previous message.

I've found a solution but it is very slow:

Code: Select all

                pTable->Select(r, c, 0, 0);
                rve->ApplyTextStyle(pStyle->UserData);
Maybe is enough to disable updates of the control while inserting cells.
by stegemma
Sun Sep 21, 2014 10:03 am
Forum: Support
Topic: The simplest way to set the style of a table cell
Replies: 5
Views: 17070

The simplest way to set the style of a table cell

I've my grid class, that works fine and use its own styles. I want to insert that grid in a TRichViewEdit component. All's ok for cell text and borders but i can't set font styles (name, size...) and text alignment. I convert my styles to TFontInfo and add it to TRVStyle: int AddStyle(TRVStyle *rvs ...
by stegemma
Sun Feb 08, 2009 3:06 pm
Forum: Support
Topic: Can't see help files
Replies: 2
Views: 9544

Thanks, i've found the problem: the files has been locked by Vista, because they comes from another PC. Right clicking and throwing away the locking solves the problem.
by stegemma
Sat Feb 07, 2009 2:15 pm
Forum: Support
Topic: Can't see help files
Replies: 2
Views: 9544

Can't see help files

I've just installed the registered version of TRichView but i can't see help files contents. RichView.hlp seems not a valid Windows Help file. In RichView.chm i can see only the index but not the contents !?!?! Luckly i can use on-line help but i would like to know why i can't see those off-line ...