Re: Building in 8.1.10.RC 2 for iOS - Missing Undefined symbols

2018-05-15 Thread panagiotis merakos via use-livecode
Hi Brahmanathaswami, For using LC 8.1.10 RC2, you'll probably have to: 1. Keep only Xcode9.3 in Mobile Prefs 2. In the terminal, type: sudo xcode-select -s /path/to/xcode9.3 Note you'll have to do the same for Xcode9.2 if you want to use LC 9 Best, Panos -- On Wed, May 16, 2018 at 4:00 AM,

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Monte Goulding via use-livecode
If we can come up with a recipe for the IDE telling you it has saved a stack and that not being the case I’d love to fix it! Cheers Monte > On 16 May 2018, at 1:51 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Because in quitting, the text only

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
" So it is probably the case you have changes applied but not saved to disk." I faced this a few weeks ago, so today what I loaded 9 today, I was extra cautious… I made sure a) after stack script editor changes were applied. "green" b) save changes of the stack, of text only stack c) it might

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Monte Goulding via use-livecode
Brahma I’m fairy sure the issue you are seeing is because you have so many behaviors and libraries added via copy files and we don’t check if those files happen to be stacks that are open and are saved before we include them in the build. So it is probably the case you have changes applied but

Building in 8.1.10.RC 2 for iOS - Missing Undefined symbols

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
I just downloaded 8.1.10 RC 2 I have both xCode 9.2 and 9.3 entered in preferences. I get a "green" OK in the standalone preferences. But when I try to build for iOS , I get == [error] Unable to build app for device: linking for arm (arm64) failed with Undefined symbol for architecture

Re: How to dismiss keyboard on mobile

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
I found a way! # Set search string field, the on returnKey delete char -1 of me select after word -1 of me # but this does work on android, cursor goes the head of the when hitting return end returnKey # the Search Bottom: on mouseup focus on the mouseControl # above key line,

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
Andre was working on an HTML% module that is in big app SivaSiva. He pushed to our Git account, and you can check out from here. He was working in LC9. And I wonder if he got the bug I did today (again) I had stopped using 9, but I needed to debug on my phone. So: you save all your scripts,

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread panagiotis merakos via use-livecode
I realised my previous reply was sent only to Andre, so I am posting it again for anyone else watching the thread and/or suffering from the same problem: - Hi Andre, No I am not aware of any issue. I saw your report about the javascripthandlers not working on

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Andre Garzia via use-livecode
Panos, Thanks a lot for reaching out so fast. I will test this shortly and get back to you and the bug report. In the meanwhile, are you aware of any "javascriptHandlers" bug in Android? om om andre On Tue, May 15, 2018 at 6:35 PM, panagiotis merakos via use-livecode <

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread panagiotis merakos via use-livecode
Hi Andre, Have you tested with LC 8.1.10 rc1 (or rc2)? We added support for local storage on Android browser in this PR: https://github.com/livecode/livecode/pull/6362 Best, Panos -- On Tue, May 15, 2018 at 8:56 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: Bug with javascriptHandlers in mobile?

2018-05-15 Thread Andre Garzia via use-livecode
reported as https://quality.livecode.com/show_bug.cgi?id=21284 On Tue, May 15, 2018 at 3:52 PM, Andre Garzia wrote: > Hi Friends, > > Just asking for confirmation, has anyone used the "javascriptHandlers" of > the browser widget on mobile? I am setting them and they work

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Andre Garzia via use-livecode
Reported as https://quality.livecode.com/show_bug.cgi?id=21281 On Tue, May 15, 2018 at 4:47 PM, Andre Garzia wrote: > LocalStorage is a web api which is standard everywhere, you can read more > about it at: > >

[BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Andre Garzia via use-livecode
LocalStorage is a web api which is standard everywhere, you can read more about it at: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage It is part of the W3C Web Storage Spec and implemented in every single browser and webview everywhere but on Android default WebView it is

Re: Data Grid does not work in resizeStack handler

2018-05-15 Thread Tom Glod via use-livecode
can you post your resize script? On Tue, May 15, 2018 at 1:12 PM, R.H. via use-livecode < use-livecode@lists.runrev.com> wrote: > In LC 8 and 9 (latest versions) and on Windows 10 I tried to have a DG > adjust to the width and height of the resized window using other controls > as upper and

Re: How to dismiss keyboard on mobile

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
Jacque… that backkey does work… (hehe) my handler on backkey # need for android put the effective working screenrect into tScreen if (item 4 of tScreen-item 2 of tScreen) < 650 then # assume keyboard if up pass backKey else if the short name of this stack is "journal"

Bug with javascriptHandlers in mobile?

2018-05-15 Thread Andre Garzia via use-livecode
Hi Friends, Just asking for confirmation, has anyone used the "javascriptHandlers" of the browser widget on mobile? I am setting them and they work fine on Desktop but on mobile I see errors in the console such as: chromium: [INFO:CONSOLE(35)] "Uncaught TypeError: liveCode.getWordList is not a

Re: [ANN] Release 8.1.10 RC-2

2018-05-15 Thread panagiotis merakos via use-livecode
Yes there won't be a 8.2.x release. 8.1.10 will be the last in the 8.x series. The fixes of 8.1.10 rc1 and rc2 will be included in LC 9.0.1 rc1. Hope this helps, Panos On Tue, May 15, 2018, 18:20 Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Cool. I'm committed to 9

Re: [ANN] Release 8.1.10 RC-2

2018-05-15 Thread Bob Sneidar via use-livecode
Cool. I'm committed to 9 now (finally) and I don't like going backwards to get a bug fix that affects me. Bob S > On May 15, 2018, at 09:19 , panagiotis merakos via use-livecode > wrote: > > Hi Bob, > > Yes, every bug fix/enhancement that first appears in

Data Grid does not work in resizeStack handler

2018-05-15 Thread R.H. via use-livecode
In LC 8 and 9 (latest versions) and on Windows 10 I tried to have a DG adjust to the width and height of the resized window using other controls as upper and lower borders. All works fine without the data grid group. But when the group it is included in the script of the handler, the resizeStack

RE: [ANN] Release 8.1.10 RC-2

2018-05-15 Thread Ralph DiMola via use-livecode
I don't think there is going to be an 8.2 GM. 8.1.10 will be the last GM in the 8.x series if I understand correctly. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On

Re: [ANN] Release 8.1.10 RC-2

2018-05-15 Thread panagiotis merakos via use-livecode
Hi Bob, Yes, every bug fix/enhancement that first appears in 8.x will also appear in the future 9.x releases. Hope this helps, Panos -- On Tue, May 15, 2018 at 5:05 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Pardon my ignorance, but are these enhancements/bug

Re: [ANN] Release 8.1.10 RC-2

2018-05-15 Thread Bob Sneidar via use-livecode
Pardon my ignorance, but are these enhancements/bug fixes also applied to other versions like 9.0 or 8.2? Bob S > On May 15, 2018, at 08:47 , panagiotis merakos via use-livecode > wrote: > > Dear list members, > > We are pleased to announce the release of

[ANN] Release 8.1.10 RC-2

2018-05-15 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 8.1.10 RC-2. Note 8.1.10 is the last planned release in the 8.x series. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release

Re: Removing a stack from memory...

2018-05-15 Thread Bob Sneidar via use-livecode
Don't you have to send "close me" in time? How do you close a stack with a running script? Bob S > On May 15, 2018, at 24:28 , AndyP via use-livecode > wrote: > > This is my go-to routine for quitting applications which seems always to get > the job done. >

Re: PDF

2018-05-15 Thread Mark Waddingham via use-livecode
On 2018-05-14 20:50, Richard Gaskin via use-livecode wrote: They are indeed for very different purposes, and we've been using PDF for so long that it's become the hammer that makes everything look like a nail, applied to so much while it's only truly best for a much smaller subset. Of course

Re: Removing a stack from memory...

2018-05-15 Thread AndyP via use-livecode
This is my go-to routine for quitting applications which seems always to get the job done. //General quit routine on quitMyProject lock messages -- stop using stacks put the stacksInUse into myStacks repeat for each line myStack in myStacks stop using stack myStack end