I managed to sort my data gird problem, thank you for the help with the variables! All your help is kindly appreciated!
Search found 3 matches
- Mon Feb 08, 2016 9:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Data Grids & Global Variables
- Replies: 4
- Views: 1799
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!
I managed to sort my data gird problem, thank you for the help with the variables! All your help is kindly appreciated!
- Mon Feb 08, 2016 10:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Data Grids & Global Variables
- Replies: 4
- Views: 1799
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...
- Thu Feb 04, 2016 4:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Data Grids & Global Variables
- Replies: 4
- Views: 1799
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...