Re: sideloading updates to mobile

2024-02-21 Thread Andrew at MWCM via use-livecode
Sideloading to iOS itself is fairly easy, even easier with Jacque’s wonderful tool AirLaunch (which allows you to post a link online for the end-user to visit and install from w/o being on-site). The biggest hurdle I have found is that you must first obtain the UDID of the specific device you wa

Re: Installing mySQL on Windows

2023-07-03 Thread Andrew at MWCM via use-livecode
er. There ARE 64 bit binaries, but no MSI. > > Bob S > > > On Jun 23, 2023, at 11:55 AM, Andrew at MWCM via use-livecode > wrote: > > Just installed it last week on a Windows Server 2019 VM using the installer > from https://dev.mysql.com/do

Re: Installing mySQL on Windows

2023-06-23 Thread Andrew at MWCM via use-livecode
Just installed it last week on a Windows Server 2019 VM using the installer from https://dev.mysql.com/downloads/installer/ —Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and mana

Re: Android and USB footswitch

2023-05-31 Thread Andrew at MWCM via use-livecode
You can open local PDFs in a LiveCode app by loading them into the Browser widget. Do you plan on compiling with the PDFs as part of your app (in the Resources folder) or trying to add to the app after the fact? —Andrew Bell >>> Since PDFs are not accessible via "mobilepickmedia" are there ANY

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-03-01 Thread Andrew at MWCM via use-livecode
> andrew, > ok, now i'm curious: > do you also do deep linking into your app, itself? > I've thought about doing that, but I've never tried to figure out how. No deep linking INTO (but I think that is covered at https://lessons.livecode.com/m/4069/l/58672-using-custom-url-schemes

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-02-28 Thread Andrew at MWCM via use-livecode
> > Date: Tue, 28 Feb 2023 10:14:37 -0500 > From: Mike Kerner > To: How to use LiveCode > Subject: Re: On mobile: mergAVRequestMediaAccess "video" and > androidRequestPermission "android.permission.CAMERA" > Message-ID: > > Content-Type: text/plain; charset="UTF-8" > > this isn't a

Re: Move command on iOS

2018-08-03 Thread MWCM via use-livecode
Are you testing in iOS 12? This is the exact problem I’m having (that Monte just patched today). Sounds like it should be fixed in 9.0.1.rc2 --Andrew Bell --Sent from my iPhone >>> > From: "J. Landman Gay" > To: LiveCode Mailing List > Subject: Move command on iOS > Message-ID: > Conte

Re: Search a multidimensional array

2018-04-20 Thread MWCM via use-livecode
I tried to be a good developer and search the list before posting: multidimensional array search turned up some posts from 2014 but most “sort array” searches only returned single dimensional array options. I just started using encodedArrays on a recent project and fell in love with the simpli

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-14 Thread MWCM via use-livecode
I have an issue that isn’t exactly the same but may be related. Seldom do I work on two monitors, but my display configuration is constantly changing. My primary development machine is a 15” Retina MacBook Pro. The main project I work on is a large stack (iPhone 7 native resolution) stack that

Re: Android build executable on test device fails

2018-01-13 Thread MWCM via use-livecode
> Date: Sun, 14 Jan 2018 09:15:48 +0900 > From: Nicolas Cueto > To: How to use LiveCode > Subject: Re: Android build executable on test device fails > Message-ID: > > Content-Type: text/plain; charset="UTF-8" > > The problem is on 8.1.8. > > Any idea what the subject of that thread was? >

Re: Android build executable on test device fails

2018-01-13 Thread MWCM via use-livecode
> Testing on an Android device, the "Standalone builder progress" window > shows first "Building classes" and then for a brief moment "Building > executable", after which an error window reads "Unable to build app for > testing: could not open module file". > > Searched the forums but no mention

Re: use-livecode Digest, Vol 172, Issue 15

2018-01-06 Thread MWCM via use-livecode
> Looks like the FillInData handler in your row template script has an error > in it. Maybe some data isn?t what the script expects? Check line 79 and see > if there might be an error there. > > -- > Trevor DeVore > ScreenSteps >> Nailed it. I have a sub-routine that tries to use an image thum