RE: Crash log on mobile?

2019-05-08 Thread Ralph DiMola via use-livecode
J, Using adb at the command prompt(in the platform-tools folder in the SDK)... First clear the logcat Adb logcat -c Then run your app, let it crash and then dump the logcat. This will dump to your screen. Adb logcat -d You can pipe the screen dump into a file if you need to submit a bug report. Th

Crash log on mobile?

2019-05-08 Thread J. Landman Gay via use-livecode
An Android app in testing has crashed a few times. Is there a way to get a crash log? There is no error, just a quit to the launcher. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com __

RE: Apple Provisioning Profile Is Missing

2019-05-08 Thread Ralph DiMola via use-livecode
BR, Sorry I did not notice that. I am hammered here and flaked out. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Sannyasin Brahmanathaswami via use-livec

Re: Apple Provisioning Profile Is Missing

2019-05-08 Thread panagiotis merakos via use-livecode
Hello all, For future reference, we have a detailed lesson on how to upload your LC apps to the iOS AppStore: http://lessons.livecode.com/m/4069/l/33064-how-do-i-submit-an-ios-app-to-the-app-store Regards, Panos -- On Wed, 8 May 2019 at 16:15, Sannyasin Brahmanathaswami via use-livecode < use-l

Re: Apple Provisioning Profile Is Missing

2019-05-08 Thread Sannyasin Brahmanathaswami via use-livecode
Jacque says she remembered the folder was named "Payload" (not "PACKAGE") Yes! This works... 1. Get a Standalone -- "myApp.app" 2. Make folder "Payload"; put "myApp.app" into that 3. Zip that folder 4. Rename to "myApp.ipa" 5. Go the Xcode--> Open Developer Tool --> Application Loader. C

Re: Question for LCB FFI workshop attendees at upcoming conference

2019-05-08 Thread JJS via use-livecode
I'm not there, but what would be fantastic is to get TUIO running in Livecode. https://www.tuio.org/?software It's the most used protocol on big touch screens which are used in Offices, Hospitals, big companies, Workshops, Board meetings etcetera There are even screens now with integarted Wi

Re: Question for LCB FFI workshop attendees at upcoming conference

2019-05-08 Thread Alan Stenhouse via use-livecode
openCV (open source Computer Vision) perhaps? https://github.com/opencv/ Sadly not attending this year though! cheers Alan On 7 May 2019, at08:35:21,Trevor DeVore mailto:li...@mangomultimedia.com>> wrote: This is for anyone who plans on attending my workshop on using FFI in LCB at the confe

array and revExecuteSQL

2019-05-08 Thread Ludovic THEBAULT via use-livecode
hello when you use array with revExecuteSQL like : revExecuteSQL, dbID, tSQL, "tarray" can we use array wth keys as text and not number : tarray["latitude"] vs tarray[1] i’ve some bug with first syntax. Thanks for your light ! ___ use-livecode mailin