Search found 7 matches

by Serge Perepel
Thu Feb 21, 2008 3:54 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28354

Sergey,

Thank you for your help. I think not a lot of users would have the same situation. The only think I'm concerned is that I will have to change any version I download. I guess I'll have to remember.

P.S.

I love this control, awesome work :D
by Serge Perepel
Thu Feb 21, 2008 3:30 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28354

Maybe after terminate it needs simple sleep(10) loop and check on StopWorking. Or maybe I need somehow to check on StopWorking in my code and not to unload DLL until it is out of execute.
by Serge Perepel
Thu Feb 21, 2008 3:02 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28354

Maybe thats the whole issue - the thread exiting function before it is out of execute. I have special case in using your control. I have it in DLL that is loaded dynamically every time I open MDI and unloaded when I close it. So, the thread being in execute and me unloading DLL might cause the probl...
by Serge Perepel
Wed Feb 20, 2008 9:15 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28354

Hi Sergey, I fixed my problem by changing RVThread unit. Here is original code: {------------------------------------------------------------------------------} { Waits while finishing processing the current item and closes the thread. Context: main process (caller) } procedure TRVWordEnumThread.Fin...
by Serge Perepel
Wed Feb 20, 2008 6:54 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28354

How do you close live spell checker? I just call clear.
by Serge Perepel
Wed Feb 20, 2008 6:47 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28354

I'll try to get little project together. Thank you for quick response.
by Serge Perepel
Wed Feb 20, 2008 4:03 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28354

LiveSpelling problem

Hi Sergey, I have a problem with StartLiveSpelling. If I use this function, then when ever I close my MDI editor window it has a chance of crashing the whole application. I figured that if I rem out that line it would never crash. I don't even type anything in, just quickly open and close MDI window...