Search found 309 matches

by thatkeith
Sat Oct 17, 2020 9:14 pm
Forum: Mac OS
Topic: Urgent: app is 'broken' on download!
Replies: 15
Views: 10338

Re: Urgent: app is 'broken' on download!

Sounds like you need to notarize and staple the app. Oh god. I mean YAY! :D I know I need to sort out codesigning, but it really seems such a convoluted mess. Matthias's instructions look superb, but oh boy there is so MUCH in that. Oh well, time to dive in. ...Tomorrow. Oh, and *thank you* :) k
by thatkeith
Sat Oct 17, 2020 9:03 pm
Forum: Mac OS
Topic: Urgent: app is 'broken' on download!
Replies: 15
Views: 10338

Re: Urgent: app is 'broken' on download!

jacque wrote:
Sat Oct 17, 2020 5:38 pm
the error message is misleading, in Mojave it just said the app was from an unknown developer.
Just FYI, I'm currently running in Mojave. I'm waiting for my new MBP to be replaced as it died after 6 days! I've seen both error messages in this OS, and yes, it's hella misleading.

k
by thatkeith
Sat Oct 17, 2020 5:17 pm
Forum: Mac OS
Topic: Urgent: app is 'broken' on download!
Replies: 15
Views: 10338

Re: Urgent: app is 'broken' on download!

Thanks all the same! I've just posted to the LiveCode Commercial area. I pretty much only make free stuff but I have a commercial license, perhaps this will help. :?
by thatkeith
Sat Oct 17, 2020 4:54 pm
Forum: Mac OS
Topic: Urgent: app is 'broken' on download!
Replies: 15
Views: 10338

Re: Urgent: app is 'broken' on download!

Hi Klaus, First of all, good question but yes, I am making this on a Mac. :) Second, yes, disk images are common (although plain zips are also common). But unfortunately I just tried this and it's no better. Whether I try to launch the app directly from the (read only) DMG or copy it to /Application...
by thatkeith
Sat Oct 17, 2020 3:57 pm
Forum: Mac OS
Topic: Urgent: app is 'broken' on download!
Replies: 15
Views: 10338

Re: Urgent: app is 'broken' on download!

Okay, I have made a fixer app that DOES work when downloaded. It's just a single button with this in an on mouseUp handler: answer file "Please select the Exif Fixer application" put "xattr -dr com.apple.quarantine" && quote & it & quote into thePath get shell(thePath) But WHY has this happened? I r...
by thatkeith
Sat Oct 17, 2020 3:27 pm
Forum: Mac OS
Topic: Urgent: app is 'broken' on download!
Replies: 15
Views: 10338

Re: Urgent: app is 'broken' on download!

Still urgent! But I've unearthed a little more detail... It seems that app translocation may be the problem. The odd thing is that some of the tricks mentioned (such as moving the file before launching) doesn't work for me. However the terminal trick of blitzing attributes does. It also works if don...
by thatkeith
Sat Oct 17, 2020 1:58 pm
Forum: Mac OS
Topic: Urgent: app is 'broken' on download!
Replies: 15
Views: 10338

Urgent: app is 'broken' on download!

I have an app that I make in Mac, Win and Linux flavours. It's been going for a few years. In around the last week I've had reports from people that the Mac version, which is downloaded from my site as a zip archive, is reported as being broken and can't be used. This happens to me too when I try do...
by thatkeith
Sat Oct 17, 2020 12:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Clear Browser widget cache?
Replies: 9
Views: 5671

Re: Clear Browser widget cache?

Hi Simon – good to hear you've managed to tame this. I had tried something similar (500 milliseconds delay) although I'd done it after setting the URL and before showing the widget. I've now started the script by clearing both the URL and the HTMLText of the browser widget (thanks for that suggestio...
by thatkeith
Fri Oct 16, 2020 9:03 pm
Forum: CGIs and the Server
Topic: Use send for file cleanup?
Replies: 7
Views: 7894

Re: Use send for file cleanup?

I have a cron script working very well - thanks, all, for your advice! But I think I'll switch to this idea (cron running a LC stack) soon, so as you say I get the best of both worlds. 👍
by thatkeith
Fri Oct 16, 2020 8:47 pm
Forum: Internet
Topic: Calling JS in a browser object from LC?
Replies: 6
Views: 6164

Re: Calling JS in a browser object from LC?

Thanks Thierry! Interesting and helpful stuff. :)
by thatkeith
Fri Oct 16, 2020 8:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Clear Browser widget cache?
Replies: 9
Views: 5671

Re: Clear Browser widget cache?

I'm having a pretty frustrating time with a browser widget, and the inability to properly force a full reload is, I think, at the heart of it. I have a local HTML file that references an XML file, and that references a JavaScript file and a jpeg. This is a 360 VR player, and the file:/// path works ...
by thatkeith
Wed Oct 14, 2020 4:00 pm
Forum: Internet
Topic: Calling JS in a browser object from LC?
Replies: 6
Views: 6164

Re: Calling JS in a browser object from LC?

Hi Thierry, I did look at that, but it seemed to be the wrong way around for my requirements. Isn't this a way to have a JS *call* be passed to a LC script, making LC do the work instead of the JS? What I need to do is use that JS function to find the view parameters of the panorama shown in the bro...
by thatkeith
Wed Oct 14, 2020 3:26 pm
Forum: Internet
Topic: Calling JS in a browser object from LC?
Replies: 6
Views: 6164

Re: Calling JS in a browser object from LC?

Crude solution: do "get_current_view();" in widget "browser" put the htmlText of widget "browser" into tHTML And then slice and dice the returned text using offset, etc. From my earlier reading I had thought that the htmlText of a browser widget would be the original rendered code, not including wha...
by thatkeith
Wed Oct 14, 2020 2:51 pm
Forum: Internet
Topic: Calling JS in a browser object from LC?
Replies: 6
Views: 6164

Re: Calling JS in a browser object from LC?

One step closer... do "get_current_view();" in widget "vrbrowser" Calling the JS function by name with 'do' from a LC button runs the JavaScript within the browser widget, which updates the HTML display to show the values, as if I'd clicked a regular HTML button in the web page itself. But how do I ...
by thatkeith
Wed Oct 14, 2020 1:57 pm
Forum: Internet
Topic: Calling JS in a browser object from LC?
Replies: 6
Views: 6164

Calling JS in a browser object from LC?

Is there an up-to-date example or instructions that show how to call a JavaScript handler in a browser widget and get the result? I've been trawling threads here without finding something definitive. I've also looked at the 'Livecode Javascript communication' video on YouTube but that's based on LC ...

Go to advanced search