Search found 13 matches

by don709
Tue Dec 27, 2016 2:40 pm
Forum: Support
Topic: Simple Search and Replace
Replies: 2
Views: 10726

Wow... simple fix.
Worked perfectly.
Thank you so much.
by don709
Tue Dec 27, 2016 1:28 pm
Forum: Support
Topic: Simple Search and Replace
Replies: 2
Views: 10726

Simple Search and Replace

Having searched whatever I could on this topic and trying numerous approaches over the last day and a half I have to admit I cannot figure out this simple task. I load a template file in rtf format into a ScaleRichView and search for something like [LastName] and replace it with something like Walsh...
by don709
Wed Aug 24, 2016 9:59 am
Forum: Support
Topic: Duplicate Resource
Replies: 3
Views: 13729

Duplicate Resource

When I delete RVRuler from the hard drive SclRVRuler won't compile
by don709
Thu Aug 18, 2016 10:26 am
Forum: Support
Topic: Duplicate Resource
Replies: 3
Views: 13729

Duplicate Resource

Hello Since my last update (TRichView16Setup16.8.6) my XE7 compiler shows this line 10 times. Any idea on how to make it stop. [dcc32 Hint] H2161 Warning: Duplicate resource: Type 2 (BITMAP), ID BMP0; File D:\myProgramFiles\Delphi Library\TRichView\RichViewActions\Source\RulerSkins.RES resource kept...
by don709
Wed Apr 22, 2015 10:13 am
Forum: ScaleRichView
Topic: Toggle Header
Replies: 3
Views: 20240

First page only

The following code works as expected if IsEmpty(RVE3.RVHeader) then begin if FileExists(ExeDir+'MedicalTemplates\Header.rtf') then begin RVE3.StartEditing(srvrveMain); RVE3.SubDocuments[srvhftNormalHeader].LoadRTF('Header.rtf'); RVE3.Format; RVE3.PageProperty.HeaderVisible := true; end; end else beg...
by don709
Sun Apr 19, 2015 3:00 pm
Forum: ScaleRichView
Topic: Toggle Header
Replies: 3
Views: 20240

Toggle Header

This is a small procedure called from a button click event on the form to toggle the header on or off. It seems to have stopped working and I have no idea why. RVE is of type TSRichViewEdit Not completely sure it it has to do with my updating to the Delphi XE7 version. From reading the forum posts o...
by don709
Sat May 12, 2012 1:17 pm
Forum: Support
Topic: Header height
Replies: 7
Views: 20907

Still no idea how this happened or how to fix it from within the program. This is what I did find... As I said I use 2 different SRichViewEdit in the same screen on 2 different PageControl Pages. As you suggested I checked the PageProperty.HeaderY in both and they were the same, both the working one...
by don709
Thu May 10, 2012 10:27 am
Forum: Support
Topic: Header height
Replies: 7
Views: 20907

Header height

Right... I had only changed it to RVE.Format in the else statement. Now it's changed in both places but still no difference. It has something to do with the rvf file itself because if I open the file with ActionTest and when I double click the header it opens up to be the same abnormal height. It's ...
by don709
Mon May 07, 2012 10:38 am
Forum: Support
Topic: Header height
Replies: 7
Views: 20907

Header Height

No change... In a different SRichViewEdit in the same procedure on a different PageControl tab this header loads fine. As it did with this one until the height grew and I'm not sure how it happened. Even when I clear the header and double click into it the height is completely out of wack... regardl...
by don709
Sun May 06, 2012 12:21 pm
Forum: Support
Topic: Header height
Replies: 7
Views: 20907

Header height

When I load a header from an rtf file into a SRichViewEdit only the first couple of lines are showing and the rest is clipped. A lot of white space above the lines. Even when I clear the header and double click into it the header height is abnormally high. It had been working fine until this abnorma...
by don709
Tue Apr 24, 2012 9:44 am
Forum: Support
Topic: Headers
Replies: 4
Views: 14201

Headers

Wow... that was easy. Thanks very much.
by don709
Mon Apr 23, 2012 10:31 am
Forum: Support
Topic: Headers
Replies: 4
Views: 14201

Headers

How about an example of using headers with SRichViewEdit and SRVPrint The example in Assorted/Printing/Headers, along with all the other header examples, deal with regular RichViewEdit and RVPrint. Those examples seem to be very different and I'm sorry to say I can't figure out how to make the trans...
by don709
Sun Apr 22, 2012 4:35 pm
Forum: Support
Topic: Headers
Replies: 4
Views: 14201

Headers

I've been trying for days to load a .rtf file into a header. None of the demos seem to do this. All I can figure out from the examples is how to write a line of text to the header canvas. It's all very cryptic indeed. Anyone have a simple example of how to load a .rtf file into the header. And how t...