RE: Speed test in LC application

2017-04-26 Thread Ralph DiMola via use-livecode
I see some unexplainable delays from an app to a LC web service on on-rev that I have not started to debug yet. I almost looks like a DNS resolution delay. I am going to WireShark the lan and see what's going on. I will let you know what I find. Ralph DiMola IT Director Evergreen Information Servi

Color Conversion - RGB to HSV and back... (almost)

2017-04-26 Thread Alejandro Tejada via use-livecode
Hi Mike, Many thanks for posting a link to your compilation stack: Master Library. How many new LiveCode users are aware of this wonderful resource? Thanks again for posting this. Sorry for replying so late, but recently I am not feeling well. Food intoxication is my educated guess... :( Because

Map Widget"

2017-04-26 Thread William Prothero via use-livecode
I found this link on the LC site. https://livecode.com/map-widget-coming-to-livecode/ Is there a map widget? Anybody working with google maps, not in a browser? If so, could you point me to a URL for a starter Bill William A. Prothero http:

mouseMove & backgoundBehavior

2017-04-26 Thread Jim Lambert via use-livecode
Make a group that is smaller than your card. Place this in the group’s script: on mousemove newMouseH, newMouseV put newMouseH, newMouseV end mousemove When the cursor moves around within the group the current mouseLoc is put into the message box. When the cursor m

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
When I tab to the next field, I want to select after the field content, or in other words place the blinking bar at the end of whatever is already there. By default, it is placing it in front of the field content. On Apr 26, 2017 6:14 PM, "J. Landman Gay via use-livecode" < use-livecode@lists.run

Speed test in LC application

2017-04-26 Thread Peter Bogdanoff via use-livecode
Hi, I’m sometimes having trouble with my application downloading audio and image files from a remote server when they are requested. I’m thinking of adding some diagnostic tools to the application to see what is going on and I would like to know if anyone has experience with this and can give m

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread J. Landman Gay via use-livecode
On 4/26/17 3:58 PM, Roger Eller via use-livecode wrote: How do I discover the name of the field which has received focus (blinking edit bar cursor) when the tabKey is pressed? One way: on openfield put the name of the target end openfield I'm not sure if you want to trap a message though. T

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
Thank you, Tom! On Wed, Apr 26, 2017 at 5:18 PM, tbodine via use-livecode < use-livecode@lists.runrev.com> wrote: > One way... > > if the focusedObject begins with "field" then > put the focusedObject into tActiveField > end if > > Tom B. > > > > -- > View this message in context: http://runtime

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread tbodine via use-livecode
One way... if the focusedObject begins with "field" then put the focusedObject into tActiveField end if Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/on-tabKey-what-field-contains-the-blinking-curser-tp4714288p4714289.html Sent from the Revolution - Us

on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
How do I discover the name of the field which has received focus (blinking edit bar cursor) when the tabKey is pressed? ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your sub

Re: Swiping between cards - metaphor end-of-the-road?

2017-04-26 Thread Paul Dupuis via use-livecode
On 4/26/2017 3:02 PM, Richard Gaskin via use-livecode wrote: > Either way, the gestures themselves are only part of the challenge. > In fact, for card swiping we need only one, a swipe. The bigger part > is handling the dual-card render during the gesture. This would work (in theory) for the vi

Re: Swiping between cards - metaphor end-of-the-road?

2017-04-26 Thread Sannyasin Brahmanathaswami via use-livecode
This is an important subject, I've been meaning to write this for a couple of weeks, but Richard got here first. our current app. (if anyone is interested I can send you the git repo link off line…it is public; I just don't want to post It public) use click and swipe "everywhere" the model i

RE: Will LiveCode run an x86 android device?

2017-04-26 Thread Ralph DiMola via use-livecode
I run an x86 tablet for testing and LC apps work but it's slow like 1/3 speed. 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 Jonathan Lynch via use-liveco

Re: Please block sims emails

2017-04-26 Thread Bob Sneidar via use-livecode
I clicked the link but I feel fairly confident as I am running Apple Mail and the email has to go through a fairly rigorous spam/malware filter on the inter webs before it gets here, then get past the firewall, which ALSO had malware detection built in. It wasn't very interesting though. Just a

Re: Will LiveCode run an x86 android device?

2017-04-26 Thread Jonathan Lynch via use-livecode
Does it run arm-emulation automatically or do we need to warn it? The parts I use that are processor-intensive are running in the browser widget, which I assume runs on both architectures. Sent from my iPhone > On Apr 26, 2017, at 3:37 PM, jonathandly...@gmail.com wrote: > > Lol - thank you -

Re: Will LiveCode run an x86 android device?

2017-04-26 Thread Jonathan Lynch via use-livecode
Lol - thank you - that is what I meant. Sent from my iPhone > On Apr 26, 2017, at 3:12 PM, Richmond Mathewson via use-livecode > wrote: > > I don't think LiveCode (the development environment) will work on > Android of any sort: but it should develop standalones that work on Android. > > Rich

Re: Will LiveCode run an x86 android device?

2017-04-26 Thread Colin Holgate via use-livecode
x86 Android devices can run ARM code in emulation. The performance would be better if you could publish to x86, but the app should work. > On Apr 26, 2017, at 12:22 PM, Mike Bonner via use-livecode > wrote: > > I don't think you can build for x86 android but i'm not positive. > > On Wed, Apr

Re: Will LiveCode run an x86 android device?

2017-04-26 Thread Mike Bonner via use-livecode
I don't think you can build for x86 android but i'm not positive. On Wed, Apr 26, 2017 at 1:12 PM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > I don't think LiveCode (the development environment) will work on > Android of any sort: but it should develop standalon

Re: Will LiveCode run an x86 android device?

2017-04-26 Thread Richmond Mathewson via use-livecode
I don't think LiveCode (the development environment) will work on Android of any sort: but it should develop standalones that work on Android. Richmond. On 4/26/17 9:45 pm, Jonathan Lynch via use-livecode wrote: I see that it won't run on an x86 emulator - will it work on on actual x86 device?

Re: Please block sims emails

2017-04-26 Thread Richmond Mathewson via use-livecode
Personally I prefer to take things lying down. Richmond. On 4/26/17 4:22 pm, Ralph DiMola via use-livecode wrote: Jacqueline Landman Gay wrote: He frequently gets infected with malware. But I rather liked this set. "Dear!" I wanted to respond, "Darling!!" Now I'm laughing... And just when I th

Re: Swiping between cards - metaphor end-of-the-road?

2017-04-26 Thread Richard Gaskin via use-livecode
Mike Kerner wrote: > On Wed, Apr 26, 2017 at 2:50 PM, Richard Gaskin wrote: > >> Mike Kerner wrote: >> > So you'd like a swipe event instead of using nav buttons. >> >> Button where appropriate, swiping where appropriate. ... > so bug 9320? I suppose it's related, but indirectly. That request is

Re: Swiping between cards - metaphor end-of-the-road?

2017-04-26 Thread Mike Kerner via use-livecode
so bug 9320? On Wed, Apr 26, 2017 at 2:50 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike Kerner wrote: > > > So you'd like a swipe event instead of using nav buttons. > > Button where appropriate, swiping where appropriate. > > > iOS: >Use touch gestures to

Re: Swiping between cards - metaphor end-of-the-road?

2017-04-26 Thread Richard Gaskin via use-livecode
Mike Kerner wrote: > So you'd like a swipe event instead of using nav buttons. Button where appropriate, swiping where appropriate. iOS: Use touch gestures to create fluidity. Make it easy to move through your interface with minimum friction. For example, you could let people swipe fr

Will LiveCode run an x86 android device?

2017-04-26 Thread Jonathan Lynch via use-livecode
I see that it won't run on an x86 emulator - will it work on on actual x86 device? Sent from my iPhone ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Swiping between cards - metaphor end-of-the-road?

2017-04-26 Thread Mike Kerner via use-livecode
So you'd like a swipe event instead of using nav buttons. ___ 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/mailman/listinfo/use-l

Swiping between cards - metaphor end-of-the-road?

2017-04-26 Thread Richard Gaskin via use-livecode
I stumbled across this thread and it got me thinking: http://forums.livecode.com/viewtopic.php?f=7&t=29184 LC has cards, which are great for many things but somewhat limited. For example, as the OP asks about there: how does one swipe between them? That seems a perfectly reasonable expectation,

Re: Make numberFormat even better AND Cognitive Load

2017-04-26 Thread Mike Kerner via use-livecode
I think 3 is something we should scratch off the list, since we have more important fish for you to fry. On Wed, Apr 26, 2017 at 11:42 AM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2017-04-26 16:00, prothero--- via use-livecode wrote: > >> Ok, I'll shut up abou

Re: Make numberFormat even better

2017-04-26 Thread Mike Kerner via use-livecode
Whenever we decide we're done with this, someone needs to send me the code and I'll throw it up on github, since I'd like to have a central repo for helpful code, especially since with git and levure we have a pretty easy way of adding those modules to our projects. On Wed, Apr 26, 2017 at 11:14 A

Re: Application not working with MacOSX 10.6 (maybe due to tsNet)

2017-04-26 Thread Hakima Manseri via use-livecode
Will do ! Thanks. Le 26/04/2017 à 18:38, panagiotis merakos via use-livecode a écrit : If you have not done it already, I suggest you add your email in the cc list of this bug report, so as you get notified when the bug is fixed. On Wed, Apr 26, 2017 at 5:37 PM, panagiotis merakos wrote: Hi

Re: Font embedding for iOS in LC9

2017-04-26 Thread Mike Kerner via use-livecode
we really, really, really need a central repo On Wed, Apr 26, 2017 at 12:23 PM, Andrew Bell via use-livecode < use-livecode@lists.runrev.com> wrote: > Try with 8 to make sure fonts work. There is a font bug in 9 on devices >> with retina screens. >> > > I should have searched the bug list first

Re: Application not working with MacOSX 10.6 (maybe due to tsNet)

2017-04-26 Thread panagiotis merakos via use-livecode
If you have not done it already, I suggest you add your email in the cc list of this bug report, so as you get notified when the bug is fixed. On Wed, Apr 26, 2017 at 5:37 PM, panagiotis merakos wrote: > Hi Hakima, > > This bug will be fixed in a future release. > > Best, > Panos > -- > > On Wed

Re: Application not working with MacOSX 10.6 (maybe due to tsNet)

2017-04-26 Thread panagiotis merakos via use-livecode
Hi Hakima, This bug will be fixed in a future release. Best, Panos -- On Wed, Apr 26, 2017 at 5:28 PM, Hakima Manseri via use-livecode < use-livecode@lists.runrev.com> wrote: > With 8.1, it doesn't work. > Is this bug corrected or do we give up on MacOSX 10.6 ? > > Hakima > > Le 26/04/2017 à 14

Re: Application not working with MacOSX 10.6 (maybe due to tsNet)

2017-04-26 Thread Hakima Manseri via use-livecode
With 8.1, it doesn't work. Is this bug corrected or do we give up on MacOSX 10.6 ? Hakima Le 26/04/2017 à 14:53, Peter TB Brett via use-livecode a écrit : On 26/04/2017 11:41, Hakima Manseri via use-livecode wrote: Hi again, the new standalone does leunch on 10.6 but tsNet with LiveCode 8.0

Re: Font embedding for iOS in LC9

2017-04-26 Thread Andrew Bell via use-livecode
Try with 8 to make sure fonts work. There is a font bug in 9 on devices with retina screens. I should have searched the bug list first and I would have seen #19358 which describes this issue. I just did a build using 8.1.4rc1 with the same exact code base and the fonts work fine. Haven't

Re: Make numberFormat even better AND Cognitive Load

2017-04-26 Thread Mark Waddingham via use-livecode
On 2017-04-26 16:00, prothero--- via use-livecode wrote: Ok, I'll shut up about this for now. Sorry to unfocus the thread. To be fair, I managed to conflate three issues: 1) Improving numberFormat 2) How we could get arbitrary precision integers whilst retaining doubles for reals 3)

Re: Please block sims emails

2017-04-26 Thread Dr. Hawkins via use-livecode
On Tue, Apr 25, 2017 at 10:03 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > He frequently gets infected with malware. But I rather liked this set. > "Dear!" I wanted to respond, "Darling!!" > One of the reasons I hang around the Knights of Columbus so much is it's

Re: Make numberFormat even better

2017-04-26 Thread Richard Gaskin via use-livecode
Roland Huettmann wrote: > It is a very nice approach that Curry already realized: and it is > available: > http://curryk.com/ck-num-format.pngn better That does look very nice indeed. If that formatting is factored in a way that would lend itself to a generalized behavior script for fields, a

Re: Make numberFormat even better AND Cognitive Load

2017-04-26 Thread prothero--- via use-livecode
Folks, This thread addresses two issues with numbers. The main issue being discussed is the display of numbers. This is very important and the main point of diddling with numberformat. I like the idea of making a behavior we can all use to format numbers in a variety of ways. The other one is t

Re: Make numberFormat even better AND Cognitive Load

2017-04-26 Thread prothero--- via use-livecode
Curry, This is great and best of all is the table of examples. This, in the dictionary, would have made my thrashing around with format, to get what In wanted a lot easier. Bill William Prothero http://es.earthednet.org > On Apr 26, 2017, at 2:31 AM, Curry Kenworthy via use-livecode > wrote:

RE: Please block sims emails

2017-04-26 Thread Ralph DiMola via use-livecode
>Jacqueline Landman Gay wrote: >He frequently gets infected with malware. But I rather liked this set. >"Dear!" I wanted to respond, "Darling!!" Now I'm laughing... And just when I thought this was another day in cyber land. Do you do standup? Ralph DiMola IT Director Evergreen Information Serv

Re: Application not working with MacOSX 10.6 (maybe due to tsNet)

2017-04-26 Thread Peter TB Brett via use-livecode
On 26/04/2017 11:41, Hakima Manseri via use-livecode wrote: Hi again, the new standalone does leunch on 10.6 but tsNet with LiveCode 8.0 doesn't seem include SFTP support. Is that the case or have we messed up somewhere ? tsNet is only included in LiveCode 8.1.0 or later.

Re: Please block sims emails

2017-04-26 Thread Mike Kerner via use-livecode
Since this is the nth time, can we have probation? On Wed, Apr 26, 2017 at 1:03 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 4/25/17 10:36 PM, Jerry Jensen via use-livecode wrote: > >> Somebody is using sims email to post phishing/spam/malware - I don’t >> know

Make numberFormat even better

2017-04-26 Thread Roland Huettmann via use-livecode
Thank you, Richard, Curry, Mark... It is a very nice approach that Curry already realized: and it is available: http://curryk.com/ck-num-format.pngn better But what I do not yet understand is how to make a joint effort with hundreds of developers ))) available to ALL of us in practical terms -- s

Re: Application not working with MacOSX 10.6 (maybe due to tsNet)

2017-04-26 Thread Hakima Manseri via use-livecode
Hi again, the new standalone does leunch on 10.6 but tsNet with LiveCode 8.0 doesn't seem include SFTP support. Is that the case or have we messed up somewhere ? Thanks again for your help. Cheers, Hakima Le 25/04/2017 à 17:57, Hakima Manseri via use-livecode a écrit : I'll look into that

Re: Make numberFormat even better AND Cognitive Load

2017-04-26 Thread Curry Kenworthy via use-livecode
Roland: I vote for the LC-NATIVE "Excel style" number format (enhanced numberFormat in LC, not a new one, no depreciation, but just different ways to achieve the same) Excel number format is powerful and popular, that's for sure. Richard: The Excel spec is a guide, but not an implementatio