Re: sysError values...

2019-01-29 Thread Rick Harrison via use-livecode
Hi Paul, I have gone down that road before too. Yes, sysError 13 is a permissions error. Rick > On Jan 29, 2019, at 8:16 PM, Paul Dupuis via use-livecode > wrote: > > So thanks for finding this. I was Googling things like "Livecode list of > system errors" or "LiveCode sysError value list" a

Re: The Notch

2019-01-29 Thread J. Landman Gay via use-livecode
Thanks, that sounds like what the default Android setup does too. So if I understand it right, the screenrect returns the available area of the screen below the notch, and I assume that fullscreenMode adapts to only that area as well. My current project won't be supporting a landscape layout s

Re: sysError values...

2019-01-29 Thread Mark Wieder via use-livecode
On 1/29/19 7:10 PM, Richard Gaskin via use-livecode wrote: I wish Apple well, but I'm finding myself feeling hopeful as a result of their sales/stock drop. The best years of their relations with developers were when they were hungry, in the mid-90s. Hunger is tonifying.  Maybe another six mont

Re: sysError values...

2019-01-29 Thread Richard Gaskin via use-livecode
Paul Dupuis wrote: > I was Googling things like "Livecode list of system errors" or > "LiveCode sysError value list" and so on. I was hoping or thinking > LiveCode might have a FAQ or some document on their website > listing them. > > That said, I am not sure this page actually represents the val

Re: iOS simulator issue - LC 9.0.2, Xcode 10.0

2019-01-29 Thread Terry Judd via use-livecode
Thanks Curry - seems to be working for now at least after a full restart. Command line tools were set to the right version but interestingly although the iOS12 simulator runs, it doesn't show up in the list of installed simulators in the components pane of the Xcode prefs window. Terry... On

RE: The Notch

2019-01-29 Thread Ralph DiMola via use-livecode
For iOS it returns the rect of the largest rectangle on the screen in any of 3 orientations (iPhone X does not allow portrait upside down). An iPhone X not only has the notch but rounded corners and the "swipe up home deal" area that's always at the bottom and must remain visible and unimpaired. A

Re: sysError values...

2019-01-29 Thread Paul Dupuis via use-livecode
So thanks for finding this. I was Googling things like "Livecode list of system errors" or "LiveCode sysError value list" and so on. I was hoping or thinking LiveCode might have a FAQ or some document on their website listing them. That said, I am not sure this page actually represents the val

Re: iOS simulator issue - LC 9.0.2, Xcode 10.0

2019-01-29 Thread Curry Kenworthy via use-livecode
Terry: > can’t get the simulator to run - it launches OK but LC throws an > error part way through the test/build process. > Unable to start simulator I've seen that! Can't remember which fix is for which error, but the handiest fix that I use most for Simulator is xCode's prefs: Command Line

Re: sysError values...

2019-01-29 Thread Bob Sneidar via use-livecode
dsIrqErr = 13, /*uninstalled interrupt error*/ http://krypted.com/lists/comprehensive-list-of-mac-os-x-error-codes/ I just googled it. Google is a search engine where you type in words into a field on a web page that have something to do with what you want to know and then the search engine

iOS simulator issue - LC 9.0.2, Xcode 10.0

2019-01-29 Thread Terry Judd via use-livecode
I’m running LC 9.0.2 on OSX Mojave and can’t get the simulator to run - it launches OK but LC throws an error part way through the test/build process. Unable to start simulator: 634,0,0,unknown C++ exception 573,228,1,revIPhoneSetSimulatorSDK Any ideas? Building direct to a phone works fine BTW.

Re: The Notch

2019-01-29 Thread Bob Sneidar via use-livecode
Say what you will about Steve Jobs (most people do) but I do not think he would have allowed this notched design. Bob S > On Jan 29, 2019, at 15:42 , J. Landman Gay via use-livecode > wrote: > >> OK - granted I had to look up what a Notch is... I'm sure someone thought it >> was a good ide

sysError values...

2019-01-29 Thread Paul Dupuis via use-livecode
In general, where does one find the English equivalent of the number returned by sysError for a given OS? In this specific case, the OS is OSX and the value is 13. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su

Re: The Notch

2019-01-29 Thread J. Landman Gay via use-livecode
On 1/29/19 3:59 PM, Mark Wieder via use-livecode wrote: On 1/29/19 1:37 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote:  > I don't have an Android or iPhone with a notch. How do we deal with  > positioning for those? Anything I need to know? Here's the recipe I followed: 1. Pl

Re: The Notch

2019-01-29 Thread J. Landman Gay via use-livecode
While Richard's recommendation is appealing, I can't really ask my customers to follow through. ;) I guess what I need to know is: What does the screenrect return on a notched phone? How about the rect of the card? Is it different than the screenrect? Google says the default display, with no fl

RE: The Notch

2019-01-29 Thread Ralph DiMola via use-livecode
I have not yet addressed the Android notch. My LG v20 has an offset to the right notch but it's reserved for the OS. For the iPhone I have a function GetCardRect(). It returns a standard issue 4 item rect. I don't use things like the "the top of this card...". As well as taking in account for the k

Re: The Notch

2019-01-29 Thread Mark Wieder via use-livecode
On 1/29/19 1:37 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: > I don't have an Android or iPhone with a notch. How do we deal with > positioning for those? Anything I need to know? Here's the recipe I followed: 1. Place the phone in a durable bag. 2. Hammer it for 15 minu

Re: The Notch

2019-01-29 Thread Bob Sneidar via use-livecode
They sent the phone back with a note that I had voided the warranty, for some reason. ;-) Bob S > On Jan 29, 2019, at 13:37 , Richard Gaskin via use-livecode > wrote: > > J. Landman Gay wrote: > > I don't have an Android or iPhone with a notch. How do we deal with > > positioning for those?

Re: The Notch

2019-01-29 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > I don't have an Android or iPhone with a notch. How do we deal with > positioning for those? Anything I need to know? Here's the recipe I followed: 1. Place the phone in a durable bag. 2. Hammer it for 15 minutes or until the frustration with arbitrary design distinctio

The Notch

2019-01-29 Thread J. Landman Gay via use-livecode
I don't have an Android or iPhone with a notch. How do we deal with positioning for those? Anything I need to know? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-29 Thread hh via use-livecode
> You could use "the target" do get the browser > that is calling the handler... .. and put the browserDocumentLoadComplete *only* in the card's script (or the stack's script if the widgets are on different cards). ___ use-livecode mailing list use-liv

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-29 Thread hh via use-livecode
You could use "the target" do get the browser that is calling the handler. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mail

Re: IndyCam2_v100

2019-01-29 Thread JJS via use-livecode
the PLUS is there cause it has some extras, so you are able to put your free app on Apple's store Op 28-1-2019 om 00:20 schreef David Bovill via use-livecode: Would be great to have a better description so I can see what it looks like, and what it does? For instance i don't need or want snapsho

Android needs 64 bit builds

2019-01-29 Thread JJS via use-livecode
Hi, just to let you know, but probably if you have a dev account at google you've received this message too, so for people who don't have a dev account at google. This was in the email from Google for Android builds. Get your apps ready for the 64-bit requirement Starting August 1, 2019,

Google API places autocomplete

2019-01-29 Thread Jose Enrique Montero via use-livecode
Hi, wich could be the best way to use the autocomplete address from google api places, on mobile app. - Browser with javascript -mobilecontrol field text + api post - map widget best regards Jose ___ use-livecode mailing list use-livecode@lists.runrev.c

browserDocumentLoadComplete fired twice Mobile

2019-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
browserDocumentLoadComplete is not in the dictionary. It's in described in API doc for the browser widget. Maybe that is intentional At any rate, for some reason if you have two browses widgets on the same card, but you have this in the script of only 1 browser widget widget "loader" widget

Re: Script Editor Performance

2019-01-29 Thread Mark Wieder via use-livecode
On 1/29/19 8:43 AM, Bob Sneidar via use-livecode wrote: Others have seen it and it seemed to be related to really long scripts. I've seen it on 20-line scripts. With 9.0.2. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-live

Re: Script Editor Performance

2019-01-29 Thread Bob Sneidar via use-livecode
I just did and am not seeing the issue. 9.0.2 Community MacOS 10.14.2 Bob S > On Jan 29, 2019, at 08:43 , Bob Sneidar via use-livecode > wrote: > > Others have seen it and it seemed to be related to really long scripts. I am > running 9.0.2 and have not seen this for a while. Open the datagr

Re: Script Editor Performance

2019-01-29 Thread Bob Sneidar via use-livecode
Others have seen it and it seemed to be related to really long scripts. I am running 9.0.2 and have not seen this for a while. Open the datagrid behavior and scroll to the bottom. That should do it if it's gonna trigger. Bob S > On Jan 29, 2019, at 08:09 , Matthias Rebbe via use-livecode >

Re: Script Editor Performance

2019-01-29 Thread Matthias Rebbe via use-livecode
Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de https://winsignhelper.dermattes.de > Am 29.01.2019 um 16:14 schrieb Richard Gaskin via use-livecode > mailto:use-livecode@lists.runrev.com>>: > >

Re: AW: Script Editor Performance

2019-01-29 Thread Richard Gaskin via use-livecode
Tiemo Hollmann wrote: > Beside of massive slowdowns, the 9er IDE has (at least on Win 10) some > nasty behaviors. E.g. When using the scroll-bar, the line numbers > don't get updated anymore. You have to stop scrolling and click > somewhere within the script to update the line numbers. Thanks fo

AW: Script Editor Performance

2019-01-29 Thread Tiemo Hollmann TB via use-livecode
I am still trying to find reproducible recipes. Sometimes it really is a mess to work with the IDE, sometimes (same stack, same script) it is acceptable (not nice, not performant, but acceptable). I have switched off all "fancy features". Beside of massive slowdowns, the 9er IDE has (at least on