Search found 90 matches

by jimmaguire
Sun Nov 25, 2007 10:09 pm
Forum: ScaleRichView
Topic: GPF when printing
Replies: 8
Views: 31349

Same error with TSRVCheckBox in MFInsertControls

I created a small rvf with just 1 check box and it fails on same line of code, thought TSRVCheckBox might work.
by jimmaguire
Sun Nov 25, 2007 5:45 pm
Forum: ScaleRichView
Topic: GPF when printing
Replies: 8
Views: 31349

Problem is due to printing TCheckbox

The TRVPrint has an OnPrintComponent that I use to print the check box. I don't see the same option on TSRVPrint
by jimmaguire
Sun Nov 25, 2007 2:41 am
Forum: ScaleRichView
Topic: GPF when printing
Replies: 8
Views: 31349

Sorry - was wrong - failed in ActionsTest as well

Same error
by jimmaguire
Sun Nov 25, 2007 2:36 am
Forum: ScaleRichView
Topic: GPF when printing
Replies: 8
Views: 31349

It works in ActionsTest

I don't see the difference yet
by jimmaguire
Sun Nov 25, 2007 2:31 am
Forum: ScaleRichView
Topic: GPF when printing
Replies: 8
Views: 31349

GPF when printing

I reproduced the error in MFEditor using the rvf I sent in a separate email. Its in the RVItem PrintToBitmap. The RVPrint is nil so the test of Assigned(...RVPrint.OnPrint...) fails.

I did modify the initialization of MFEditor to registerClasses TCheckBox and TPngObject
by jimmaguire
Thu Nov 22, 2007 1:59 am
Forum: ScaleRichView
Topic: Range Check error
Replies: 3
Views: 17548

Using Delphi 2005

Forgot to mention that, also using Developers Express Menu and toolbar controls.
by jimmaguire
Thu Nov 22, 2007 1:58 am
Forum: ScaleRichView
Topic: Range Check error
Replies: 3
Views: 17548

Range Check error

I downloaded the new version this week, and tested with the ActionTest demo, looked great. But when I added that same unit to my application, I get a range check error in ScrRView on line 4634 hRGN := ... as soon as I do a Create of the form. I created a form with just the TSRichViewEdit on it, no c...
by jimmaguire
Tue Nov 20, 2007 8:49 pm
Forum: ScaleRichView
Topic: Check boxes do not save to pdf correctly
Replies: 6
Views: 24419

Demo worked fine - think its IIPDFLIB

I have not been able to upgrade IIPDFLib since June 23, 2005 when I bought it, never get a response from them. Trying again today, I see they have several upgrades, but I can't get to them. I have compiled TSRichView, the speed improvements are obvious. If you have a way of getting to IIPDFLIb, plea...
by jimmaguire
Sun Nov 18, 2007 1:09 am
Forum: ScaleRichView
Topic: Very impressive!
Replies: 1
Views: 13152

Very impressive!

I'm anxious to be able to include TSRichViewEdit in my app, its very impressive. The speed improvements are dramatic, virtually instant. I just need to resolve the PDF/Checkmarks issue. Printing seems good now. I did have problems using the Posters sample, but the Editor printed fine, so I used its ...
by jimmaguire
Sat Nov 17, 2007 10:48 pm
Forum: ScaleRichView
Topic: Check boxes do not save to pdf correctly
Replies: 6
Views: 24419

Problem not fixed

I just downloaded the most recent TSRichViewEdit and demos. I checked that Enhanced = true, which is now the default, but set it anyway. I used your MakePDF demo and the resulting PDF still had what looks like the letter "e" instead of the checkboxes. The strange thing is that I believe yo...
by jimmaguire
Tue Sep 18, 2007 3:02 pm
Forum: ScaleRichView
Topic: Check boxes do not save to pdf correctly
Replies: 6
Views: 24419

Check boxes do not save to pdf correctly

They are misaligned and look like an "e". I used your ThirdParty/MakePDF to do the test. I just added the RegisterClasses([TCheckBox]) in initialization. I have sent the rvf I used to test with in a separate email.
by jimmaguire
Thu Aug 30, 2007 9:39 pm
Forum: Support
Topic: Spell check in rvf with just a table
Replies: 0
Views: 12529

Spell check in rvf with just a table

When the entire document is contained in a table, the cursor is initially outside the table. Thus when the user clicks my spell check button it finds no text and gets "Spelling check is complete". Clicking inside the table then makes it work. I use the rvActionAddictSpell31.ExecuteTarget A...
by jimmaguire
Thu Aug 30, 2007 4:13 pm
Forum: ScaleRichView
Topic: Prints different than shown on screen or when saved as pdf
Replies: 6
Views: 25362

Actually using .29

1.2.29
by jimmaguire
Thu Aug 30, 2007 3:57 pm
Forum: ScaleRichView
Topic: Prints different than shown on screen or when saved as pdf
Replies: 6
Views: 25362

Still having problem

I upgraded to .28 and created a pdf using your MakePDF demo, the left border of the table is trimmed even though it shows ok in TSRichViewEdit. I have sent the sample rvf in an email.