Search found 1 match

by medarda
Thu Feb 20, 2025 5:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I need some advice
Replies: 8
Views: 7777

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 mouse...