Search found 10 matches
- Sat Oct 04, 2014 3:03 pm
- Forum: Support
- Topic: TRVFieldItems not found in RichViewActionsCB6 package
- Replies: 2
- Views: 10829
- Fri Oct 03, 2014 10:07 pm
- Forum: Support
- Topic: Landscape on select pages
- Replies: 1
- Views: 8999
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.
Thanks.
- Fri Oct 03, 2014 10:00 pm
- Forum: Support
- Topic: TRVFieldItems not found in RichViewActionsCB6 package
- Replies: 2
- Views: 10829
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 ...
- Wed Sep 24, 2014 10:20 am
- Forum: Support
- Topic: The simplest way to set the style of a table cell
- Replies: 5
- Views: 17062
- Tue Sep 23, 2014 10:24 am
- Forum: Support
- Topic: The simplest way to set the style of a table cell
- Replies: 5
- Views: 17062
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 ...
- Sun Sep 21, 2014 12:50 pm
- Forum: Support
- Topic: The simplest way to set the style of a table cell
- Replies: 5
- Views: 17062
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 ...
- Sun Sep 21, 2014 11:09 am
- Forum: Support
- Topic: The simplest way to set the style of a table cell
- Replies: 5
- Views: 17062
Please, excuse me for the bad formatting of previous message.
I've found a solution but it is very slow:
Maybe is enough to disable updates of the control while inserting cells.
I've found a solution but it is very slow:
Code: Select all
pTable->Select(r, c, 0, 0);
rve->ApplyTextStyle(pStyle->UserData);
- Sun Sep 21, 2014 10:03 am
- Forum: Support
- Topic: The simplest way to set the style of a table cell
- Replies: 5
- Views: 17062
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 ...
- Sun Feb 08, 2009 3:06 pm
- Forum: Support
- Topic: Can't see help files
- Replies: 2
- Views: 9539
- Sat Feb 07, 2009 2:15 pm
- Forum: Support
- Topic: Can't see help files
- Replies: 2
- Views: 9539
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 ...