Search found 8 matches
- Sun Sep 26, 2021 9:32 pm
- Forum: Talking LiveCode
- Topic: [SOLVED] LiveCode no longer has a free option?
- Replies: 5
- Views: 4192
Re: LiveCode no longer has a free option?
Ok, thanks for letting me know! Hopefully I'll still be able to use LC but I guess if they have made a change there's not much we can do about it :/.
- Sun Sep 26, 2021 6:43 pm
- Forum: Talking LiveCode
- Topic: [SOLVED] LiveCode no longer has a free option?
- Replies: 5
- Views: 4192
Re: LiveCode no longer has a free option?
Oh wow that was fast, Thanks!! (Has it always been in that link and I just forgot or did they really change the main website?)
- Sun Sep 26, 2021 6:36 pm
- Forum: Talking LiveCode
- Topic: [SOLVED] LiveCode no longer has a free option?
- Replies: 5
- Views: 4192
[SOLVED] LiveCode no longer has a free option?
Hi everyone, I got a new computer a few months ago and as I was very busy I didn't install LiveCode on this computer. Today, I decided it's time to refresh my LC skills and now I can't seem to find a free option. Now I get that LC (the company) didn't do too well during Covid so they may be using th...
- Mon Mar 29, 2021 12:32 am
- Forum: Talking LiveCode
- Topic: PDF search and highlighting
- Replies: 9
- Views: 6475
Re: PDF search and highlighting
One option which requires a bit of knowldge in Python but not too much is to create a simple server, (you can host it on replit for free if it's small scale becasue it doesn't have the best response times) and use the pdfx module to convert the PDF to JSON using python which you send back to the cli...
- Sun Mar 14, 2021 12:53 pm
- Forum: Talking LiveCode
- Topic: Need to make Grids with colors??
- Replies: 31
- Views: 14398
Re: Need to make Grids with colors??
ok, cool! thanks! To be honest my first instinct was to do Richmond's idea but he coded it way nicer than I did LOL.
- Fri Mar 12, 2021 9:20 am
- Forum: Talking LiveCode
- Topic: Need to make Grids with colors??
- Replies: 31
- Views: 14398
Re: Need to make Grids with colors??
Just so I understand, DataGrids are just fields that are one next to each other (and created by code for automation)?
- Tue Feb 16, 2021 4:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Distance between 2 rectangles.
- Replies: 25
- Views: 242692
Re: Distance between 2 rectangles.
Distance is (mathematically speaking) the shortest distance, therefore you would choose the bottom-left corner of the top-right rectangle and the top-right corner of the bottom-left rectangle. (Note, I used to have a diffrent account but I forgot my login detalins so I made this new account and I ca...
- Tue Feb 16, 2021 12:15 am
- Forum: Talking LiveCode
- Topic: Creating a randomizer that does not repeat picks
- Replies: 17
- Views: 12975
Re: Creating a randomizer that does not repeat picks
Hi I'm not only new to liveCode I'm also new to this website so I replied to this post. I'm making a flags game and I'm trying to make the fags randomized and not repeated so I'm trying to make a randomizer that doesn't repeat itself how do I do that? Hello! Welcome to LC and the LC forums! Here's ...