Search found 64 matches
- Tue Jan 21, 2020 4:09 am
- Forum: Linux
- Topic: Running LC on Mint
- Replies: 15
- Views: 4947
Running LC on Mint
I was able to install Livecode . However, when I run the program, I just get a gray window with the tool box in front. The start center shows briefly when I first click it but then goes to the gray screen again. I can only get around it by hitting the "windows" key on my laptop. This doesn't let me ...
- Fri Jan 17, 2020 7:36 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Code Organization
- Replies: 12
- Views: 3120
Re: Code Organization
Ok. I think I understand the concept now. The terminology is very strange for someone that has programmed for years. Correct me if I am wrong: Stack is a group of related cards. A stack can be an application or an application can consist of multiple stacks. Cards are windows within that application....
- Fri Jan 17, 2020 5:01 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Code Organization
- Replies: 12
- Views: 3120
Re: Code Organization
Thanks for your responses everyone. I'll take a look at the suggestions.
- Thu Jan 16, 2020 10:31 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Code Organization
- Replies: 12
- Views: 3120
Code Organization
Hi. I'm new to LiveCode but have coded off and on for years in VB (classic and .net), C, Python, and various scripting languages. However, I'm very confused on how you organize your code in LiveCode. Are there no modules or classes? Any way to separate code from user interface? I'd prefer to have my...