Fluid Edge Themes

I have a button with multiple functions but when I press it, it doesn’t work properly. What is going on?

I have a button with multiple functions but when I press it, it doesn’t work properly. What is going on?

FAQsCategory: Software/CommunicationI have a button with multiple functions but when I press it, it doesn’t work properly. What is going on?
Amulet Staff asked 6 years ago
When you want to have multiple commands in one Button widget (setting more than one byte variable, for example) there are two ways of separating the commands. A comma will make the commands fire off at the same time, while a semicolon will have each successive press of the button do the next command. You can also mix in both to fire off several sequences of multiple commands with the same button. This is true for any widget with an HREF parameter, as well as the META tag's URL parameter. For more information, please check out Amulet's GEMstudio User's Guide.