Hello,
I need to show this link in a Window (or userObject):
http://uk.site.sports.betfair.com/betting/LoadRunnerInfoChartAction.do?marketId=170227003&selectionId=5606609&asianLineId=0
To keep updating every 5 seconds on a timer
I'm using Microsoft WebBrowser that I got from the internet
The problem is that with each update, everything is blank on the screen, and then reloads, I would need it not to redraw until I reload everything, so as not to give the feeling to the user who is reloading.
I'm using in uo_web_browser:
SetRedraw (False)
of_Navigate (is_url)
event on Navigatecomplete2:
SetRedraw (True)
But it didn't work, the screen keeps drawing for the user.