Search found 348 matches

by adventuresofgreg
Mon Jan 22, 2024 9:19 pm
Forum: Talking LiveCode
Topic: this is simple and it should work
Replies: 1
Views: 425

this is simple and it should work

Hey: I cannot figure out why this isn't working, as I work with images all of the time. I'm using LC v 5.5.1 for performance reasons. I'm just setting the filename of an imported image to a URL. It works if the URL is a local file, but when it's a http:// image, all I get is a GREY box. I've done th...
by adventuresofgreg
Thu Nov 30, 2023 7:34 pm
Forum: Talking LiveCode
Topic: trouble with returns in windows cURL
Replies: 2
Views: 1505

Re: trouble with returns in windows cURL

It's ok. Figured it out. You cant have returns in cURL in windows, so you need to fornat as HTML using <br> for returns and then send the email as html rather than text.
by adventuresofgreg
Thu Nov 30, 2023 4:47 pm
Forum: Talking LiveCode
Topic: trouble with returns in windows cURL
Replies: 2
Views: 1505

trouble with returns in windows cURL

I'm able to send the following field as cURL through an email api and it works from a Mac standalone, and a slightly reformated version below also works from a windows standalone. However, only the first line of [[body]] is sent, and everything after the 1st return is ignored. If I replace my return...
by adventuresofgreg
Wed Jul 19, 2023 10:41 pm
Forum: HTML5
Topic: HTML5 URL'S AGAIN
Replies: 3
Views: 8958

Re: HTML5 URL'S AGAIN

I'm executing the cURL for one particular api as a shell command. Maybe shell commands don't work on web deployment? like: put shell("curl -s "https??api.replicate.....etc")
by adventuresofgreg
Wed Jul 19, 2023 3:48 pm
Forum: HTML5
Topic: HTML5 URL'S AGAIN
Replies: 3
Views: 8958

HTML5 URL'S AGAIN

I'm back developing an html5 app and have just RE-LEARNED that you cannot "put URL https://..." if the URL is not hosted on the same server as your html5 app. I'm using a bunch of API's in this web app, like a AI api from openai, a non-psuedo random number generator api from another web site, and a ...
by adventuresofgreg
Fri Jan 20, 2023 11:43 pm
Forum: Talking LiveCode
Topic: get list of running applications
Replies: 7
Views: 2542

Re: get list of running applications

Richard that's actually a really good suggestion, but I would still have to spawn these SA's because much of the processing rules for the data is contained in them, and that changes all the time.. unless I can pass the processing data to each one.. hmm.. thinking about that. Great suggestion. Greg G...
by adventuresofgreg
Fri Jan 20, 2023 12:31 am
Forum: Talking LiveCode
Topic: get list of running applications
Replies: 7
Views: 2542

Re: get list of running applications

perfect! that works. Thanks!
by adventuresofgreg
Thu Jan 19, 2023 6:09 pm
Forum: Talking LiveCode
Topic: get list of running applications
Replies: 7
Views: 2542

get list of running applications

Hey there: Is there a windows shell command (or other command) that will return a list of the currently running applications? Specifically, I would like to get a list of which LC standalones that are currently running. My stack exports multiple versions of itself as standalones, then another stack l...
by adventuresofgreg
Fri Jun 25, 2021 2:10 pm
Forum: HTML5
Topic: Why is POST to URL not working in html5 standalone?
Replies: 7
Views: 6483

Re: Why is POST to URL not working in html5 standalone?

Latest: We did get GET to work, but GET is not secure. POST does not work. Finally LiveCode admitted that POST does not work in html5: LiveCode: I checked with tech, and I'm told the dictionary entry is wrong. POST does not work in HTML5 because it requires "wait" which cannot be implemented in the ...
by adventuresofgreg
Wed Jun 23, 2021 10:29 pm
Forum: HTML5
Topic: html5 POST fails... why?
Replies: 3
Views: 4612

Re: html5 POST fails... why?

Have you learned anything more about using POST with html5 standalones? I cannot get my POST command to work at all. I tried your GET solution, and can't get that to work either. I'm using https, and the html is being served on the same domain as the app server.
by adventuresofgreg
Wed Jun 23, 2021 7:39 pm
Forum: HTML5
Topic: Why is POST to URL not working in html5 standalone?
Replies: 7
Views: 6483

Re: Why is POST to URL not working in html5 standalone?

more info: I'm posting these details as I go along here because maybe this can help others with similar issues. I am hosting my html 5 app on "myserver.com" This works: put URL "https://www.myserver.com" into field "afield" But this does NOT work: put URL "https://www.google.com" into field "afield"...
by adventuresofgreg
Wed Jun 23, 2021 7:03 pm
Forum: HTML5
Topic: Why is POST to URL not working in html5 standalone?
Replies: 7
Views: 6483

Re: Why is POST to URL not working in html5 standalone?

more info: I just tried putting url "https://www.google.com" into a field and that also wont work, so there is something very basic going wrong. I've checked, and I am including the "internet" library as an inclusion. Is there some other library that is required?
by adventuresofgreg
Wed Jun 23, 2021 6:56 pm
Forum: HTML5
Topic: Why is POST to URL not working in html5 standalone?
Replies: 7
Views: 6483

Re: Why is POST to URL not working in html5 standalone?

more info: my server is getting a post command from my html5 app, but it is EMPTY. I have tried to simplify the POST command bypassing any variables, and still, nothing is sent. Again, all of these commands work fine when sent from LC directly, or from a standalone including an iOS app. Just nothing...
by adventuresofgreg
Wed Jun 23, 2021 5:03 pm
Forum: HTML5
Topic: Why is POST to URL not working in html5 standalone?
Replies: 7
Views: 6483

Why is POST to URL not working in html5 standalone?

my POST url command works in every kind of standalone except for html5. ??? I include the "internet" library as "inclusions" when building. put "action=login&email=" & URLencode(LoginEmail) & "&pw=" & URLencode(LoginPass) into PostData post PostData to URL "https://myURL.com/users-data/php/webservic...
by adventuresofgreg
Wed Jun 09, 2021 7:46 pm
Forum: iOS Deployment
Topic: "could not find a valid identity.." please help!
Replies: 3
Views: 2591

Re: "could not find a valid identity.." please help!

And again, right on queue, I find the solution moments after posting the problem. But, this should help others having the same issue. Of course, there is no documentation anywhere that specifies this, nor any error message that points to a solution (I got all the way to successfully generating a sta...

Go to advanced search