Search found 5 matches

by
Mon Nov 25, 2013 5:11 am
Forum: Code - Code Builder
Topic: WebBrowser auto refresh
Replies: 9
Views: 10827

Re: WebBrowser auto refresh

Hi,

finally resolved the problem.
The problem was not in the code or anywhere in WinLog, but in the Internet Explorer settings.
For thous having the same problem, you have to set Internet Explorer Temporary Internet Files Settings to check everytime you visit the page.
by
Wed Nov 20, 2013 12:30 pm
Forum: Code - Code Builder
Topic: WebBrowser auto refresh
Replies: 9
Views: 10827

Re: WebBrowser auto refresh

Hi, yes the function works, the message box pops up, the problem is that the image is not updated. The image on the adress updates automaticaly every 10 minutes. If I open the app now the iamge will be with the hour 13:00, even if I let the app open for 2 hours the image will still be from 13:00 ins...
by
Tue Nov 19, 2013 9:57 pm
Forum: Code - Code Builder
Topic: WebBrowser auto refresh
Replies: 9
Views: 10827

Re: WebBrowser auto refresh

Here is the application.

Best Regards
by
Tue Nov 19, 2013 12:58 pm
Forum: Code - Code Builder
Topic: WebBrowser auto refresh
Replies: 9
Views: 10827

Re: WebBrowser auto refresh

Hi,
I tryed to run the function from the template openFunction. The first time it refreshes but then it won't anymore.
The function is:

function void onOpen()
while(WindowIsOpen())
TObjFunction(1,1);
Sleep(300000);
end
end
by
Sat Nov 16, 2013 2:33 pm
Forum: Code - Code Builder
Topic: WebBrowser auto refresh
Replies: 9
Views: 10827

WebBrowser auto refresh

Hi, I'm trying to the WebBrowser to automatic refresh, but whit no luck. I made a function with the TObjFunction, if I use it with a button it works nice if I call it inside another function it does not refresh. Can someone explain me why?
Thank You