Search found 6 matches

by AndyBell
Wed Apr 26, 2023 6:39 am
Forum: Support
Topic: Can't get HunSpell to work C++ Builder
Replies: 4
Views: 18627

Re: Can't get HunSpell to work C++ Builder

Thanks everyone Unfortunately, my app requires runtime packages as it's using the free embedded NexusDB, which won't work in C++ Builder unless I'm using runtime packages :-( Looking further through my many purchased components, I found that I could make the LMD Spell checker work with TRichView - b...
by AndyBell
Sun Apr 23, 2023 5:24 pm
Forum: Support
Topic: Can't get HunSpell to work C++ Builder
Replies: 4
Views: 18627

Can't get HunSpell to work C++ Builder

Hi I'm using C++ Builder 11.3, TRichView 20.3 I have put the hunspelldll.dll in the in the same folder as my .exe, en_GB.dic also in that folder. I call Speller->LoadAllDictionaries(); when my form opens. The debuggers shows it creates a TDictionary item in the TDictionaries collection. But Speller-...
by AndyBell
Tue May 03, 2022 9:16 pm
Forum: Support
Topic: CTRL+I - what's it doing?
Replies: 4
Views: 5580

Re: CTRL+I - what's it doing?

Hi standay and Sergey My form has an ActionList with the Richview actions in it and also a toolbar with a button linked to the Italic action (and ones for bold, underline etc). The problem is, and I still haven't figured why, the hotkeys on the actions are not working - CTRL + I goes straight to the...
by AndyBell
Mon May 02, 2022 9:55 pm
Forum: Support
Topic: CTRL+I - what's it doing?
Replies: 4
Views: 5580

CTRL+I - what's it doing?

In a very basic TRichEdit C++ Builder 11.1 app, without using RichViewActions, CTRL+I seems to be inserting a tab and Shift+CTRL+I seems to insert a space. It's very annoying and I have a bigger app where, for reasons I've not yet fathomed, the Shortcut Keys in the Actions don't fire, so I'm having ...
by AndyBell
Fri Jan 03, 2014 11:53 am
Forum: ScaleRichView
Topic: Footnote formatting
Replies: 1
Views: 14061

Footnote formatting

Hi I'm using ScaleRichView V4.3.4 with BCB 2007 and have made a unicode editor. However, when I create a footnote using ScaleRichViewActions (i.e. I click on the footnote icon and then enter my text) I find that the footnote is not unicode aware - if I paste in unicode text it gets corrupt. How can ...
by AndyBell
Thu Dec 16, 2010 3:44 pm
Forum: ScaleRichView
Topic: Save to stream
Replies: 1
Views: 14570

Save to stream

Hi

I want to save a ScaleRichView to a stream and not use ScaleRichViewActions. Can it be done?

Andy