Search found 5 matches
- Fri Feb 09, 2018 3:18 pm
- Forum: Support
- Topic: Two RichViewEdits & Live Spelling with Addict
- Replies: 1
- Views: 9064
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" did not properly assign he ...
- Fri Feb 09, 2018 12:08 am
- Forum: Support
- Topic: Two RichViewEdits & Live Spelling with Addict
- Replies: 1
- Views: 9064
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 ...
- Sat Jan 27, 2018 3:45 pm
- Forum: Support
- Topic: RVAction Hints
- Replies: 6
- Views: 19448
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.
- Fri Jan 26, 2018 4:18 pm
- Forum: Support
- Topic: RVAction Hints
- Replies: 6
- Views: 19448
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 ...
- Thu Jan 25, 2018 11:00 pm
- Forum: Support
- Topic: RVAction Hints
- Replies: 6
- Views: 19448
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 ...