Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying dialog box from FLL w/ threads locks app
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00121186
Message ID:
00121258
Views:
20
>You may want to consider throwing the entire communications
>piece onto a separate thread rather than using a call back.
>
>My guess is that the call back corrupts VFP's event queue
>which appears to lock up the application. If you use threads
>you can just run a low priority poll to check for completion
>and then deal with the results there.
>
>+++ Rick ---

Hello Rick!

I agree with You. But it makes possible to use callback functions. Simply, make a new window "desktop" on the fly, and it will get the messages (new thread). The window will stay hidden. I applied this method in some of my fll.

BB
Previous
Reply
Map
View

Click here to load this message in the networking platform