Search found 5 matches

by clarktechinc
Fri Feb 09, 2018 3:18 pm
Forum: Support
Topic: Two RichViewEdits & Live Spelling with Addict
Replies: 1
Views: 7993

Re: Two RichViewEdits & Live Spelling with Addict

My Apologies. I have subsequently discovered that for the first RVE on the form, I had not assigned the OnSpellingCheck event. My RVE initialization procedure reacts to the "RVEType" (one "type" has a background, the other "type" did not) and one of RVE "types"...
by clarktechinc
Fri Feb 09, 2018 12:08 am
Forum: Support
Topic: Two RichViewEdits & Live Spelling with Addict
Replies: 1
Views: 7993

Two RichViewEdits & Live Spelling with Addict

I have the RVAControlPanel, RVStyle and the Addict Software components (RVAddictSpell31, and RVAAddictSpellInterface) on a DataModule serving all my TRichViewEdit components throughout the application. On one form, I have two RichViewEdit components with their respective Toolbars with TRichViewActio...
by clarktechinc
Sat Jan 27, 2018 3:45 pm
Forum: Support
Topic: RVAction Hints
Replies: 6
Views: 17085

Re: RVAction Hints

That's it! Once I put "RVA_LocalizeForm(myDataModule);" into the DataModule OnCreate event the rvAction button hints now appear as expected. I had applied the LocalizeForm(myForm) into the myForm's OnCreate event but that did not expose the button hints. Thanks for the clarification.
by clarktechinc
Fri Jan 26, 2018 4:18 pm
Forum: Support
Topic: RVAction Hints
Replies: 6
Views: 17085

Re: RVAction Hints

When examining the ActionList supplied in the source datamodules (dmActions, dmActionsAlpha) the only rvAction that includes a hint is rvActionColor. All other rvActions do not include any hint properties. As expected, rvActionColor displays the hint. Obviously the others will not show a hint as the...
by clarktechinc
Thu Jan 25, 2018 11:00 pm
Forum: Support
Topic: RVAction Hints
Replies: 6
Views: 17085

RVAction Hints

Due to space constraints, I am unable to include a statusbar on my form with a RichviewEdit. As a consequence, none of the hints for my toolbar buttons with assigned rvActions are shown. Hints for my other toolbar buttons without Actions assigned do appear as expected. How can I cause the buttons wi...