Yeah circle of faiths lol.
I was going to skip the Android version since it seemed a bit of a hassle to install and Android test environment, but I’ll try without one and just upload to the Play store if I can.
Search found 53 matches
- Wed May 27, 2020 10:03 pm
- Forum: iOS Deployment
- Topic: Another app on the AppStore
- Replies: 3
- Views: 1161
- Tue May 26, 2020 10:32 pm
- Forum: iOS Deployment
- Topic: Another app on the AppStore
- Replies: 3
- Views: 1161
Another app on the AppStore
Hi all, if you are interested I have a 2nd app now on the iPhone App Store called OP-Z Modes https://apps.apple.com/gb/app/op-z-modes/id1514937485 It’s a fairly simple program to retrieve a set of scale notes and chords from the Circle of faiths and display them for use with an OP-Z, a small synthes...
- Sun May 17, 2020 6:52 pm
- Forum: iOS Deployment
- Topic: IOS icon will not display
- Replies: 2
- Views: 1146
Re: IOS icon will not display
Thank you so much for helping, I changed the Xcode location using xcode-select path to Xcode app and alls working again.
This web page was a help as well
http://iosdevelopertips.com/xcode/xcode ... xcode.html
Thanks again.
This web page was a help as well
http://iosdevelopertips.com/xcode/xcode ... xcode.html
Thanks again.
- Sat May 16, 2020 1:36 pm
- Forum: iOS Deployment
- Topic: IOS icon will not display
- Replies: 2
- Views: 1146
IOS icon will not display
Hi, like a couple of others the IOS icon will not display. I'm using Livecode 9.6.0 DP4. Splash screens work fine but the icon stays as the default both for new projects and even an old app that has been released on the store. I've ticked pre-rendered and checked the images but no luck. Any advice w...
- Sat Mar 28, 2020 9:08 am
- Forum: iOS Deployment
- Topic: Support for iOS 13.3
- Replies: 8
- Views: 2299
Re: Support for iOS 13.3
I find it easier to keep two copies of XCode on my Mac. The regular one that gets updated automatically by Apple and a 2nd kept in a separate folder that Is missed by the updates and locked to whichever is the version required by Livecode. When I return to Livecoding after a time away I typically ha...
- Mon Dec 31, 2018 10:38 am
- Forum: Data Grid Helper
- Topic: iOS scripts in DG2.5
- Replies: 2
- Views: 4463
Re: iOS scripts in DG2.5
That's great, thanks for the explanation 

- Wed Dec 26, 2018 8:28 pm
- Forum: Data Grid Helper
- Topic: iOS scripts in DG2.5
- Replies: 2
- Views: 4463
iOS scripts in DG2.5
Hiya
I’m not really clear what the iOS scripts do in dg2.5
I.e. iOS scroller script and native fields, plus the iOS storage script.
Can someone explain what these are used for, I can’t seem to see anything in the docs.
Thanks
Roger
I’m not really clear what the iOS scripts do in dg2.5
I.e. iOS scroller script and native fields, plus the iOS storage script.
Can someone explain what these are used for, I can’t seem to see anything in the docs.
Thanks
Roger
- Sun Nov 18, 2018 12:31 am
- Forum: iOS Deployment
- Topic: Open Printing to PDF on IOS
- Replies: 4
- Views: 1711
Re: Open Printing to PDF on IOS
Well this is embarrassing, I just found that I’d answered this query myself a year ago. Doh!
viewtopic.php?t=28373
Sigh
viewtopic.php?t=28373
Sigh
- Sat Nov 17, 2018 11:58 pm
- Forum: iOS Deployment
- Topic: Open Printing to PDF on IOS
- Replies: 4
- Views: 1711
Re: Open Printing to PDF on IOS
Thanks Quailcreek, still no joy though even with rreHardcopy included. It seems as if that the rreHardCopy library is to "present the standard printing interface controller, offering to print the given PDF file with the specified job name." i.e. to send the pdf to the external physical printer which...
- Sat Nov 17, 2018 7:31 pm
- Forum: iOS Deployment
- Topic: Open Printing to PDF on IOS
- Replies: 4
- Views: 1711
Open Printing to PDF on IOS
Hi I'm having a problem with getting Open printing to PDF to work on an iPhone. This is the code I'm using in a button on mouseup script: put the documents folder & "/PaperStand.pdf" into tPDFPath open printing to pdf tPDFPath print card 1 of stack "PDF Layout" into 0,0,575,800 close printing mergRe...
- Wed Jun 20, 2018 10:10 pm
- Forum: iOS Deployment
- Topic: Do you have an app on App Store ?
- Replies: 14
- Views: 5356
Re: Do you have an app on App Store ?
Here’s mine for IPhone (runs on iPad too)
Screen Ratio
https://itunes.apple.com/gb/app/screen- ... 05273?mt=8
Screen Ratio
https://itunes.apple.com/gb/app/screen- ... 05273?mt=8
- Tue Nov 14, 2017 10:52 am
- Forum: Talking LiveCode
- Topic: Hide or obfuscate mp4 videos
- Replies: 10
- Views: 3121
Re: Hide or obfuscate mp4 videos
Thanks for the suggestion, however the hidden folder can still be accessed by a user if they turn hidden folders off (in Windows for example). I think I have an approach that might work from reading another post about changing the bytes in the file i.e. In development 1. Use the live code command Op...
- Mon Nov 13, 2017 9:41 pm
- Forum: Talking LiveCode
- Topic: Hide or obfuscate mp4 videos
- Replies: 10
- Views: 3121
Re: Hide or obfuscate mp4 videos
Hi thanks, but whilst the videos are embedded into a web page, the entire html page and mp4 is part of the application and loaded by the web browser widget on startup. I.e the page is not acquired from the internet but from the local resource folder. The URL is not identifiable to the user, it just ...
- Sat Nov 11, 2017 12:41 pm
- Forum: Talking LiveCode
- Topic: Hide or obfuscate mp4 videos
- Replies: 10
- Views: 3121
Re: Hide or obfuscate mp4 videos
Thanks for the suggestion but the videos are actually part of a web page that I use the browser widget to display.
- Sat Nov 11, 2017 12:13 pm
- Forum: Talking LiveCode
- Topic: Hide or obfuscate mp4 videos
- Replies: 10
- Views: 3121
Hide or obfuscate mp4 videos
Hi I’m working on an application that uses included mp4 videos with Indy Livecode. However the mp4 files are easily copied from the standalone resource folder. Aside from using encrypt/decrypt commands which I assume will take a while on a large video does anyone have any other suggestions to hide o...