Search found 3 matches

by karina_r
Mon Feb 08, 2016 9:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grids & Global Variables
Replies: 4
Views: 1681

Re: Data Grids & Global Variables

Hey Klaus,
I managed to sort my data gird problem, thank you for the help with the variables! All your help is kindly appreciated! :D
by karina_r
Mon Feb 08, 2016 10:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grids & Global Variables
Replies: 4
Views: 1681

Re: Data Grids & Global Variables

Hi Karina, 1. welcome to the forum! :D 2. Please check this thread, maybe this already helps: http://forums.livecode.com/viewtopic.php?f=7&t=26478 If not, we need to look at your script(s)! Best Klaus Thanks Klaus! I got the global variables in each card like this: global question1 on mouseUp repea...
by karina_r
Thu Feb 04, 2016 4:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grids & Global Variables
Replies: 4
Views: 1681

Data Grids & Global Variables

Hi all, I'm doing my project for advanced higher, which requires me to use cards which are navigated through buttons. When you press the button, it asks you to enter a, b, c, or d that will be assigned to a global variable, or instance "question1". There are 10 cards, each containing a question that...