To fill the datagrid table, I use
Code: Select all
open stack "Titles Grid"
put titleList
set the dgText of group "Titles" of stack "Titles Grid" to titleList
The put command is just a control, so that I could be certain that the variable titleList contains the correct data—it does.
Upon completion of the script, I tried the set command from the massage box, using some simple text instead of a variable—the set command works.
So why does the set command not work when in a script (the script is part of an on mouseUp button script in the main stack)?