Why if i put this code on my website it didn’t works, #loading4 didn’t appear.
export function button1_click(event) {
//Add your code for this event here:
$w(“#loading4”).show();
}
Why if i put this code on my website it didn’t works, #loading4 didn’t appear.
export function button1_click(event) {
//Add your code for this event here:
$w(“#loading4”).show();
}
Maybe you set “#loading4” to be collapsed instead of hidden.
Or maybe you didn’t set the onClick() function on the property panel.