LC TouchBar Macros

2018-02-15 Thread Mike Kerner via use-livecode
Has anyone designed any LC macros for the touchbar or any special trackpad gestures? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This

Re: Levure update 0.9.5

2018-02-15 Thread Trevor DeVore via use-livecode
On Thu, Feb 15, 2018 at 4:30 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Check the wiki instead of the readme.md. The documentation is extensive. > https://github.com/trevordevore/levure/wiki The wiki is definitely where you want to end up. The readme has a short

Re: Levure update 0.9.5

2018-02-15 Thread Mike Kerner via use-livecode
Check the wiki instead of the readme.md. The documentation is extensive. https://github.com/trevordevore/levure/wiki ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Livecode.com server down

2018-02-15 Thread Mark Wieder via use-livecode
On 02/15/2018 01:35 PM, Richmond Mathewson via use-livecode wrote: This IS the way the world goes round these days: nobody will accept responisibility for their mistakes. ...backing down a bit on this... The whole LC team has been through a harrowing couple of days dealing with this, and

Re: Livecode.com server down

2018-02-15 Thread Richmond via use-livecode
Well, in my case they ARE all my computers, and only I ever use them for LiveCode programming. Richmond. On 15.02.2018 23:56, Mark Wieder via use-livecode wrote: On 02/15/2018 01:37 PM, Richmond Mathewson via use-livecode wrote: I have a USB stick full of off-line activation licences all the

Re: Livecode.com server down

2018-02-15 Thread Mark Wieder via use-livecode
On 02/15/2018 01:37 PM, Richmond Mathewson via use-livecode wrote: I have a USB stick full of off-line activation licences all the way back to 7.1.4 as I have a variety of computers in various places in our flat, and one in our country cottage, that are not internet enabled. ...and here's the

Re: Livecode.com server down

2018-02-15 Thread Richmond Mathewson via use-livecode
I have a USB stick full of off-line activation licences all the way back to 7.1.4 as I have a variety of computers in various places in our flat, and one in our country cottage, that are not internet enabled. Richmond. On 15/2/2018 11:18 pm, Mark Wieder via use-livecode wrote: On 02/15/2018

Re: Livecode.com server down

2018-02-15 Thread Richmond Mathewson via use-livecode
I have problems with mu ISP about once every 4 or 5 months: It is NEVER their fault: it's because I use Linux, because I use FreeDOS, because I use Macintosh, because I am "stupid" enough not to use Windows; it's because I have 2 computers within 3 feet of each other, it's because my hair is

Re: Did numberFormat Break?

2018-02-15 Thread Paul Dupuis via use-livecode
I'm sure this will start some historical flame war, but why use numberFormat (an archaic leftover from HyperCard) or invest the time to write your own? LiveCode has a great formatting function built in - format(baseString [, valuesList]) put  format("%.2f",1.00+1) into tpoextprice -- does what

Re: Livecode.com server down

2018-02-15 Thread Mark Wieder via use-livecode
On 02/15/2018 09:27 AM, Mike Bonner via use-livecode wrote: It looks like the option to generate offline activation files is version specific, but if it were me I think I'd generate files for the version I was most likely to install and carry them on a usb stick and/or add them to a place I

Re: Livecode.com server down

2018-02-15 Thread Mark Wieder via use-livecode
On 02/15/2018 09:28 AM, Heather Laine via use-livecode wrote: Did you check your account to see if it was available? The server was not down last night for more than about 60 seconds (as I well know, being awake for large portions of it). The message you saw sounds like the standard could not

Livecode and Google Analytics?

2018-02-15 Thread Dan Friedman via use-livecode
Greetings! Is there a method to implement Google Analytics in a LiveCode Mobile app? Client wants to see the analytic data. -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Did numberFormat Break?

2018-02-15 Thread Brian Milby via use-livecode
Internally the type of “0” will be text initially which is probably why the number format isn’t applied. Any math will convert it to a number. This is something that should be addressed once we have optional type declaration for variables. On Thu, Feb 15, 2018 at 12:28 PM J. Landman Gay via

Re: Did numberFormat Break?

2018-02-15 Thread J. Landman Gay via use-livecode
It's not just containers, anything that converts the implicit numeric type to text will honor numberformat. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 15, 2018 11:56:33 AM Bob Sneidar via

Re: Did numberFormat Break?

2018-02-15 Thread Bob Sneidar via use-livecode
On second thot, I think I will just use my own number formatting function. Bob S > On Feb 15, 2018, at 09:54 , Bob Sneidar via use-livecode > wrote: > > Thanks Klaus and Mike indeed you are correct. I keep making the mistake of > reading the dictionary. ;-P I

Re: Did numberFormat Break?

2018-02-15 Thread Bob Sneidar via use-livecode
Thanks Klaus and Mike indeed you are correct. I keep making the mistake of reading the dictionary. ;-P I don't see anything there that refers to only working with containers, only that the results of the calculation is affected. But it's more complex than even that. Given: set the

Re: Did numberFormat Break?

2018-02-15 Thread Mike Bonner via use-livecode
If I recall what I read way back, I think the numberrformat only applies to containers other than variables. If you were to put tpoextprice into field "field" the numberformat should be applied correctly. I think the reason for this is that numberformat can be used to add non-number chars ($)

Re: Did numberFormat Break?

2018-02-15 Thread Klaus major-k via use-livecode
Hi Bob, > Am 15.02.2018 um 18:20 schrieb Bob Sneidar via use-livecode > : > > I have this in a script: > > on mouseUp > set the numberFormat to "0.00" > put 1.00+1 into tpoextprice > breakpoint put tpoextprice > end mouseUp > At this point tpoextprice is

Re: Livecode.com server down

2018-02-15 Thread Heather Laine via use-livecode
Did you check your account to see if it was available? The server was not down last night for more than about 60 seconds (as I well know, being awake for large portions of it). The message you saw sounds like the standard could not contact server message, meaning you need an offline license

Re: Livecode.com server down

2018-02-15 Thread Mike Bonner via use-livecode
It looks like the option to generate offline activation files is version specific, but if it were me I think I'd generate files for the version I was most likely to install and carry them on a usb stick and/or add them to a place I could get to them on a droplet that I could easily spin up if

Did numberFormat Break?

2018-02-15 Thread Bob Sneidar via use-livecode
I have this in a script: on mouseUp set the numberFormat to "0.00" put 1.00+1 into tpoextprice breakpoint end mouseUp At this point tpoextprice is 2. Not mind you, 2.00, just 2. Either I am missing something (again) or else numberFormat is broken. Bob S

Re: Livecode.com server down

2018-02-15 Thread Mark Wieder via use-livecode
On 02/15/2018 01:47 AM, Kevin Miller via use-livecode wrote: Unfortunately we¹ve been the subject of a spate of sustained, intensive hacking attempts. We had a series of incidents the other week and the last couple of days has been a new round of attempts from a different angle. We¹ve fought

Re: Livecode.com server down

2018-02-15 Thread Mark Wieder via use-livecode
On 02/14/2018 11:57 PM, Dave Kilroy via use-livecode wrote: > What Heather told me the last time this happened was to: > > a) disconnect your development machine from the internet > b) launch LiveCode (it opens in offline mode) > c) reconnect your development machine to the internet > d) continue

Re: Livecode.com server down

2018-02-15 Thread Bob Sneidar via use-livecode
The hackers if any good would attack those as well. We have a good workaround. Bob S > On Feb 15, 2018, at 02:39 , Lagi Pittas via use-livecode > wrote: > > There is NO reason at all for there not to be a backup activation server > with a downloads directory

Re: Levure update 0.9.5

2018-02-15 Thread Bob Sneidar via use-livecode
Levure Framework is a method for creating LC applications that leverage Script Only stacks for the code so that versioning and distribution systems like GitHub can be used in the development process. (Trevor will correct me if I am wrong). Even if such a system is not used, multiuser

Re: how to format text for copy-pasting as a spreadsheet table

2018-02-15 Thread Bob Sneidar via use-livecode
CTRL-K is the standard keyboard equivalent, but LC does not respond to that. I suppose you can have a frontscript with a rawkeyDown handler that checks for CTRL-K (ascii 107) then put numToChar(11) into the selection. Remember to pass rawKeyDown. BTW I also use this to trap for other keys like

Re: New Wierd Display Bug

2018-02-15 Thread Bob Sneidar via use-livecode
Heh heh. Just laughing at myself. :-) Bob S > On Feb 14, 2018, at 18:00 , Mark Wieder via use-livecode > wrote: > > On 02/14/2018 05:06 PM, Tom Glod via use-livecode wrote: >> sounds like a great time bob :) > > Yeah. Somebody's been having too much fun. > >

Re: Livecode.com server down

2018-02-15 Thread Lagi Pittas via use-livecode
There is NO reason at all for there not to be a backup activation server with a downloads directory to boot - cost is not prohibitive $8 a month or so on HostM or $5 a month on digital ocean if a Virtual Server is needed. Lagi On 15 February 2018 at 07:57, Dave Kilroy via use-livecode <

Re: Livecode.com server down

2018-02-15 Thread Kevin Miller via use-livecode
Unfortunately we¹ve been the subject of a spate of sustained, intensive hacking attempts. We had a series of incidents the other week and the last couple of days has been a new round of attempts from a different angle. We¹ve fought them off yet again, but some of our team are very tired. Heather

Re: Levure update 0.9.5

2018-02-15 Thread Pi Digital via use-livecode
Hi Trevor Your readme.md and your posts here could do with a description of what Levure is and does. Just use the first paragraph from your wiki. All the best Sean Cole Pi Digital > On 14 Feb 2018, at 16:38, Trevor DeVore via use-livecode > wrote: > > Howdy

Re: how to format text for copy-pasting as a spreadsheet table

2018-02-15 Thread J. Landman Gay via use-livecode
On 2/14/18 7:53 PM, Paul Hibbert via use-livecode wrote: As far as I can see, importing a table (with returns in a cell) info into LiveCode is much trickier, mainly because LiveCode doesn’t appear to support soft returns within a table cell, I don't know if it applies to table cells, but LC

Re: Livecode.com server down

2018-02-15 Thread Dave Kilroy via use-livecode
What Heather told me the last time this happened was to: a) disconnect your development machine from the internet b) launch LiveCode (it opens in offline mode) c) reconnect your development machine to the internet d) continue making awesome apps with LC - "The first 90% of the task takes