Search found 7197 matches
- Fri Oct 10, 2025 6:13 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: PDF widget not displaying PDF form data
- Replies: 3
- Views: 204
Re: PDF widget not displaying PDF form data
Have you considered using "export snapshot" to create the jpgs? The drawback is that you'd get a series of images if the PDF is more than one page.
- Mon Sep 15, 2025 5:30 pm
- Forum: Talking LiveCode
- Topic: Livecode Create - thoughts?
- Replies: 156
- Views: 213218
Re: Livecode Create - thoughts?
They are marketing, just not to us so much. As I said, we're not the target group any more so you're unlikely to see it.The problem (such as it is) is NOT LC (and . . .) it is the lack of any attempt at any sort of marketing that has any rhyme or reason, as has been the case for many, many years.
- Sat Sep 13, 2025 6:05 pm
- Forum: Talking LiveCode
- Topic: Livecode Create - thoughts?
- Replies: 156
- Views: 213218
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: 21
- Views: 15843
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: 37564
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: 14185
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: 14185
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: 14185
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: 36086
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: 11104
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: 109133
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: 11915
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: 20814
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: 20135
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: 20135
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?