Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Difficulty with browser control
Message
De
03/10/2008 12:52:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01352564
Message ID:
01352596
Vues:
29
>Hi Alex,
>
>>The navigator is timing out, even when I increase time to 8 seconds, but only sometimes (often).
>>
>>What could be causing the problem? Maybe some properties are set wrong? I created the class some time ago and haven;t used it much.
>
>I have had bad luck with this type of loop waiting for the WebBrowser control:
>
>
>>>>	DO WHILE toBrowser.ReadyState # lnReadyState AND lnX < lnMilliSeconds
>>>>		DOEVENTS
>>>>		lnX = lnX + 1
>>>>		Sleep(1)
>>>>	ENDDO
>
>
>Even the DOEVENTS / Sleep combination do not seem to be enough to allow the control to do it's job. But stepping through the code does. That's what makes this fustrating to debug.
>
>I would try one of these 3 things:
>
>1) Change your DOEVENTS to DOVENTS FORCE
>2) Make sure _VFP.AutoYield is set to .T.
>3) Don't use a loop to wait for the browser to finish, instead hook into the NavigateComplete2 event. This is similar to a CallBack and is the preffered methodology for dealing with Asynchronous processes.
>
>I hope this helps,

It feels better just knowing that I am not the only one with this problem. _VFP.AutoYield is already .T.. I am going to try suggestion 3 and report back

Thanks.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform