Search found 38 matches
- Sun Jan 24, 2021 5:19 pm
- Forum: Windows
- Topic: Video "player" won't show video, but plays audio - Windows 10
- Replies: 2
- Views: 548
Re: Video "player" won't show video, but plays audio - Windows 10
Yup! That fixed it. Thank you so much!
- Sun Jan 24, 2021 2:58 am
- Forum: Windows
- Topic: Video "player" won't show video, but plays audio - Windows 10
- Replies: 2
- Views: 548
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?
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?
- Tue Jan 19, 2021 5:25 pm
- Forum: Feature Proposals
- Topic: Extend ability for in-app purchases to Mac OS.
- Replies: 0
- Views: 509
Extend ability for in-app purchases to Mac OS.
Hopefully, this is the official area to make feature requests? Adding in-app purchase ability to Mac App store is really a necessary function nowadays, since Mac requires the IAP model now and you aren't allowed to put secondary Demo/Trial/LITE versions on the App store. There essentially is no way ...
- Wed Jan 13, 2021 1:49 am
- Forum: Mac OS
- Topic: mobileStoreEnablePurchaseUpdates with Mac OS
- Replies: 4
- Views: 517
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). ...
- Tue Jan 12, 2021 6:11 pm
- Forum: Mac OS
- Topic: mobileStoreEnablePurchaseUpdates with Mac OS
- Replies: 4
- Views: 517
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
Thanks so much for the information!
Really would LOVE seeing that added to a future version

Cheers,
Booee
- Tue Jan 12, 2021 5:46 pm
- Forum: Mac OS
- Topic: mobileStoreEnablePurchaseUpdates with Mac OS
- Replies: 4
- Views: 517
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 ...
- Wed Dec 30, 2020 7:22 pm
- Forum: Mac OS
- Topic: In-App Purchase with Mac Application
- Replies: 0
- Views: 512
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...
- Mon Dec 21, 2020 5:21 am
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 1595
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 ...
- Sun Dec 20, 2020 5:13 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 1595
Re: Create Folder with Sandboxed Mac App doesn't work
So now for some reason sysError is returning 34
- Sat Dec 19, 2020 7:55 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 1595
Re: Create Folder with Sandboxed Mac App doesn't work
I did notice this just now:
viewtopic.php?t=34055
viewtopic.php?t=34055
My info.plist does NOT contain these things. Any idea why?<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
- Sat Dec 19, 2020 7:39 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 1595
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.
Again though, it works BEFORE the project gets Sandboxed.
- Sat Dec 19, 2020 6:01 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 1595
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
https://ibb.co/9ydzmYy
- Sat Dec 19, 2020 4:40 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 1595
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,...
- Fri Dec 18, 2020 11:52 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 1595
Re: Create Folder with Sandboxed Mac App doesn't work
I think I found the issue, but I'm not sure how to resolve it exactly: I added a line that said answer specialFolderPath("documents") & "/Booee/" This was the output: /Users/randyl/Library/Containers/com.booee.booee/Data/Documents/Booee For some reason it's trying to write to the "documents" folder ...
- Fri Dec 18, 2020 10:46 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 1595
Re: Create Folder with Sandboxed Mac App doesn't work
Yeah, I can create it manually. And in development (in Livecode), as well as a non-Sandboxed App, it creates the folder. The issue arises only after I Sandbox the app (which I use AppWrapper to do). But if the file and its containing folder allow writes, I don't know why the previous existence shoul...