-->
Page 5 of 27

Re: 3.0 branch available for testing. Report bugs here.

PostPosted: Mon May 30, 2016 8:49 pm
by Mmiscool
Yes. It would probably be benificial to grab the latest build.

Re: 3.0 branch available for testing. Report bugs here.

PostPosted: Mon May 30, 2016 8:50 pm
by russm
I pasted your code in and it didn't refresh. Here is something I tried and it didn't work either. I don't want to pull you away from fixes if this is just something stupid I messed up...
Code: Select allmemclear

timesetup(-4,0)
delay 5000

x = 0
mytime = time()

cls

'onload [dosomething]
'wprint "<meta http-equiv='refresh' content='5;URL=/input?'>"
timer 5000, [dosomething]
button "Exit ", [Exit]
 wprint "<br>"
 wprint htmlvar(x)
 wprint "<br>"
 wprint htmlvar(mytime)
 wprint "<br>"
wait

[dosomething]
 mytime = time()
 x = x + 1
wait

 
[Exit]
wprint "<br>"
wprint "<br>"
wprint "<a href='/'>Menu</a>"
end





Re: 3.0 branch available for testing. Report bugs here.

PostPosted: Mon May 30, 2016 8:51 pm
by russm
Mmiscool wrote:Yes. It would probably be benificial to grab the latest build.

Ignore everything until I do that! :) Thanks

Re: 3.0 branch available for testing. Report bugs here.

PostPosted: Mon May 30, 2016 9:00 pm
by Mmiscool
Noticed you were using the htmlvar() function. Your page will not update until it is refreshed.