Search found 11 matches

by nachbar
Thu Dec 08, 2016 5:31 am
Forum: Support
Topic: C++ Installation
Replies: 1
Views: 10050

C++ Installation

Thanks so much for your work on the installer, including the spell check parsers, XML components, etc. I have RAD Studio 10.1 Berlin Update 2, but I almost exclusively use C++ Builder. I also have installed the DevExpress VCL components -- I installed the V16.2 version (which is shown as a beta). I ...
by nachbar
Sun Aug 28, 2011 3:36 pm
Forum: Support
Topic: Handling OnMoved event for splitter to resize TSRVPageScroll
Replies: 2
Views: 15377

That fixed it

Thank you!
by nachbar
Thu Aug 25, 2011 10:42 pm
Forum: Support
Topic: Handling OnMoved event for splitter to resize TSRVPageScroll
Replies: 2
Views: 15377

Handling OnMoved event for splitter to resize TSRVPageScroll

I noticed that the C++ Builder ActionTestTabs demo has a splitter between the TSRVPageScroll and the main TSRichViewEdit. The user should be able to use this splitter to allow more or less room for the TSRVPageScroll, but the TSRVPageScroll pages do not change size as the user moves the splitter. Yo...
by nachbar
Thu Jul 28, 2011 5:07 am
Forum: Support
Topic: Install Addict Parser with C++ Builder XE
Replies: 4
Views: 22645

Using the TRVThesaurus3 Thesaurus parser with Addict Spell

I did not find any demos or documentation for the TRVThesaurus3 parser to use the Addict Thesaurus component with TRichView. However, I was able to get functionality similar to the Thesaurus demo for Addict by creating another button to the demo above, and using the following line for the button han...
by nachbar
Sun Jul 17, 2011 9:51 pm
Forum: Support
Topic: Install Addict Parser with C++ Builder XE
Replies: 4
Views: 22645

Thanks. For those finding this post in the future, the post referenced is at http://www.trichview.com/forums/viewtopic.php?p=19627 Note that "Explicit Rebuild" is set on the Options/Description tab (!) and appears to be the default for new C++ Builder XE Projects Also, I take it from your ...
by nachbar
Sun Jul 17, 2011 7:43 pm
Forum: Support
Topic: RvHtmlViewImporter with C++ Builder XE
Replies: 2
Views: 15013

Thanks for the tips! Using those, I was able to get rvHtmlViewImporter to work. Thanks for explaining where the Explicit Rebuild option was set -- I could not find that before, and did not think to look under "Description" (which is not really what a "Build Option" is). Explicit ...
by nachbar
Sat Jul 16, 2011 11:01 pm
Forum: Support
Topic: Install Addict Parser with C++ Builder XE
Replies: 4
Views: 22645

Install Addict Parser with C++ Builder XE

I just purchased Addict Spell Checker to work with TRichView in C++ Builder XE. However, the addict parser does not have a package for C++ Builder XE, and the Readme does not reference C++ Builder XE. Also, there appears to be an error in the Readme, where it says "Addict 3/4 packages must be c...
by nachbar
Sat Jul 16, 2011 10:19 pm
Forum: Support
Topic: RvHtmlViewImporter with C++ Builder XE
Replies: 2
Views: 15013

RvHtmlViewImporter with C++ Builder XE

I installed THtmlViewImporter under C++ Builder XE without too much trouble, as indicated here: http://nachbar.name/blog/2011/07/16/compiling-thtmlviewer-to-use-in-c-builder-xe/ However, I am having trouble getting RvHtmlViewImporter to build with C++ Builder XE Can you tell me how to get RvHtmlView...
by nachbar
Tue Jan 11, 2011 8:31 pm
Forum: ScaleRichView
Topic: Dual confirm message when closing a tab, then exception
Replies: 3
Views: 22807

Problem solved

Thanks -- that fixed it. I would parenthetically comment that this demo is the reason I bought TRichView/ScaleRichView. I compiled, ran, and examined it before deciding to buy. It gave me the confidence that TRichView would do what I needed, and a working demo of a generic word processor was the per...
by nachbar
Sun Jan 09, 2011 10:44 pm
Forum: ScaleRichView
Topic: Dual confirm message when closing a tab, then exception
Replies: 3
Views: 22807

Dual confirm message when closing a tab, then exception

I am using the ActionTestTabsCB2010 example code in CB2010. When I compile the demo, with no changes, I get the following behavior: 1) Compile and run the demo 2) The program starts, opening readme.rvf in the new window 3) Select File/Open, and open a new .rtf file in a new tab 4) Make a change to t...
by nachbar
Tue Jan 04, 2011 4:07 pm
Forum: Support
Topic: Changing the DefaultFileName before rvActionNew
Replies: 1
Views: 9579

Changing the DefaultFileName before rvActionNew

I would like to programmatically create a new file, and provide a default file name and directory to be proposed when the user saves the file. I can do that by changing the DefaultFileName in the ControlPanel at design time, but if I try to change it before executing the New action, my change is not...