HTML5 problems with wait, beep and focus syntax

Bringing your stacks to the web

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Joop Sleijster
Posts: 46
Joined: Mon Aug 26, 2013 6:49 pm

HTML5 problems with wait, beep and focus syntax

Post by Joop Sleijster » Sun Oct 23, 2016 9:09 pm

As Lenko did, I have been trying the HTML5 standalone in version 8.1.1.
The "wait"syntax is still not supported.
This is required for my app to work right.
It works as a standalone app on my mac, but not in the html5 standalone with Safari.

I saw there is a work around, but I could not find an answer on Lenko’s question: “Is there plans to add this feature in upcoming releases.”

The same for Beep and Focus.

Beep doesn’t work and the program stops further execution.
Wait doesn’t work and the program stops further execution.
Focus [on] only works when the mouse is somewhere clicked on the card.
(Also click at the location of field "field 1" works the same)

To test for beep and wait I made a test-card with 3 buttons, named:
button1
button 2
button 1+2

with the scripts:
button 1:
on mouseUp
hide button "button 1"
beep 1
show button "button 2"
end mouseUp

button 2:
on mouseUp
hide button "button 2”
beep 2
show button "button 1”
end mouseUp

button 1+2
on mouseUp
show button "button 1"
show button "button 2"
end mouseUp

Replacing beep with wait does the same.

Post Reply

Return to “HTML5”