Re: Sending a message to users that floats above everything

2017-12-06 Thread J. Landman Gay via use-livecode
On 12/3/17 5:09 PM, Monte Goulding via use-livecode wrote: On 4 Dec 2017, at 10:01 am, J. Landman Gay via use-livecode wrote: Bump. I think the team has forgotten about the PR for the Android toast. Anyone want to try their hand at making it in LCB?

Re: Sending a message to users that floats above everything

2017-12-05 Thread Mark Waddingham via use-livecode
On 2017-12-04 00:22, Brian Milby via use-livecode wrote: There are actually 2 PRs for toast... one LCB and another in the engine itself. 5860 & 5018 Indeed - the LCB one started off as a transliteration of the engine implementation provided by @HedgeHao... It has the advantage of being a

Re: Sending a message to users that floats above everything

2017-12-03 Thread Brian Milby via use-livecode
There are actually 2 PRs for toast... one LCB and another in the engine itself. 5860 & 5018 On Sun, Dec 3, 2017 at 5:09 PM Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > > > On 4 Dec 2017, at 10:01 am, J. Landman Gay via use-livecode < > use-livecode@lists.runrev.com>

Re: Sending a message to users that floats above everything

2017-12-03 Thread Monte Goulding via use-livecode
> On 4 Dec 2017, at 10:01 am, J. Landman Gay via use-livecode > wrote: > > Bump. > > I think the team has forgotten about the PR for the Android toast. Anyone > want to try their hand at making it in LCB? Actually Mark already did it in LCB but the PR is

Re: Sending a message to users that floats above everything

2017-12-03 Thread J. Landman Gay via use-livecode
Bump. I think the team has forgotten about the PR for the Android toast. Anyone want to try their hand at making it in LCB? On 8/21/17 12:25 PM, Mark Waddingham via use-livecode wrote: On 2017-08-21 17:41, J. Landman Gay via use-livecode wrote: Monte's external works great on newer Android

Re: Sending a message to users that floats above everything

2017-08-25 Thread J. Landman Gay via use-livecode
On 8/24/17 2:28 PM, Richard Gaskin via use-livecode wrote: > The equivalent for Android is in the Android object library I made > which is now available for anyone who attended my LC Global session. For those who didn't, what is it and where it is? It's an object library I made for myself

Re: Sending a message to users that floats above everything

2017-08-24 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > My main point was that intrusive answer dialogs aren't appropriate for > any OS now, and no mobile platform uses them. There are no native > substitutes. I see. Thanks. I was thinking of Answer as serving two purposes: a) Immediate notification, often requiring

Re: Sending a message to users that floats above everything

2017-08-24 Thread J. Landman Gay via use-livecode
My main point was that intrusive answer dialogs aren't appropriate for any OS now, and no mobile platform uses them. There are no native substitutes. The equivalent for Android is in the Android object library I made which is now available for anyone who attended my LC Global session. If you

Re: Android Security (was Re: Sending a message to users that floats above everything)

2017-08-24 Thread Mark Waddingham via use-livecode
I must confess I read Jacques post as meaning the Google Play Store (google play services are something else - although related). If the store is now present on that percentage of devices then the problem with OS updates more than justifies the recent tightening of the rules of the store...

Re: Sending a message to users that floats above everything

2017-08-24 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote (re. Answer dialogs): > If you want native appearance they are inappropriate. How can they be made HIG conformant? I guess a follow-on question would be: why are they not? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile,

Re: Sending a message to users that floats above everything

2017-08-24 Thread Roger Eller via use-livecode
And we all know that iOS malware is the very best that money can buy! ;-) On Thu, Aug 24, 2017 at 10:47 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > If the malware is good enough, you won't know. ;-) > > Bob S > > > > On Aug 24, 2017, at 05:55 , Roger Eller via

Android Security (was Re: Sending a message to users that floats above everything)

2017-08-24 Thread Stephen MacLean via use-livecode
> On Aug 24, 2017, at 3:14 AM, J. Landman Gay via use-livecode > wrote: > > On 8/24/17 12:22 AM, Stephen MacLean via use-livecode wrote: >> My point was that unfortunately that only means ~15% of currently active >> Android devices are fairly safe and Bob’s

Re: Sending a message to users that floats above everything

2017-08-24 Thread Bob Sneidar via use-livecode
If the malware is good enough, you won't know. ;-) Bob S > On Aug 24, 2017, at 05:55 , Roger Eller via use-livecode > wrote: > > I have never experienced any malware attacks, and the > device continues to serve me well in compatibility-testing of apps created >

Re: Sending a message to users that floats above everything

2017-08-24 Thread Roger Eller via use-livecode
On Thu, Aug 24, 2017 at 9:01 AM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > > Jonathan wrote: > > I hate to hide the map just for something like adjusting the range at > which one can see markers. > > You could make a snapshot of the map, gray it out and use the image as >

Re: Sending a message to users that floats above everything

2017-08-24 Thread Roger Eller via use-livecode
On Thu, Aug 24, 2017 at 7:18 AM, Jonathan Lynch via use-livecode < use-livecode@lists.runrev.com> wrote: > I hate to hide the map just for something like adjusting the range at > which one can see markers. > > That said, yours is probably the best currently available solution. It > would be easy

Re: Sending a message to users that floats above everything

2017-08-24 Thread hh via use-livecode
> Jonathan wrote: > I hate to hide the map just for something like adjusting the range at which > one can see markers. You could make a snapshot of the map, gray it out and use the image as background (everything else hidden). ___ use-livecode mailing

Re: Sending a message to users that floats above everything

2017-08-24 Thread Roger Eller via use-livecode
On Thu, Aug 24, 2017 at 3:14 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 8/24/17 12:22 AM, Stephen MacLean via use-livecode wrote: > >> My point was that unfortunately that only means ~15% of currently active >> Android devices are fairly safe and Bob’s

Re: Sending a message to users that floats above everything

2017-08-24 Thread Jonathan Lynch via use-livecode
I hate to hide the map just for something like adjusting the range at which one can see markers. That said, yours is probably the best currently available solution. It would be easy to hide and show the current group as needed. Sent from my iPhone > On Aug 24, 2017, at 6:00 AM, hh via

Re: Sending a message to users that floats above everything

2017-08-24 Thread hh via use-livecode
Jonathan wrote: > What is the best way to send a message to users that floats above > everything else, including browser widgets? > ... > Would it be possible in LCB to make a float-above-everything (including > browser) dialog? Didn't read the whole huge thread, so in case it is not already

Re: Sending a message to users that floats above everything

2017-08-24 Thread Jonathan Lynch via use-livecode
Would it be possible in LCB to make a float-above-everything (including browser) dialog? Sent from my iPhone > On Aug 24, 2017, at 4:49 AM, Keith Martin via use-livecode > wrote: > >> On 21 Aug 2017, at 18:53, J. Landman Gay via use-livecode wrote: >> >> If

Re: Sending a message to users that floats above everything

2017-08-24 Thread Keith Martin via use-livecode
On 21 Aug 2017, at 18:53, J. Landman Gay via use-livecode wrote: If you want native appearance they are inappropriate. Ah, a slightly different thing to what I first assumed. Answer dialogs as a concept have an important place, of course. But yes, non-standard UI/appearance for stuff that

Re: Sending a message to users that floats above everything

2017-08-24 Thread J. Landman Gay via use-livecode
On 8/24/17 12:22 AM, Stephen MacLean via use-livecode wrote: My point was that unfortunately that only means ~15% of currently active Android devices are fairly safe and Bob’s comment, while brief, was fair as far as it was concerned. Once Android hits iOS’s ~85% active devices on latest

Re: Sending a message to users that floats above everything

2017-08-23 Thread Stephen MacLean via use-livecode
> On Aug 24, 2017, at 12:00 AM, J. Landman Gay via use-livecode > wrote: > > On 8/23/17 10:27 PM, Stephen MacLean via use-livecode wrote: >> Only about ~15% of Android devices are at anywhere near a recent patch level >> or current OS version. >> Android, locked

Re: Sending a message to users that floats above everything

2017-08-23 Thread J. Landman Gay via use-livecode
On 8/23/17 10:27 PM, Stephen MacLean via use-livecode wrote: Only about ~15% of Android devices are at anywhere near a recent patch level or current OS version. Android, locked down like iOS (store only apps, current OS version, no - cheap knock offs, stock only OS, etc, etc.) may be close to

Re: Sending a message to users that floats above everything

2017-08-23 Thread Stephen MacLean via use-livecode
> On Aug 23, 2017, at 4:23 PM, Richard Gaskin via use-livecode > wrote: > > J. Landman Gay wrote: > > > On 8/23/17 9:46 AM, Bob Sneidar via use-livecode wrote: > >> But the reason there are more attacks against Android is simple. > >> It's orders of magnitude

Re: Sending a message to users that floats above everything

2017-08-23 Thread Bob Sneidar via use-livecode
"Security Fix: A stack overflow vulnerability was found in nan* functions that could cause applications, which process long strings with the nan f" WHAT arbitrary code? Code that can run elevated? What does arbitrary mean? Just because you can get code to run, doesn't mean it can override

Re: Sending a message to users that floats above everything

2017-08-23 Thread Bob Sneidar via use-livecode
And I quote, "The security bug can be exploited by a logged-in attacker, or malware on the computer, to gain total unauthorized control of the Mac." How did the attacker "log in"? How did the malware GET on the computer?? That is my point. ANY software that an end user installs no longer

Re: Sending a message to users that floats above everything

2017-08-23 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > On 8/23/17 4:19 PM, Richard Gaskin via use-livecode wrote: >> But here I just did a Google search - this was the first one I found: >> >> Get root on an OS X 10.10 Mac: The exploit is so trivial it fits >> in a tweet; If you want it fixed, upgrade to the El

Re: Sending a message to users that floats above everything

2017-08-23 Thread J. Landman Gay via use-livecode
On 8/23/17 4:19 PM, Richard Gaskin via use-livecode wrote: But here I just did a Google search - this was the first one I found:    Get root on an OS X 10.10 Mac: The exploit is so trivial it fits    in a tweet; If you want it fixed, upgrade to the El Capitan beta

Re: Sending a message to users that floats above everything

2017-08-23 Thread J. Landman Gay via use-livecode
On 8/23/17 3:38 PM, Bob Sneidar via use-livecode wrote: Gotta disagree there. Not sure how you would quantify it either. I have yet to see an exploit for OS X that elevated priveleges, allowed software to be installed silently, and didn't require user interaction of some sort.

Re: Sending a message to users that floats above everything

2017-08-23 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: >> On Aug 23, 2017, at 13:23 , Richard Gaskin wrote: >> >> Stock Android is safer than just about any desktop OS, including >> macOS. > > Gotta disagree there. Not sure how you would quantify it either. Without quantification there would be no objective means to see if you

Re: Sending a message to users that floats above everything

2017-08-23 Thread Bob Sneidar via use-livecode
Gotta disagree there. Not sure how you would quantify it either. I have yet to see an exploit for OS X that elevated priveleges, allowed software to be installed silently, and didn't require user interaction of some sort. Lots of press, but when you get down to where they talk about the

Re: Sending a message to users that floats above everything

2017-08-23 Thread Bob Sneidar via use-livecode
But... the Chinese are out FRIENDS! ;-) (and their food is quite tasty too!) Bob S > On Aug 23, 2017, at 12:20 , J. Landman Gay via use-livecode > wrote: > > Avoid the cheap Chinese knock-offs that ship without Google's software. Those > are the dangerous

Re: Sending a message to users that floats above everything

2017-08-23 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > On 8/23/17 9:46 AM, Bob Sneidar via use-livecode wrote: >> But the reason there are more attacks against Android is simple. >> It's orders of magnitude easier to exploit. > > Very true. But the actual percentage of Android users who contract > malware is less than 1%

Re: Sending a message to users that floats above everything

2017-08-23 Thread J. Landman Gay via use-livecode
On 8/23/17 9:46 AM, Bob Sneidar via use-livecode wrote: But the reason there are more attacks against Android is simple. It's orders of magnitude easier to exploit. Very true. But the actual percentage of Android users who contract malware is less than 1% (0.01 sticks in my memory.) And

Re: Sending a message to users that floats above everything

2017-08-23 Thread Bob Sneidar via use-livecode
So long as social engineering is not counted in the gamut of "hacks", I might agree. I don't count anything where a user does something unprescribed, or is tricked into doing something as a hack. I was listening to The Tech Guy last Sunday and a gal called in to say she was in facebook and an

Re: Sending a message to users that floats above everything

2017-08-23 Thread Roger Eller via use-livecode
On Tue, Aug 22, 2017 at 4:43 PM, Stephen Barncard via use-livecode < use-livecode@lists.runrev.com> wrote: > the Android world creeps me out. And those phones always seem to break. > > sqb > > -- > Stephen Barncard - Sebastopol Ca. USA - > mixstream.org > > LOL! I love the customizability of

Re: Sending a message to users that floats above everything

2017-08-22 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > I suppose it depends on what your priorities are. If I could be > virtually guaranteed that going to a web site wouldn't hijack my > computer, and there were alternatives to having a native file system > so that it wasn't nearly so important (the iOS does have a file system

Re: Sending a message to users that floats above everything

2017-08-22 Thread Bob Sneidar via use-livecode
I suppose it depends on what your priorities are. If I could be virtually guaranteed that going to a web site wouldn't hijack my computer, and there were alternatives to having a native file system so that it wasn't nearly so important (the iOS does have a file system it's just sandboxed

Re: Sending a message to users that floats above everything

2017-08-22 Thread J. Landman Gay via use-livecode
On 8/22/17 3:43 PM, Stephen Barncard via use-livecode wrote: the Android world creeps me out. And those phones always seem to break. None of my phones are newer than 3 years old and they all work. I prefer Android because it's a real operating system with a file system where you can open

Re: Sending a message to users that floats above everything

2017-08-22 Thread Richard Gaskin via use-livecode
Stephen Barncard wrote: > the Android world creeps me out. My wife (definitely not a techie) says the same thing on the rare day when she has to use my iPad. There's no disputing taste. I prefer the ease of deploying my test builds to Android, and the customizability, and having three

Re: Sending a message to users that floats above everything

2017-08-22 Thread Stephen Barncard via use-livecode
the Android world creeps me out. And those phones always seem to break. sqb -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Tue, Aug 22, 2017 at 11:57 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I did roll my own but it isn't possible to get it

Re: Sending a message to users that floats above everything

2017-08-22 Thread J. Landman Gay via use-livecode
I did roll my own but it isn't possible to get it quite right. It's called a "toast" because it pops up/slides up from the bottom of the screen and then slides back down again. Doing it in LCS requires visual effects which break the effect if there is anything under the sliding area;

Re: Sending a message to users that floats above everything

2017-08-22 Thread Richard Gaskin via use-livecode
jonathandlynch wrote: > It would really be great if we could pop over a substack on all > platforms. Can that be done in LCB? http://quality.livecode.com/show_bug.cgi?id=2786 -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: Sending a message to users that floats above everything

2017-08-22 Thread Jonathan Lynch via use-livecode
Export a snapshot of the main stack and use it as the background for the top stack? That could work. Would need to test how fast it is and how well it works when a browser widget is up. Sent from my iPhone > On Aug 22, 2017, at 2:03 PM, jonathandly...@gmail.com wrote: > > It would really be

Re: Sending a message to users that floats above everything

2017-08-22 Thread Jonathan Lynch via use-livecode
It would really be great if we could pop over a substack on all platforms. Can that be done in LCB? Sent from my iPhone > On Aug 22, 2017, at 1:49 PM, Bob Sneidar via use-livecode > wrote: > > Oooh I was thinking about toasting... err rolling my own! > > Bob S

Re: Sending a message to users that floats above everything

2017-08-22 Thread Bob Sneidar via use-livecode
Oooh I was thinking about toasting... err rolling my own! Bob S > On Aug 22, 2017, at 10:41 , Mark Waddingham via use-livecode > wrote: > > On 2017-08-22 17:10, Bob Sneidar via use-livecode wrote: >> Educate me, what is toast? > > It pops up a small overlay on

Re: Sending a message to users that floats above everything

2017-08-22 Thread Mark Waddingham via use-livecode
On 2017-08-22 17:10, Bob Sneidar via use-livecode wrote: Educate me, what is toast? It pops up a small overlay on the screen with a message, which then fades away after a fixed period of time. A bit like notifications on Mac, and the small bubble that can appear above the taskbar on Windows.

Re: Sending a message to users that floats above everything

2017-08-22 Thread Bob Sneidar via use-livecode
Educate me, what is toast? Bob S > On Aug 21, 2017, at 23:50 , Mark Waddingham via use-livecode > wrote: > > I wouldn't usually suggest duplicating effort / code - however the Toast > function is too hard to resist in this case... If only to show a direct >

Re: Sending a message to users that floats above everything

2017-08-22 Thread Mark Waddingham via use-livecode
On 2017-08-21 23:38, Monte Goulding via use-livecode wrote: Hmm… nobody told me about a crash… anyway, as Mark said it’s probably best done in LCB now. I wouldn't usually suggest duplicating effort / code - however the Toast function is too hard to resist in this case... If only to show a

Re: Sending a message to users that floats above everything

2017-08-21 Thread J. Landman Gay via use-livecode
On 8/21/17 4:38 PM, Monte Goulding via use-livecode wrote: On 22 Aug 2017, at 1:41 am, J. Landman Gay via use-livecode wrote: Monte's external works great on newer Android devices but seems to crash on older ones. That's why I had to replace it with a hacked

Re: Sending a message to users that floats above everything

2017-08-21 Thread Monte Goulding via use-livecode
> On 22 Aug 2017, at 1:41 am, J. Landman Gay via use-livecode > wrote: > > Monte's external works great on newer Android devices but seems to crash on > older ones. That's why I had to replace it with a hacked up fake in my > Android object library. There's a

Re: Sending a message to users that floats above everything

2017-08-21 Thread J. Landman Gay via use-livecode
Yes, they're easy to implement, but they don't match the specs for any modern OS and they're very old school. If you want native appearance they are inappropriate. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Sending a message to users that floats above everything

2017-08-21 Thread Mark Waddingham via use-livecode
On 2017-08-21 17:41, J. Landman Gay via use-livecode wrote: Monte's external works great on newer Android devices but seems to crash on older ones. That's why I had to replace it with a hacked up fake in my Android object library. There's a pull request in git for a native toast that is waiting

Re: Sending a message to users that floats above everything

2017-08-21 Thread Jonathan Lynch via use-livecode
I like the dialogs on iOS. Simple, not offensive, clean. Sent from my iPhone > On Aug 21, 2017, at 12:32 PM, Bob Sneidar via use-livecode > wrote: > > Awww! Take it back! I use em all the time. Someone clicks the delete button, > I ask them if they are sure

Re: Sending a message to users that floats above everything

2017-08-21 Thread Bob Sneidar via use-livecode
Awww! Take it back! I use em all the time. Someone clicks the delete button, I ask them if they are sure that is what they want to do. Bob S > On Aug 21, 2017, at 08:41 , J. Landman Gay via use-livecode > wrote: > > Answer dialogs aren't appropriate for any

Re: Sending a message to users that floats above everything

2017-08-21 Thread J. Landman Gay via use-livecode
Monte's external works great on newer Android devices but seems to crash on older ones. That's why I had to replace it with a hacked up fake in my Android object library. There's a pull request in git for a native toast that is waiting for review and as soon as it's available I will switch to

Re: Sending a message to users that floats above everything

2017-08-21 Thread Mark Waddingham via use-livecode
On 2017-08-21 14:55, Jonathan Lynch via use-livecode wrote: This mislayering is with browser widgets that are grouped into different groups. Would that make a difference? Quite possibly! The engine does extra work to handle grouped widgets which use a native layer (it has to synthesize the

Re: Sending a message to users that floats above everything

2017-08-21 Thread Jonathan Lynch via use-livecode
This mislayering is with browser widgets that are grouped into different groups. Would that make a difference? Sent from my iPhone > On Aug 21, 2017, at 8:24 AM, Mark Waddingham via use-livecode > wrote: > >> On 2017-08-21 03:53, Jonathan Lynch via use-livecode

Re: Sending a message to users that floats above everything

2017-08-21 Thread Mark Waddingham via use-livecode
On 2017-08-21 03:53, Jonathan Lynch via use-livecode wrote: I have been using "answer", "ask", and the mobile picker because they appear on top. However, these system dialogs are not always pretty, especially on Android. Is there another option? I tried using a browser widget, but that does not

Re: Sending a message to users that floats above everything

2017-08-21 Thread Roger Eller via use-livecode
Does the browser -need- to be visible during the message? If not, hide it first. If so, display a temp screenshot of it during your message. ~Roger On Aug 20, 2017 9:53 PM, "Jonathan Lynch via use-livecode" < use-livecode@lists.runrev.com> wrote: What is the best way to send a message to

Re: Sending a message to users that floats above everything

2017-08-21 Thread Jonathan Lynch via use-livecode
I will check that out - thanks Dave Sent from my iPhone > On Aug 21, 2017, at 5:18 AM, Dave Kilroy via use-livecode > wrote: > > > Jonathan - how about a toast? (on Android that is), I haven’t tested it but I > would assume it would appear above a browser… >

Re: Sending a message to users that floats above everything

2017-08-21 Thread Dave Kilroy via use-livecode
Jonathan - how about a toast? (on Android that is), I haven’t tested it but I would assume it would appear above a browser… Monte did an external some time ago (mergAndroid I think) that I’m pretty sure included support for toasting :) Kind regards Dave

Re: Sending a message to users that floats above everything

2017-08-20 Thread Jonathan Lynch via use-livecode
Thanks Swami, I think you are right - but I really hate the way the answer dialog looks on Android. Sent from my iPhone > On Aug 20, 2017, at 11:21 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Jonathan: > > I don't think it is even/ever

Re: Sending a message to users that floats above everything

2017-08-20 Thread Sannyasin Brahmanathaswami via use-livecode
Jonathan: I don't think it is even/ever possible to get something to "float"on top of a browser widget on Mobile. I wish/hope that I am wrong. On 8/20/17, 3:53 PM, "use-livecode on behalf of Jonathan Lynch via use-livecode"

Sending a message to users that floats above everything

2017-08-20 Thread Jonathan Lynch via use-livecode
What is the best way to send a message to users that floats above everything else, including browser widgets? I have been using "answer", "ask", and the mobile picker because they appear on top. However, these system dialogs are not always pretty, especially on Android. Is there another