Search found 1 match

by sadovel784
Wed May 13, 2026 10:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why does my LiveCode script fail to properly update and pass data between stacks using send and dispatch
Replies: 5
Views: 2833

Re: Why does my LiveCode script fail to properly update and pass data between stacks using send and dispatch

It sounds like a message path and scope issue more than a timing one. Have you verified that the handler exists in the substack’s script (not just the mainstack) and that you’re passing parameters explicitly rather than relying on local variables, especially after dynamically opening stacks?