Search found 7192 matches
- Tue Aug 12, 2025 5:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: convert to date
- Replies: 24
- Views: 5756
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: 5756
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: 5756
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: 29810
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: 7961
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: 67
- Views: 72474
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: 8696
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: 16112
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: 13872
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: 13872
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: 8083
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: 61335
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...
- Fri May 09, 2025 7:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Combine several criteria in a search field
- Replies: 19
- Views: 13853
Re: Combine several criteria in a search field
Here's a way to search for multiple terms using the filter function. This assumes that search terms are separated by spaces but items would work too with minor modifications. It doesn't matter where the data is stored, in my test I used a field but a property would work fine. The main thing is the f...
- Sat Apr 26, 2025 5:12 pm
- Forum: Multimedia
- Topic: Stop player: pause the player and doesn't fire playStopped
- Replies: 4
- Views: 36625
Re: Stop player: pause the player and doesn't fire playStopped
As you noticed, playStopped is only sent when the media reaches the end. It should probably have been called playEnded. You could change the card handler to trap playPaused instead.
- Tue Apr 22, 2025 9:11 pm
- Forum: Talking LiveCode
- Topic: Cannot use a menu
- Replies: 23
- Views: 41015
Re: Cannot use a menu
The most annoying thing about computers is that they always do exactly what you tell them to. 
