Search found 9815 matches
- Wed Aug 20, 2025 5:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with date
- Replies: 29
- Views: 1250
Re: Problem with date
And, in a global world better tools are needed... There must be something in those images I'm not noticing. xTalks use a default date format internally for computational consistency, and through useSystemDate LC accesses the user's preference expressed in OS settings for display. Under what circums...
- Wed Aug 13, 2025 5:54 pm
- Forum: Made With LiveCode
- Topic: MR LOGO Proramming Environment
- Replies: 18
- Views: 4388
Re: MR LOGO Proramming Environment
Does anyone have an example of what some other program does much better than LC? There are SOOOO many languages and toolkits, each with their own trade-offs, each invented to do something better than the others. Too many to list. Visit the Wikipedia page for just about any language to learn why a l...
- Wed Aug 13, 2025 5:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: convert to date
- Replies: 24
- Views: 5756
Re: convert to date
Code can acquire and manage properties, become drivers, and handle resource balancing, but these are relatively recent feature-parity upgrades for women, and not all systems have been updated.
- Wed Aug 13, 2025 2:24 am
- Forum: Talking LiveCode
- Topic: The end of XTalk / LiveCode for me
- Replies: 30
- Views: 8592
Re: The end of XTalk / LiveCode for me
As I'm developing with HTML+JS, I found one advantage of LiveCode: It's live. Meaning, I don't have to reload the page to see the results. I've done that some hundred times now with HTML+JS. That's one of two of the most significant advantages xTalks have (the other being GUI objects as integral pa...
- Mon Aug 11, 2025 6:21 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Freeing Memory
- Replies: 9
- Views: 3262
- Mon Aug 11, 2025 8:48 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Freeing Memory
- Replies: 9
- Views: 3262
Re: Freeing Memory
Disc space or memory?
So you have a recipe we can run to reproduce this?
With a recipe stack, add that to a bug report and the team can usually address such issues quickly.
So you have a recipe we can run to reproduce this?
With a recipe stack, add that to a bug report and the team can usually address such issues quickly.
- Mon Aug 11, 2025 8:46 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Any Idea?
- Replies: 9
- Views: 6967
Re: Any Idea?
Hey there! I've run into similar snags with LiveCode on Windows before. Have you tried using the specialFolderPath function to construct the path? It's sometimes more reliable than hardcoding. Also, weird question, but is there anything unusual about the file name itself? Maybe some hidden characte...
- Mon Aug 11, 2025 3:58 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Freeing Memory
- Replies: 9
- Views: 3262
Re: Freeing Memory
For some operations LC will free up memory at idle. If that's at the heart of what you're seeing there, you might consider breaking your handler's loop into something that can use a timer. Total throughput time should be nearly the same, but it may provide just enough of an idle break to clean up th...
- Fri Aug 08, 2025 4:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Option menu query.
- Replies: 9
- Views: 3078
Re: Option menu query.
"the date" (or "date()") is a function, a value returned by the engine.
"convert" operates on containers.
I'd guess the error reported reflects a need to put the date into a variable first, and then run the convert operation on that variable.
- Tue Jul 22, 2025 2:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Modifier Keys?
- Replies: 32
- Views: 13818
Re: Modifier Keys?
Would it be simpler to use key combinations that leverage existing conventions on each OS? https://support.microsoft.com/en-us/office/keyboard-shortcuts-to-add-language-accent-marks-in-word-and-outlook-3801b103-6a8d-42a5-b8ba-fdc3774cfc76 Which will occur more often?: - A user running one app on mul...
- Tue Jul 08, 2025 5:30 am
- Forum: CGIs and the Server
- Topic: Get external page source?
- Replies: 1
- Views: 7292
Re: Get external page source?
This can be tricky in a world where web content is increasingly assembled dynamically in divs with JS.
If just getting the URL isn't doing what you need, that may be the issue.
Does the host offer an API to get the data you're looking for? Can you tell us more about the page?
If just getting the URL isn't doing what you need, that may be the issue.
Does the host offer an API to get the data you're looking for? Can you tell us more about the page?
- Sat Jun 14, 2025 5:45 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
Without seeing the code in question we can only guess.
- Mon Jun 09, 2025 6:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Screen freezes about 30 seconds after exiting repeat loop
- Replies: 10
- Views: 8197
Re: Screen freezes about 30 seconds after exiting repeat loop
Without an example stack we're just guessing. With one we can probably resolve this in minutes.
- Sat Jun 07, 2025 5:22 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: image is shared between cards instead of unique to the cards
- Replies: 9
- Views: 10343
Re: image is shared between cards instead of unique to the cards
Put the image unique to each card on the card instead of the shared background.
- Thu Jun 05, 2025 6:42 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: [SOLVED] Can we login to Gmail with TSNet or do we need OAuth?
- Replies: 6
- Views: 11823
Re: [SOLVED] Can we login to Gmail with TSNet or do we need OAuth?
Bad news for anyone doing this, Gmail and Microsoft are abandoning support for less secure apps. Without OAuth support mail will not be retrievable I fear. I get this same error with office.com. I administer the mail domain, but I can no longer find a place to enter an app password. This is why I h...