Search found 2 matches

by AndreaT
Fri Nov 13, 2015 12:47 am
Forum: HTML5
Topic: Html 5 test to refresh screen counter
Replies: 4
Views: 5313

Re: Html 5 test to refresh screen counter

Thank you Klaus and Bernd for Helping. The script of Bernd works fine in HTML5 and for me is an elegant solution. I have done only a test as educational purposes for myself and to look if that works. In my opinion if the script strict style (repeat with i = 1 to 200...) works in html 5 as well as bu...
by AndreaT
Tue Nov 10, 2015 6:23 pm
Forum: HTML5
Topic: Html 5 test to refresh screen counter
Replies: 4
Views: 5313

Html 5 test to refresh screen counter

Hi, I have done a simple test with repeat structure, but in html5 build in the script not able to execute the refresh screen. The script of the file attached, increments the counter of the label button only if it is executed in desktop mode: on mouseUp repeat with i = 1 to 2000 set label of btn "con...