-livecode
<https://www.mail-archive.com/search?l=use-livecode@lists.runrev.com&q=from:%22J.+Landman+Gay+via+use%5C-livecode%22>
Mon, 05 Oct 2020 10:02:14 -0700
<https://www.mail-archive.com/search?l=use-livecode@lists.runrev.com&q=date:20201005>
> I'm fairly sure the IDE is s
Hi all,
Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!
Read issue #239 here: https://bit.ly/33xvnKf
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around
On 10/3/20 8:36 PM, Neville Smythe via use-livecode wrote:
Jacque wrote
If the Project Browser is open, try closing it. On my Mac, the CPU usage
while idle is usually close to 0 when in the background.
Interesting. I would indeed have expected a good-citizen app doing nothing in the background
Aloha,
The last "put" command is wrong. This one:
> put URL (tHttpsServerRoot & sStoryTitle & "/" & sStoryTitle &
".livecode") into tLocalDocumentsStories & sStoryTitle & "/" & sStoryTitle
& ".livecode"
It should have been:
put URL (tHttpsServerRoot & sStoryTitle & "/" & sStoryTitle &
".li
Hi
I get a headache looking at concatenations like this. I don't use them
unless I'm constructing a simple string.
put URL (tHttpsServerRoot & sStoryTitle & "/" & sStoryTitle &
".livecode") into tLocalDocumentsStories & sStoryTitle & "/" & sStoryTitle
& ".livecode"
It will be a cold day in h