Search found 90 matches

by jimmaguire
Wed Mar 06, 2024 6:04 pm
Forum: Support
Topic: Compile error after upgrading to DevExpress 23.2
Replies: 1
Views: 1020

Re: Compile error after upgrading to DevExpress 23.2

Upgrading solved the issue. Sorry I posted this to the wrong forum.
by jimmaguire
Wed Mar 06, 2024 1:29 am
Forum: Support
Topic: Compile error after upgrading to DevExpress 23.2
Replies: 1
Views: 1020

Compile error after upgrading to DevExpress 23.2

I get this error after Building my app:

[dcc32 Error] cxTRichView.pas(783): E2037 Declaration of 'AdjustScrollBarPosition' differs from previous declaration
by jimmaguire
Mon Oct 02, 2023 2:00 am
Forum: Support
Topic: Will TRichViewEdit.TableOfContents links work when converted to a PDF?
Replies: 2
Views: 11605

Will TRichViewEdit.TableOfContents links work when converted to a PDF?

I use IIPDFLib to create PDF's and wonder if internal links (bookmarks?) will work in a PDF?
by jimmaguire
Tue Apr 19, 2022 4:50 pm
Forum: Support
Topic: Does RichViewEdit support SVG files?
Replies: 2
Views: 1731

Re: Does RichViewEdit support SVG files?

Thanks, I do use DevExpress, will try that.
by jimmaguire
Mon Apr 18, 2022 6:32 pm
Forum: Support
Topic: Does RichViewEdit support SVG files?
Replies: 2
Views: 1731

Does RichViewEdit support SVG files?

Doesn't seem to, any plans to?
by jimmaguire
Fri Apr 15, 2022 4:24 pm
Forum: Support
Topic: Accessviolation editng a merged RVF
Replies: 9
Views: 3694

Re: Accessviolation editng a merged RVF

Got a range check violation at: Range check error at (01F9E0B8){WFM.EXE } [0239E0B8] RichView.TCustomRichView.WndProc (Line 6718, "RichView.pas") + $9. It casts to a UINT: UINT(GetMessageTime) Should I change UINT to CARDINAL? Delphi 10.3 fails to find GetMessageTime, not sure why, going t...
by jimmaguire
Tue Apr 12, 2022 4:54 pm
Forum: Support
Topic: Accessviolation editng a merged RVF
Replies: 9
Views: 3694

Re: Accessviolation editng a merged RVF

That worked! Thanks! :D
by jimmaguire
Mon Apr 11, 2022 9:06 pm
Forum: Support
Topic: Accessviolation editng a merged RVF
Replies: 9
Views: 3694

Re: Accessviolation editng a merged RVF

I posted this in a private message but not sure it took and want to be sure you get the attachments. I can reproduce the error myself now on an unmerged rvf on my backup pc. See attached.

I use Devexpress spell checker.

I upgraded to 20.1
by jimmaguire
Thu Apr 07, 2022 6:13 pm
Forum: Support
Topic: Accessviolation editng a merged RVF
Replies: 9
Views: 3694

Re: Accessviolation editng a merged RVF

I'm using v20.0.2 (2022-01-27), but the RVF file is loaded from our customer's DB and the 2 customers having the most problems have been with us since 2006. I thought an old rvf could be the issue so I opened and save the file again but it had no effect. I just got off the phone with a customer havi...
by jimmaguire
Wed Apr 06, 2022 10:50 pm
Forum: Support
Topic: Accessviolation editng a merged RVF
Replies: 9
Views: 3694

Accessviolation editng a merged RVF

I can't reproduce this error but several of my customers get it repeatedly. They're trying to edit the merged document, sometimes just typing text, other times deleting table rows. Attached is the RVF before and after the merge. The customer told me they tried to clear and retype the RVTable.pas RVT...
by jimmaguire
Mon Mar 14, 2022 9:55 pm
Forum: Support
Topic: Access violation in merged rvf after upgrading from 19 to 20
Replies: 2
Views: 1871

Re: Access violation in merged rvf after upgrading from 19 to 20

I think I found the issue. I use DevExpress and it looks like there was a change to the spell interface. I looked at your Demos/Spell/Plain for guidance, removed refs to RVADXSpellInterface and it seems to work. Unfortunately, I could not reproduce the error even before making this change. Thanks fo...
by jimmaguire
Fri Mar 11, 2022 6:58 pm
Forum: Support
Topic: Access violation in merged rvf after upgrading from 19 to 20
Replies: 2
Views: 1871

Access violation in merged rvf after upgrading from 19 to 20

This might be a duplicate post. after upgrading from 19 to 20 my RVF editor gets an access violation when I click anywhere in the toolbar or doc. My editor was derived from ActionTest years ago. It doesn't happen in all merged docs but does every time when the attached F027_MergedDoc.rvf is opened. ...
by jimmaguire
Thu Apr 05, 2018 6:12 pm
Forum: Support
Topic: What should background image file type and dimensions
Replies: 1
Views: 9325

What should background image file type and dimensions

Hi Sergey,

This may be just an LLPDFLIB issue, but your ActionTest demo shows a nice background image that shows correcly in a pdf. We've tried it with a jpeg, it looks good in Print Preview, but not in the pdf. Thanks for any advice you can give. :)
by jimmaguire
Sat Jan 20, 2018 11:23 pm
Forum: Support
Topic: System Font Bullet don't show when created by SynPDF
Replies: 6
Views: 22532

Re: System Font Bullet don't show when created by SynPDF

Thanks, that screen shot makes it clear.