Search found 254 matches

by SWEdeAndy
Sat Apr 06, 2024 5:28 pm
Forum: HTML5
Topic: Web deployment helper tool
Replies: 8
Views: 691

Re: Web deployment helper tool

Thanks for the feedback, Bob! Yes, the notorious "Exception thrown" error haunts the web deployments in various degrees. For me it happens most often on Safari on iPhone, sometimes on Safari on Mac, and rarely on Firefox/Chrome on Mac (haven't had the chance to test much on Windows yet, and can't te...
by SWEdeAndy
Fri Apr 05, 2024 4:48 pm
Forum: HTML5
Topic: Web deployment helper tool
Replies: 8
Views: 691

Re: Web deployment helper tool

And here's a demo web app created with the help of WebDeployHelper 1.0.1:
https://wheninspace.com/WebDeployHelperTest/

Please report any bugs or enhancement requests here, or as an issue on GitHub.
by SWEdeAndy
Sun Mar 31, 2024 11:24 am
Forum: HTML5
Topic: Web deployment helper tool
Replies: 8
Views: 691

Re: Web deployment helper tool

Here are two screenshots to show how it looks "in action":

Settings tab:
WDH settings.png
Actions tab:
WDH actions.png

https://github.com/wheninspace/WIS_WebDeployHelper
by SWEdeAndy
Sat Mar 30, 2024 8:28 pm
Forum: HTML5
Topic: Web deployment helper tool
Replies: 8
Views: 691

Re: Web deployment helper tool

OK, so here's the next version. It still basically does the same thing, but now I have greatly improved the workflow when deploying. The tool can now upload the standalone files via ftp to your server, if you enter the login credentials for an ftp upload account. In my case, I used cPanel at my web ...
by SWEdeAndy
Mon Mar 25, 2024 9:37 am
Forum: Talking LiveCode
Topic: Communicate with AI via tsNetGetSync (Solved)
Replies: 13
Views: 602

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: 3465

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: 8
Views: 691

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: 3465

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: 8
Views: 691

Web deployment helper tool

Edit: WebDeployHelper is now officially released! The latest version will always be here: https://github.com/wheninspace/WIS_WebDeployHelper/releases/latest The LiveCode 10 wasm-based web deployment feature is generally quite capable, but it is also lacking a number of very fundamental functions th...
by SWEdeAndy
Thu Mar 07, 2024 9:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3036

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: 41
Views: 2764

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: 598

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: 10
Views: 938

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: 543

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: 543

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/

Go to advanced search