Search found 1 match

by dominantpredict
Wed May 07, 2025 9:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I need some advice
Replies: 8
Views: 7777

Re: I need some advice

A simple debug line to see if the button works:

on mouseUp
answer "Button clicked"
put "Hello, LiveCode!" into field "output"
end mouseUp

If the warning does not appear, then the Script may not be attached to the button. Or the Script may be placed in the wrong handler or object.