Replacement for Video Library on Mac (webcam feed)

2020-05-15 Thread Ben Rubinstein via use-livecode
I needed to do something with a webcam feed, and confidently set out to do this using revInitializeVideoGrabber/revPreviewVideo etc. After several times scratching my head wondering why it didn't work I finally read the note in the dictionary that says "Support for the "Video Grabber" library on

Re: Replacement for Video Library on Mac (webcam feed)

2020-05-15 Thread Klaus major-k via use-livecode
Hi Ben, > Am 15.05.2020 um 11:08 schrieb Ben Rubinstein via use-livecode > : > > I needed to do something with a webcam feed, and confidently set out to do > this using revInitializeVideoGrabber/revPreviewVideo etc. After several times > scratching my head wondering why it didn't work I finall

Re: Replacement for Video Library on Mac (webcam feed)

2020-05-15 Thread Ben Rubinstein via use-livecode
Thanks Klaus, that's what I needed. Perhaps this will be my first contribution to the code: add a sentence to the dictionary entries for video grabber libary to point at this. Cheers! Ben On 15/05/2020 10:12, Klaus major-k via use-livecode wrote: Hi Ben, Am 15.05.2020 um 11:08 schrieb Ben

Help with HTML5 Livecode Site

2020-05-15 Thread David Bovill via use-livecode
I would like to create a beautiful HTML5 Livecode based community site. The best examples I’ve found are by hh here on the list. I’m really looking to build on those great resources and work with some artists to make something neat. Can anyone advise how to do lazy loading of the engine, and re

Re: Anyone willing to share a basic webpage template for LC HTML5 apps?

2020-05-15 Thread David Bovill via use-livecode
Just asked the same question. Would love to figure that out? Could we share a Github project? On 14 May 2020, 03:40 +0100, Terry Judd via use-livecode , wrote: > Hi - I've got a couple of HTML5 apps that I want to deploy to students at my > uni and was wondering if anyone had a fairly basic star

Sad truth about iOS apps

2020-05-15 Thread Graham Samuel via use-livecode
As many of you will know, I have been struggling to create an iPhone app - very unfamiliar territory for me. It’s been an education. Without help from this list and the mother ship I would have been dead in the water long ago. Finally I can see the (beta version of) the app running on my iPhone

Re: Sad truth about iOS apps

2020-05-15 Thread Prothero-ELS via use-livecode
Graham, You may be able to find a used Mac that will run Catalina. My old MacBook Pro was one of the earliest that had 64 bit processor, but when it’s battery started interfering with the trackpad, I panicked and bought a new MacBook Pro. Then I took my old MacBook Pro to be fixed and it returne

Re: Sad truth about iOS apps

2020-05-15 Thread Peter Bogdanoff via use-livecode
Hi Graham, You might want to look at these kinds of articles: How to install Catalina on older Mac, update macOS on an old MacBook https://www.macworld.co.uk/how-to/mac-software/install-catalina-old-mac-3654960/ Peter > On May 15, 2020, at 9:02 AM, Graham Samuel via use-livecode > wrote: >

Re: Sad truth about iOS apps

2020-05-15 Thread panagiotis merakos via use-livecode
Hello Graham, Which LC version are you using? You **might** be able to hack the IDE to use the iOS 13 sdk, even with High Sierra. Use LC 9.6 RC-1 for this. Note: This is not recommended, so try it at your own risk. You can start with downloading Xcode 11.3 which includes the iOS SDK 13.2. Xcode

Re: Atom Editor Help

2020-05-15 Thread Peter Reid via use-livecode
Hi The reason I'm considering Atom is because I often help people on both Macs and PCs with regex type enquiries and it would be easier for me if I could settle on a single tool instead of having to be proficient in 2 or more tools (I do some Linux as well). If BBedit were at least PC as well a

Re: Sad truth about iOS apps

2020-05-15 Thread panagiotis merakos via use-livecode
Or you can use LC 9.6 DP-4 for that, if you don't want to use the storyboard splash screens that are in LC 9.6 RC-1. Kind regards, Panos -- On Fri, 15 May 2020 at 20:12, panagiotis merakos wrote: > Hello Graham, > > Which LC version are you using? You **might** be able to hack the IDE to > use

Re: Sad truth about iOS apps

2020-05-15 Thread Dev via use-livecode
http://forums.livecode.com/viewtopic.php?f=5&t=34097 Some other potential solutions from the forums > > On May 15, 2020 at 10:03 AM, (mailto:use-livecode@lists.runrev.com)> wrote: > > > > As many of you will know, I have been struggling to create

Re: Atom Editor Help

2020-05-15 Thread Richard Gaskin via use-livecode
Peter Reid wrote: > ...several of the LiveCode staff use the Atom text editor. That may explain the state of LC's Script Editor. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web __

Re: Sad truth about iOS apps

2020-05-15 Thread Tom Glod via use-livecode
I've ditched LC for mobile development but This may help you its not great for the simulator, but for making builds, it should work. http://www.xcodeclub.com Good luck. On Fri, May 15, 2020 at 1:20 PM Dev via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > http://f

Re: Sad truth about iOS apps

2020-05-15 Thread Richmond Mathewson via use-livecode
I posted something I found to get round this on the Forums On Fri, May 15, 2020, 9:26 PM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > I've ditched LC for mobile development but > > This may help you its not great for the simulator, but for making > builds,

Re: Sad truth about iOS apps

2020-05-15 Thread Lagi Pittas via use-livecode
Hi Graham, Why not get one of the hackintosh "modified" images for windows and run it inside virtualbox - probably s lot of hsrdwware wont work but |I bet xcode will. https://www.maketecheasier.com/install-macos-virtualbox/ https://www.hackint0sh.org/how-to-install-macos-on-virtualbox/ https://ww

Re: Sad truth about iOS apps

2020-05-15 Thread Graham Samuel via use-livecode
Very sincere thanks to all who replied - I will explore all your solutions and insights. If I get that far (to make an acceptable version of my app bundle) I will also have to solve a number of errors that the Loader reported. For instance: > The Key UIUUserInterfaceStyle … in the Payload/Myapp

LC 9.6.0 RC1 Splash/Launch Images

2020-05-15 Thread Graham Samuel via use-livecode
I see that the iOS Standalone Settings have changed in this version, no doubt to accommodate Apple’s new rules. One is required to provide six images as “Launch Images” under the “Splash” tab. It seems that there’s an image, a 2x image and a 3x image, and then another three for dark mode. There