Search found 90 matches
- Wed Mar 06, 2024 6:04 pm
- Forum: Support
- Topic: Compile error after upgrading to DevExpress 23.2
- Replies: 1
- Views: 8443
Re: Compile error after upgrading to DevExpress 23.2
Upgrading solved the issue. Sorry I posted this to the wrong forum.
- Wed Mar 06, 2024 1:29 am
- Forum: Support
- Topic: Compile error after upgrading to DevExpress 23.2
- Replies: 1
- Views: 8443
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
[dcc32 Error] cxTRichView.pas(783): E2037 Declaration of 'AdjustScrollBarPosition' differs from previous declaration
- Tue Oct 03, 2023 10:45 pm
- Forum: Support
- Topic: Will TRichViewEdit.TableOfContents links work when converted to a PDF?
- Replies: 2
- Views: 20316
Re: Will TRichViewEdit.TableOfContents links work when converted to a PDF?
Just what I wanted! Thanks!
- Mon Oct 02, 2023 2:00 am
- Forum: Support
- Topic: Will TRichViewEdit.TableOfContents links work when converted to a PDF?
- Replies: 2
- Views: 20316
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?
- Tue Apr 19, 2022 4:50 pm
- Forum: Support
- Topic: Does RichViewEdit support SVG files?
- Replies: 2
- Views: 4270
Re: Does RichViewEdit support SVG files?
Thanks, I do use DevExpress, will try that.
- Mon Apr 18, 2022 6:32 pm
- Forum: Support
- Topic: Does RichViewEdit support SVG files?
- Replies: 2
- Views: 4270
Does RichViewEdit support SVG files?
Doesn't seem to, any plans to?
- Fri Apr 15, 2022 4:24 pm
- Forum: Support
- Topic: Accessviolation editng a merged RVF
- Replies: 9
- Views: 10298
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 to use ...
- Tue Apr 12, 2022 4:54 pm
- Forum: Support
- Topic: Accessviolation editng a merged RVF
- Replies: 9
- Views: 10298
Re: Accessviolation editng a merged RVF
That worked! Thanks!
- Mon Apr 11, 2022 9:06 pm
- Forum: Support
- Topic: Accessviolation editng a merged RVF
- Replies: 9
- Views: 10298
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
I use Devexpress spell checker.
I upgraded to 20.1
- Thu Apr 07, 2022 6:13 pm
- Forum: Support
- Topic: Accessviolation editng a merged RVF
- Replies: 9
- Views: 10298
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 ...
- Wed Apr 06, 2022 10:50 pm
- Forum: Support
- Topic: Accessviolation editng a merged RVF
- Replies: 9
- Views: 10298
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 ...
- Mon Mar 14, 2022 9:55 pm
- Forum: Support
- Topic: Access violation in merged rvf after upgrading from 19 to 20
- Replies: 2
- Views: 3679
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 ...
- Fri Mar 11, 2022 6:58 pm
- Forum: Support
- Topic: Access violation in merged rvf after upgrading from 19 to 20
- Replies: 2
- Views: 3679
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 ...
- Thu Apr 05, 2018 6:12 pm
- Forum: Support
- Topic: What should background image file type and dimensions
- Replies: 1
- Views: 10833
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.
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.
- Sat Jan 20, 2018 11:23 pm
- Forum: Support
- Topic: System Font Bullet don't show when created by SynPDF
- Replies: 6
- Views: 26390
Re: System Font Bullet don't show when created by SynPDF
Thanks, that screen shot makes it clear.