Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-22 Thread J. Landman Gay via use-livecode
Do you get the same results if you get the rect of the card? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 22, 2018 9:25:43 PM Sannyasin Brahmanathaswami via use-livecode wrote: Never mind.. I had to run (since I did a fresh

Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-22 Thread Brian Milby via use-livecode
Interesting. I have an 8 plus and will test on Monday. If you use GM logic, actual pixel size reported should not pose a large problem. GM stores positions either fixed pixels from edge/object or percentage of total H or W from edge/object. If numbers are varying like that, percentage would

8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
Never mind.. I had to run (since I did a fresh install of Xcode) sudo xcode-select -s /Applications/Xcode.app But now my Simulator works! So we back the screenRect problem Wow... one step close to the gremlin (hehe) And, as Panos says it has nothing to do with 11.4 ... its deeper that than

Re: IOS 11.4 -- Stuck

2018-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
sudo xcode-select -s /Applications/Xcode.app that did it Now back on the screenRect thread. Mysterious new results Brahmanathaswami On 6/22/18, 3:38 PM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: That would go good news. But

Open source iOS and Android

2018-06-22 Thread Linda Miller, DVM via use-livecode
It is my understanding that apps created with the Community version of LiveCode are open source. If so, how to you know what apps on the apps stores (Apple and Google) are created with LiveCode and how do you request a copy of the source code? I have never published a LC app and am still in

Re: IOS 11.4 -- Stuck

2018-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
That would go good news. But LC 8.1.10 Xcode 9.3 Build for iPod,IPhone,iPad. 8.0 or later (can you make the error dialog box so we can copy it to the clipboard?) "Unable to build app for device: 394,1260,1" (screen shot here) http://wiki.hindu.org/screenshots/iOSErr2018--06-22.png Now,

Re: Browser Widget Layer on mobile

2018-06-22 Thread Brian Milby via use-livecode
I may not be stating it in the right terms, but native controls are above everything else in their own layer. On Jun 22, 2018, 5:37 PM -0500, Dan Friedman via use-livecode , wrote: > Greetings! > > I am working on a mobile app where I have a bowser widget in a group that is > scrollable. It

Browser Widget Layer on mobile

2018-06-22 Thread Dan Friedman via use-livecode
Greetings! I am working on a mobile app where I have a bowser widget in a group that is scrollable. It scrolls just fine (frankly, smoother that I thought it would!). However, there is a problem when the widget gets scrolled past the bounds of the group’s rect. On my mac, it’s working

Re: IOS 11.4 -- Stuck

2018-06-22 Thread panagiotis merakos via use-livecode
Hi Brahmanathaswami, You should still be able to deploy iOS apps to your iOS 11.4 device. This does NOT depend on the Xcode version you use to build the app. It depends only on the dropdown in the iOS standalone settings. For example, if you choose "8.0 or later" then your app will run on any iOS

Re: Align baselines of 2 fields

2018-06-22 Thread Bob Sneidar via use-livecode
That would work, but again I am trying to bail if my parameters are out of bounds. Bob S > On Jun 22, 2018, at 11:01 , Niggemann, Bernd via use-livecode > wrote: > > Hi Bob, > > how about: > > > if pOffset is empty then put 0 into pOffset > -- > if pOffset is not

RE: IOS 11.4 -- Stuck

2018-06-22 Thread Ralph DiMola via use-livecode
What error are you getting? You can revert but it's a pain and you'll need a pre-upgrade iCloud backup. 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

IOS 11.4 -- Stuck

2018-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
Without thinking about it, I said "yes" to a iOS upgrade. 11.4 Now it seems that I am lock out from making standalones. Any hope in 9.1 coming out soon? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Data in Custom properties

2018-06-22 Thread Ali Lloyd via use-livecode
It sounds like something somewhere is changing that data to a native string before being textDecoded. Try putting in some logging of the value of 'tData is strictly a binary string' to find out where it is getting stringified. On Fri, 22 Jun 2018 at 18:39, Tom Glod via use-livecode <

Re: Align baselines of 2 fields

2018-06-22 Thread Niggemann, Bernd via use-livecode
Hi Bob, how about: if pOffset is empty then put 0 into pOffset -- if pOffset is not strictly an integer then put pOffset div 1 into pOffset -- <- -- catch theError if pOffset is an integer nothing happens, if it is a floating point number

Re: Data in Custom properties

2018-06-22 Thread Tom Glod via use-livecode
hey malte . the custom properties and array encoding changed with v7 its safe to say that is the cause of any issues with character encoding. ...i store binaries and strings in custom properties . so i think internally it would make sense that its a binary. On Thu, Jun 21, 2018 at

Re: unicode & umlauts

2018-06-22 Thread Niggemann, Bernd via use-livecode
Hi Eric, I retested Scott's solution and it works like a charm. I must have made a mistake when copying the code initially. It is a lot easier and more sensible than my solution. this is Scott's script that works for me -- on mouseup local