Search found 40 matches

by booee
Fri Feb 04, 2022 7:59 pm
Forum: Mac OS
Topic: "Answer File" open file dialog not working for Mac Build
Replies: 7
Views: 4475

Re: "Answer File" open file dialog not working for Mac Build

Looks like it just doesn't like the tStartDirectory to be specialFolderPath("desktop")

I changed it to: specialFolderPath("home") and it seems to be working better now.
by booee
Fri Feb 04, 2022 7:45 pm
Forum: Mac OS
Topic: "Answer File" open file dialog not working for Mac Build
Replies: 7
Views: 4475

Re: "Answer File" open file dialog not working for Mac Build

Interesting, I'll try some of those things to see if it helps... However, yeah the problem is I don't even see the that dialog at all in your runtime of the application? It works in LiveCode when I run from there, but not from the built app. The macOS isn't even asking if your app can access that fo...
by booee
Fri Feb 04, 2022 6:21 pm
Forum: Mac OS
Topic: "Answer File" open file dialog not working for Mac Build
Replies: 7
Views: 4475

"Answer File" open file dialog not working for Mac Build

I notice that the "Answer File" no longer works in my Mac build, which I made for the Mac App Store. I'm not sure if it's a permissions issue, because Mac maybe no longer accepts specialFolderPath("desktop") or if I'm using an outdated version of LiveCode and a more recent version fixes the issue (c...
by booee
Sun Jan 24, 2021 5:19 pm
Forum: Windows
Topic: Video "player" won't show video, but plays audio - Windows 10
Replies: 2
Views: 3232

Re: Video "player" won't show video, but plays audio - Windows 10

Yup! That fixed it. Thank you so much!
by booee
Sun Jan 24, 2021 2:58 am
Forum: Windows
Topic: Video "player" won't show video, but plays audio - Windows 10
Replies: 2
Views: 3232

Video "player" won't show video, but plays audio - Windows 10

I have several different audio formats, which work on my Mac but don't on the PC of Livecode.
I can watch the videos in my Windows Media Player, so I'm guessing the format is fine.
However, in Windows 10 in LC, I import a video and only the audio comes through.

Any thoughts?
by booee
Wed Jan 13, 2021 1:49 am
Forum: Mac OS
Topic: mobileStoreEnablePurchaseUpdates with Mac OS
Replies: 4
Views: 4310

Re: mobileStoreEnablePurchaseUpdates with Mac OS

Hi kdjanz, Yeah, and that's tutorial is actually what I tried implementing when I noticed it doesn't work. Thought it just didn't work in Development, but nope...do a full app build and test and it doesn't work. And as you pointed out, Panos has the correct info (Livecode doesn't support this yet). ...
by booee
Tue Jan 12, 2021 6:11 pm
Forum: Mac OS
Topic: mobileStoreEnablePurchaseUpdates with Mac OS
Replies: 4
Views: 4310

Re: mobileStoreEnablePurchaseUpdates with Mac OS

Hi Panos,

Thanks so much for the information!
Really would LOVE seeing that added to a future version :)

Cheers,

Booee
by booee
Tue Jan 12, 2021 5:46 pm
Forum: Mac OS
Topic: mobileStoreEnablePurchaseUpdates with Mac OS
Replies: 4
Views: 4310

mobileStoreEnablePurchaseUpdates with Mac OS

I'm trying to build an in-app purchase to my Mac OS (Desktop) application. When testing, it seems to be unresponsive. Does "mobileStoreEnablePurchaseUpdates" ONLY work with iOS applications, and NOT desktop applications? If not, does anyone know if there's an ability to do in-app purchases with Mac ...
by booee
Wed Dec 30, 2020 7:22 pm
Forum: Mac OS
Topic: In-App Purchase with Mac Application
Replies: 0
Views: 12598

In-App Purchase with Mac Application

Does anyone know if you can perform In-App purchases with a Mac App from Livecode (as opposed to iOS)? And if so, can you follow the same commands and instructions as the provided tutorial from Livecode: https://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-app...
by booee
Mon Dec 21, 2020 5:21 am
Forum: Mac OS
Topic: Create Folder with Sandboxed Mac App doesn't work
Replies: 19
Views: 13327

Re: Create Folder with Sandboxed Mac App doesn't work

Yeah, it seems like a total mess. I, unfortunately, can't even get to the point where the App asks for permission. Basically, it dies the moment I Sandbox things. It asks for permission prior, and performs all of the necessary actions...but Sandboxing just breaks it. I can't tell if it's a Livecode ...
by booee
Sun Dec 20, 2020 5:13 pm
Forum: Mac OS
Topic: Create Folder with Sandboxed Mac App doesn't work
Replies: 19
Views: 13327

Re: Create Folder with Sandboxed Mac App doesn't work

So now for some reason sysError is returning 34
by booee
Sat Dec 19, 2020 7:55 pm
Forum: Mac OS
Topic: Create Folder with Sandboxed Mac App doesn't work
Replies: 19
Views: 13327

Re: Create Folder with Sandboxed Mac App doesn't work

I did notice this just now:
viewtopic.php?t=34055
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
My info.plist does NOT contain these things. Any idea why?
by booee
Sat Dec 19, 2020 7:39 pm
Forum: Mac OS
Topic: Create Folder with Sandboxed Mac App doesn't work
Replies: 19
Views: 13327

Re: Create Folder with Sandboxed Mac App doesn't work

That also doesn't work. I errorCode 2 and errorCode 1 from that.
Again though, it works BEFORE the project gets Sandboxed.
by booee
Sat Dec 19, 2020 6:01 pm
Forum: Mac OS
Topic: Create Folder with Sandboxed Mac App doesn't work
Replies: 19
Views: 13327

Re: Create Folder with Sandboxed Mac App doesn't work

I do notice these errors in AppWrapper (not sure if it's part of the issue)
https://ibb.co/9ydzmYy
by booee
Sat Dec 19, 2020 4:40 pm
Forum: Mac OS
Topic: Create Folder with Sandboxed Mac App doesn't work
Replies: 19
Views: 13327

Re: Create Folder with Sandboxed Mac App doesn't work

I guess my confusion/problem is why specialFolderPath("documents") path changes from /Users/randyl/Documents/Booee/ to /Users/randyl/Library/Containers/com.booee.booee/Data/Documents/Booee after Sandboxing. I'm not sure it's really a security issue, rather than something else is going on. As a test,...

Go to advanced search