Search found 3 matches
- Tue Nov 08, 2005 10:41 pm
- Forum: Support
- Topic: Live Spellcheck slow speed
- Replies: 5
- Views: 24634
Looks like it's definitely the thread overhead that is causing me all of the speed problems. I essentially copied the Execute method of the thread and have put that into a Timer event so that if there is a 200ms pause in typing, the entire memo control is spellchecked. For my smaller memo contents ...
- Thu Nov 03, 2005 6:10 pm
- Forum: Support
- Topic: Live Spellcheck slow speed
- Replies: 5
- Views: 24634
- Thu Nov 03, 2005 12:23 am
- Forum: Support
- Topic: Live Spellcheck slow speed
- Replies: 5
- Views: 24634
Live Spellcheck slow speed
I have a database application where you can scroll through records, and one of the memo fields uses a DBRichEdit component to display/edit the field. I was trying to use LiveSpelling, but have found it to be *very* slow, even if I write an OnSpellingCheck routine that always returns Mispelled ...