Wow... simple fix.
Worked perfectly.
Thank you so much.
Search found 13 matches
- Tue Dec 27, 2016 2:40 pm
- Forum: Support
- Topic: Simple Search and Replace
- Replies: 2
- Views: 11570
- Tue Dec 27, 2016 1:28 pm
- Forum: Support
- Topic: Simple Search and Replace
- Replies: 2
- Views: 11570
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 ...
- Wed Aug 24, 2016 9:59 am
- Forum: Support
- Topic: Duplicate Resource
- Replies: 3
- Views: 14739
Duplicate Resource
When I delete RVRuler from the hard drive SclRVRuler won't compile
- Thu Aug 18, 2016 10:26 am
- Forum: Support
- Topic: Duplicate Resource
- Replies: 3
- Views: 14739
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 ...
- Wed Apr 22, 2015 10:13 am
- Forum: ScaleRichView
- Topic: Toggle Header
- Replies: 3
- Views: 22838
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 ...
- Sun Apr 19, 2015 3:00 pm
- Forum: ScaleRichView
- Topic: Toggle Header
- Replies: 3
- Views: 22838
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 ...
- Sat May 12, 2012 1:17 pm
- Forum: Support
- Topic: Header height
- Replies: 7
- Views: 23445
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 ...
- Thu May 10, 2012 10:27 am
- Forum: Support
- Topic: Header height
- Replies: 7
- Views: 23445
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 ...
- Mon May 07, 2012 10:38 am
- Forum: Support
- Topic: Header height
- Replies: 7
- Views: 23445
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 ...
- Sun May 06, 2012 12:21 pm
- Forum: Support
- Topic: Header height
- Replies: 7
- Views: 23445
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 ...
Headers
Wow... that was easy. Thanks very much.
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 ...
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 ...