Search found 21 matches

by jamiemi
Thu Jul 05, 2007 1:21 pm
Forum: Support
Topic: Incompatible types: Integer and Longbool
Replies: 2
Views: 11692

Thank you

I had downloaded and installed the newest code. However, I had not completely deinstalled the old code. Once I did that and reinstalled the new code, it worked correctly.

Thank you again.
jamie
by jamiemi
Tue Jul 03, 2007 11:44 pm
Forum: Support
Topic: Incompatible types: Integer and Longbool
Replies: 2
Views: 11692

Incompatible types: Integer and Longbool

I saw that this was an issue in Delphi 2006. I just loaded Delphi 2007 on my machine. I downloaded and installed the latest RichView files. Trying to open a project that worked fine in Delphi 2005. However, when I try to compile, I get a slew of errors in RVUni as follows: line 323: TGetCharacterPla...
by jamiemi
Sun Apr 15, 2007 2:33 pm
Forum: Support
Topic: Problem using Actions, using the ActionTest code
Replies: 4
Views: 14901

Got it.

Thanks
by jamiemi
Sun Apr 15, 2007 1:24 pm
Forum: Support
Topic: Problem using Actions, using the ActionTest code
Replies: 4
Views: 14901

Hmmmm - that's interesting

I had installed these way back. Under the component menu, the Install Packages screen [seemed to show] that the package had been installed. But, looking at the tool palette, there were no controls showing. A complete uninstall / reinstall of the RichViewActions took care of it. It all goes to show -...
by jamiemi
Sat Apr 14, 2007 3:20 pm
Forum: Support
Topic: Problem using Actions, using the ActionTest code
Replies: 4
Views: 14901

Problem using Actions, using the ActionTest code

Hello: I am having problems understanding the problems that I am having with incorporating the rvActions in my applications. I am using Delphi 2005, Professional with all updates. I get the same problem just opening the ActionTest demo, so I will describe that. Download the ActionTest code, decompre...
by jamiemi
Fri Feb 02, 2007 2:08 pm
Forum: Support
Topic: Probem using the RV Edit OnSpellingCheck event
Replies: 8
Views: 27800

dlgSpell.OpenDictionary

You got it. I was not opening it; tracing down the code, the rest of the spelling code worked because it automagically checked for the dictionary being opened and then opened it when it wasn't. Looking back at my old code, I did open it there.

Thanks so much.

jamie
by jamiemi
Thu Feb 01, 2007 11:22 pm
Forum: Support
Topic: Probem using the RV Edit OnSpellingCheck event
Replies: 8
Views: 27800

Different spell checker

The event is the same, but my EDDSpell does not seem to have the same calls that you are making in yours. Not to be presumptive, but if there are problems with 2 different spell modules, I think we can assume a bug in the RV code or in the Delphi generated code using it. I don't want to count that o...
by jamiemi
Thu Feb 01, 2007 10:15 pm
Forum: Support
Topic: Probem using the RV Edit OnSpellingCheck event
Replies: 8
Views: 27800

We are using different spell modules (I think)

Hi Stef: I don't see how to do with my code what you did with yours. My speller is EDDSpell and my code for handling the event looks like this: procedure TfrmDBDlg.RVSpellingCheckEvent(Sender: TCustomRichView; const AWord: string; StyleNo: Integer; var Misspelled: Boolean); begin Misspelled := frmMa...
by jamiemi
Thu Feb 01, 2007 8:51 pm
Forum: Support
Topic: Probem using the RV Edit OnSpellingCheck event
Replies: 8
Views: 27800

Looking through your thread, it really does appear to be the same type problem. Please let me know if you come up with a solution. I started noticing this on my development machine immediately after upgrading hardware - I now have a very fast machine with a lot of RAM.
by jamiemi
Thu Feb 01, 2007 4:45 pm
Forum: Support
Topic: Probem using the RV Edit OnSpellingCheck event
Replies: 8
Views: 27800

Probem using the RV Edit OnSpellingCheck event

Hello All: I am having a problem with TRichViewEdit and EDDSpell working together nicely. It appears to be some kind of race condition. It appears to have to do with the OnSpellingCheck event. As far as I can tell, the problem occurs when the event is connected to the following handler: procedure Tf...
by jamiemi
Tue Aug 01, 2006 4:29 pm
Forum: Support
Topic: Live Spell Check Problem
Replies: 2
Views: 11569

More information

The base code that I am working with corresponds to the demo, ActionTest. Therefore, when I right mouse click while the cursor is on a correctly spelled word, I get a context menu that is surfaced through RVAPopupMenu1. It contains items including Cut, Copy, Paste, Font, Paragraph, etc. I am handlin...
by jamiemi
Mon Jul 31, 2006 11:27 pm
Forum: Support
Topic: Live Spell Check Problem
Replies: 2
Views: 11569

Live Spell Check Problem

Hello All: I have a live spell check problem that I have been unable to figure out. Using the RichViewEdit, and an RVAPopupMenu. Also using EDDSSpell and the TrvSpellDialog to make that work. I can spell check OK when doing the whole document. The live spell check works OK - a misspelled word gets a...
by jamiemi
Sat Dec 17, 2005 3:43 pm
Forum: Support
Topic: Erratic save to DB when field is empty
Replies: 1
Views: 10514

Erratic save to DB when field is empty

I have a real head scratcher here. Some of the RichViews that I have on a screen cause an error when being saved, others do not. The problem occurswhen saving to database (using ADO). Here is the code I use to save off to the DB field: function SaveRVFToField(rv: TCustomRichView; tbl: TadoTable; con...
by jamiemi
Mon Nov 21, 2005 10:09 pm
Forum: Support
Topic: Reports with TRichView Fields
Replies: 4
Views: 19590

Thanks

Thank you for your effort.
by jamiemi
Mon Nov 21, 2005 8:23 pm
Forum: Support
Topic: Reports with TRichView Fields
Replies: 4
Views: 19590

Sanity check on answer

Just to make sure I understand your answer...

No other tool can work with a field saved by TRichView in RVF format.

However, Report Builder and Quick Report can work with fields that are saved in RVF format?

jamie