Search found 95 matches: spell

Return to advanced search

Interesting issue

... strange problem some of my clients have encountered, but I cannot duplicate their issue on any of my computers. It is a more recent issue. I use a spell checker library that has been around for many years, and is sold to developers for inclusion in their programs. I recent had to purchase an update ...
by TimStone
Wed Nov 01, 2023 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting issue
Replies: 1
Views: 202

Re: RTF Spell Checker

That sounds great.

Since we go many months between FWH updates, I would be happy to test the new implementation when you have it ready. I have a very nice implementation of RTF already in invoice printouts.
by TimStone
Wed May 24, 2023 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: RTF Spell Checker

The other feature I would really appreciate is for the ability to lock the button bar in place at the top of the edit box. In showing a client how to use this feature they found the need to mouse to the top to activate the bar, then perform an action, was very annoying. It is not common for a bar t...
by cnavarro
Wed May 24, 2023 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: RTF Spell Checker

... paste text within the control. Undo and redo: The control may support undo and redo functionality to revert or restore changes made to the text. Spell checking: While the specific implementation may vary, the RTF edit control in FiveWin might provide spell checking capabilities to assist users ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: RTF Spell Checker

I've spent time experimenting, and researching, this. 1). If I open a text in the RTF5 editor, and then turn on spell checking, it will underline words, as they are typed, that are not spelled correctly. 2). If I try to setup the spell checker to be turned on by default, the checkmark ...
by TimStone
Tue May 23, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: RTF Spell Checker

The other feature I would really appreciate is for the ability to lock the button bar in place at the top of the edit box. In showing a client how to use this feature they found the need to mouse to the top to activate the bar, then perform an action, was very annoying. It is not common for a bar to...
by TimStone
Tue May 23, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: RTF Spell Checker

Antonio Linares wrote:Dear Tim,

Have you tried to right click on the underlined words ?
I have tried every click combination. Single and double , right snd left


Sent from my iPhone using Tapatalk
by TimStone
Tue May 23, 2023 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: RTF Spell Checker

Dear Tim,

Have you tried to right click on the underlined words ?
by Antonio Linares
Tue May 23, 2023 5:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

RTF Spell Checker

I wanted to revisit this because it never really was answered in the past. With our included RTF control, we can turn on spell checking. It will underline words that are not spelled correctly. However, it does not have any way ( that I can find ) to get suggested correct spellings. ...
by TimStone
Mon May 22, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: RTF from Variable

... with a resource file, I can read text from a memo field ( DBFCDX ) into a variable, and then modify it with RichEdit including highlighting, spell checking, etc. Now, I want to save that modified text ( with RichEdit formatting ) back to the MEMO field in the .dbf. For years I heard this ...
by TimStone
Mon Dec 06, 2021 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4262

Re: RTF from Variable

... at the RC control I entered. Is that the correct current value for the control ? I know the RTF capability is working because it does engage the spell checker. But, it does not show the button bar. Here is the full code for the Dialog. Please note that this has a "forced load" temporarily ...
by TimStone
Wed Dec 01, 2021 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4262

Re: RTF from Variable

... It gives me a blank screen. I get the text displayed. We know that the control is working because a right click gives me the option to turn on spelling. What I don't get is the editing toolbar with the RichText options. Without that, it's just memo edit. So loading text happens. The spell check ...
by TimStone
Wed Dec 01, 2021 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4262

Re: Spell CHecker

Into new version 21.11
New methods class TRichEdit and TRichEdit5

METHOD SetLangOptions( lOnOff, nFlagSet )
METHOD GetLangOptions()

* default of nflagset in method
nOr( IMF_SPELLCHECKING, IMF_TKBPREDICTION, IMF_TKBAUTOCORRECTION )
by cnavarro
Wed Dec 01, 2021 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 1991

Re: RTF from Variable

... 10, 40, 500, 350  cText is loaded from a .dbf memo field. The text will load. If I right click, I am given an option to turn on/off the spell checker. I see no Rich Edit controls so no other capability is displayed. Also, can we auto turn on the spell checker by default ? I followed ...
by TimStone
Wed Dec 01, 2021 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4262

Re: RTF from Variable

... Using a GET with MemoEdit, cText has data. Using this contol, I get a blank control box. If I right click, I am given an option to turn on/off the spell checker. I see no Rich Edit controls so no other capability is displayed. I followed the discussion in this thread and I'm not sure if there was ...
by TimStone
Wed Dec 01, 2021 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4262
Next

Return to advanced search