Search found 1 match
- Sat May 31, 2025 9:41 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: I need some advice
- Replies: 8
- Views: 7765
Re: I need some advice
I'm working on a LiveCode project and running into a bug when trying to update a field dynamically. I have a button that, when clicked, should update `field "output"` with new text, but nothing happens. Here's my code inside the button: on mouseUp put "Hello, LiveCode!" into field "output" end mous...