Search found 7195 matches
- Sat Sep 13, 2025 6:05 pm
- Forum: Talking LiveCode
- Topic: Livecode Create - thoughts?
- Replies: 148
- Views: 179401
Re: Livecode Create - thoughts?
I believe their main focus now is custom application programming for larger corporations and businesses. LC still welcomes small developers like us but we aren't the primary target group now.
- Tue Sep 02, 2025 6:52 pm
- Forum: Android Deployment
- Topic: Google Play Console: new requirements
- Replies: 14
- Views: 10576
Re: Google Play Console: new requirements
I think this is something that LC has to implement, check with support to see where this requirement stands.
- Thu Aug 28, 2025 5:36 pm
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 42
- Views: 23012
Re: The end of XTalk / LiveCode for me
It's like it buffered lots of the scroll down action, and was trying to catch up to that action before reversing. Using stam's test stack with the 10k rows and filling the scroll buffer, it took *12 seconds* to start reversing. I don't have an answer but I can confirm that the preloading of subsequ...
- Tue Aug 12, 2025 5:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: convert to date
- Replies: 24
- Views: 10643
Re: convert to date
In English the diminutive is "ie", which is why I got "Jackie". I didn't like it so I changed the spelling when I was 13, thus introducing all kinds of confusion among strangers and acquaintances.
- Mon Aug 11, 2025 5:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: convert to date
- Replies: 24
- Views: 10643
Re: convert to date
He read this: https://jacque.on-rev.com/jacque/jacque.irev
I'm pretty easy with whatever people call me or how they spell it.
- Sat Aug 09, 2025 8:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: convert to date
- Replies: 24
- Views: 10643
Re: convert to date
Are there any invisible characters in the field, like carriage returns or spaces that would create an invalid date? To be sure, you could use this: put word 1 of fld "startday" into sday put word 1 of fld "startyr" into syr That would remove any invalid characters. BTW, if you do not put the date in...
- Tue Jul 22, 2025 6:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Script only Stacks
- Replies: 24
- Views: 33620
Re: Script only Stacks
When you save a stack, LC actually creates a new copy and deletes the old one. When the new one runs it's like you just opened it and all normal messages are sent. You can try locking messages before saving, or just type "save stack TestSOStack" in the message box.
- Wed Jul 02, 2025 5:41 pm
- Forum: Talking LiveCode
- Topic: R.I.P. Bill Atkinson, 74
- Replies: 4
- Views: 9956
Re: R.I.P. Bill Atkinson, 74
Brilliant.
- Fri Jun 20, 2025 10:36 pm
- Forum: Games
- Topic: cutting irregular pieces from image for puzzle game
- Replies: 70
- Views: 88455
Re: cutting irregular pieces from image for puzzle game
I'm late coming into this because LC has blocked me from the forums and I need to use a VPN to get around it. Sometimes even that doesn't work. It has something to do with the recnt DoS attack. Anyway...I still get the daily digest so I know what's going on but it's tedious to respond. I wonder if t...
- Thu Jun 12, 2025 6:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: referring to other stacks: include .livecode extension
- Replies: 6
- Views: 10723
Re: referring to other stacks: include .livecode extension
One solution that might help for both conditions is to set up the stackfiles property in the mainstack. That allows you to use the short stack name while the engine uses the long file name.
- Tue Jun 10, 2025 6:59 pm
- Forum: Announcements
- Topic: MacOS Tahoe and not Sequoia support
- Replies: 9
- Views: 18546
Re: MacOS Tahoe and not Sequoia support
Probably never as LC is supposedly running hell-for-leather towards the web-based-thing. LC has stated they will support the classic version for 3 years, which is at least until 2027 depending on when they started the countdown, maybe through 2028. Someone should write a bug report specifying what ...
- Fri May 30, 2025 10:41 pm
- Forum: Android Deployment
- Topic: Android Keyboard - Using "Sentence" Option.
- Replies: 17
- Views: 17385
Re: Android Keyboard - Using "Sentence" Option.
It's possible. I may have read "Android keyboard" wrong.
- Fri May 30, 2025 4:11 pm
- Forum: Android Deployment
- Topic: Android Keyboard - Using "Sentence" Option.
- Replies: 17
- Views: 17385
Re: Android Keyboard - Using "Sentence" Option.
This isn't a LC thing, it's a keyboard setting. Which keyboard are you using? I use SwiftKey, and the option is in the keyboard settings. Are you using the native Google keyboard?
- Wed May 14, 2025 6:20 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: copy a graphic with several colours and import it into LiveCode
- Replies: 13
- Views: 10681
Re: copy a graphic with several colours and import it into LiveCode
The only problem with SVG widgets are the bounding boxes - unfortunately the empty space in these will intercept mouseovers and mouse clicks so the empty spaces overlapping other graphics will cause this to fail. I've done this with native LC graphics. The trick here is to set the opacity of each g...
- Fri May 09, 2025 7:54 pm
- Forum: Off-Topic
- Topic: Forum behaviour change?
- Replies: 7
- Views: 64235
Re: Forum behaviour change?
I haven't been able to access the forums or any Livecode site page for 2 days, the connection always times out. I tried 3 different browsers on several devices with the same result. Today I used a VPN to access a server in Germany and got through immediately. My VPN is still on as I write this. Anyo...