Search found 250 matches

by SWEdeAndy
Mon Mar 25, 2024 9:37 am
Forum: Talking LiveCode
Topic: Communicate with AI via tsNetGetSync (Solved)
Replies: 13
Views: 465

Re: Communicate with AI via tsNetGetSync (Solved)

Definitely very interesting! Please do! :)
by SWEdeAndy
Mon Mar 18, 2024 8:35 pm
Forum: HTML5
Topic: Why won't my very simple stack work in HTML5?
Replies: 37
Views: 3154

Re: Why won't my very simple stack work in HTML5?

https://wildcard.on-rev.com/my/myDate/index.html I played with WebDeployHelper a bit before work today.. absolutely wonderful! Here's what I did with my MyDate tool. Much more elegant. Later I will post questions I'm sure. Bravo Andreas! Did not yet explore paste/copy functionality but look forward...
by SWEdeAndy
Mon Mar 18, 2024 6:16 pm
Forum: HTML5
Topic: Web deployment helper tool
Replies: 3
Views: 211

Re: Web deployment helper tool

Just discovered a slight bug that is now fixed (attachment in first post updated). Pasting in an LC field in a web browser apparently behaves differently on Mac and Windows. On Mac I've found no way to intercept the 'v' that goes into the field when pasting with command + v. So my script removes it....
by SWEdeAndy
Sun Mar 17, 2024 11:13 pm
Forum: HTML5
Topic: Why won't my very simple stack work in HTML5?
Replies: 37
Views: 3154

Re: Why won't my very simple stack work in HTML5?

SWEdeAndy, I'd also be very curious if you have any similar workarounds concerning file I/O (writing to and from local files on a Mac/Linux/Windows etc) -- and/or the ability to accept clipboard data from a user (incoming) . File I/O - even just text - would be magic! Marc You'll be happy to see th...
by SWEdeAndy
Sun Mar 17, 2024 11:07 pm
Forum: HTML5
Topic: Web deployment helper tool
Replies: 3
Views: 211

Web deployment helper tool

The LiveCode 10 wasm-based web deployment feature is generally quite capable, but it is also lacking a number of very fundamental functions that really should be there out-of-the-box. Many of them can be fixed with some html and javaScript tinkering, but even in the age of AI assistance, there are m...
by SWEdeAndy
Thu Mar 07, 2024 9:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 2653

Re: Click and/or drag ?

Thanks Stam, this is really helpful in understanding the publish/subscribe model! I too bought Andre Garzia's Advanced App Architecture eBook some years ago, and although I learned a lot from it, I could not really get my head around his publish/subscribe example. I think it was due to the fact that...
by SWEdeAndy
Thu Mar 07, 2024 9:36 pm
Forum: Talking LiveCode
Topic: Code folding for Livecode 9.6.9 and up
Replies: 38
Views: 2291

Re: Code folding for Livecode 9.6.9 and up

Finally had time to test this and it works beautifully!
Great work, Bernd, and thank you so much for bringing this essential feature to LiveCode!
I'm so happy we finally have code folding! :D
by SWEdeAndy
Wed Feb 28, 2024 5:36 pm
Forum: HTML5
Topic: New to HTML
Replies: 4
Views: 536

Re: New to HTML

No idea if html5 can import/export text files... It can. But I think the main issue here is to get the web deployment to act as a behind-the-scenes web service, that can be invoked without a user interface. I don’t think that is possible, as the stack and the LC engine can only function when loaded...
by SWEdeAndy
Tue Feb 27, 2024 11:56 am
Forum: Games
Topic: Ships - Tanks - Cars - Planes - Shots in Livecode
Replies: 5
Views: 534

Re: Ships - Tanks - Cars - Planes - Shots in Livecode

I’m following this subject with interest, as I also make games from time to time. I’ve experienced some problems with getting smooth animations when combined with collision detection. LiveCode isn’t always fast enough to process all that needs to happen more or less simultaneously, it seems. But it’...
by SWEdeAndy
Thu Feb 15, 2024 3:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Will LC 9.6.11 run on Xcode 15.2, iOS 17.2? - Solved
Replies: 6
Views: 469

Re: Will LC 9.6.11 run on Xcode 12.2, iOS 17.2?

DR White wrote:
Thu Feb 15, 2024 3:28 pm
How do I downgrade to 15.0?
Go here, log in and find the version you need:
https://developer.apple.com/downloads/all/
by SWEdeAndy
Thu Feb 15, 2024 7:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Will LC 9.6.11 run on Xcode 15.2, iOS 17.2? - Solved
Replies: 6
Views: 469

Re: Will LC 9.6.11 run on Xcode 12.2, iOS 17.2?

You’ll currently need Xcode 15.0.x, not above that.

I’ve made an overview here:
https://wheninspace.com/LCXcode/
by SWEdeAndy
Fri Feb 09, 2024 8:26 pm
Forum: HTML5
Topic: Why won't my very simple stack work in HTML5?
Replies: 37
Views: 3154

Re: Why won't my very simple stack work in HTML5?

I could imagine so many possibilities if some rudimentary data could be locally associated with an app, even if highly restrictive. And here we can strike a happier note: Local storage will be your friend! There is a thorough blog post on this by LC staff: https://livecode.com/storing-user-data-on-...
by SWEdeAndy
Sun Feb 04, 2024 9:25 pm
Forum: HTML5
Topic: Why won't my very simple stack work in HTML5?
Replies: 37
Views: 3154

Re: Why won't my very simple stack work in HTML5?

SWEdeAndy, I'd also be very curious if you have any similar workarounds concerning file I/O (writing to and from local files on a Mac/Linux/Windows etc) -- and/or the ability to accept clipboard data from a user (incoming). File I/O - even just text - would be magic! These things are much more diff...
by SWEdeAndy
Fri Feb 02, 2024 8:57 pm
Forum: HTML5
Topic: Why won't my very simple stack work in HTML5?
Replies: 37
Views: 3154

Re: Why won't my very simple stack work in HTML5?

Thanks for your solution. It's quite remarkable, and good to know it's possible. I'd still like to hear your thoughts on why my first attempt with your CopyText didn't work When testing your stack and doing a test deployment from the IDE, it works as expected, including the answer dialog. I'm using...
by SWEdeAndy
Wed Jan 31, 2024 9:20 pm
Forum: HTML5
Topic: Why won't my very simple stack work in HTML5?
Replies: 37
Views: 3154

Re: Why won't my very simple stack work in HTML5?

I see. Can you suggest another method by which I can "simulate" the clipboard property? If I can successfully put my result in fld 1 then how can a user collect that result? Sorry that I'm late to the party, but I bring the javascript workaround for this. You can put this code in your stack script:...

Go to advanced search