Re: Libraries To Contribute

2017-03-23 Thread Mike Doub via use-livecode
Guys, I would love to get the contents of the Master Library into github, but that is beyond my technical ability. I created the library so I had 1) an index/table of contents and 2) the ability to only pull into my projects what I needed. I also wanted to give back to the people on this

Re: Problem with converting time

2017-03-17 Thread Mike Doub via use-livecode
I am in Chapel Hill, NC. I am using Hostm and I really don't know, I would have expected the time to be less if on the west coast of the US. Mike   Original Message   From: use-livecode@lists.runrev.com Sent: March 17, 2017 5:30 PM To: use-livecode@lists.runrev.com Reply-to:

Livecode HTML5 networking question

2017-03-14 Thread Mike Doub via use-livecode
I was thinking about putting together a little weather app and trying the html5 feature of livecode. I read that networking is not supported. Does that mean that the following is not supported? put URL ("https://api.darksky.net/forecast/; & mykey & "/" & LatLon) into wData If not my project

Re: Livecode HTML5 networking question

2017-03-14 Thread Mike Doub via use-livecode
around since version 1.0. Bob S > On Mar 14, 2017, at 05:59 , Mike Doub via use-livecode > <use-livecode@lists.runrev.com> wrote: > > I was thinking about putting together a little weather app and trying the > html5 feature of livecode.  I read that networking is not supporte

Re: Livecode HTML5 networking question

2017-03-14 Thread Mike Doub via use-livecode
I just did a test using the local python server and it did not work, so it looks like the support is not there yet. Mike   Original Message   From: use-livecode@lists.runrev.com Sent: March 14, 2017 11:53 AM To: use-livecode@lists.runrev.com Reply-to: use-livecode@lists.runrev.com Cc:

Re: date libraries/routines for LCG

2018-05-08 Thread Mike Doub via use-livecode
Have you checked the Master Library? https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 On May 8, 2018, 9:10 PM -0400, Mike Kerner via use-livecode , wrote: > I'm working on my session for next week's lcg, which is going to focus on > dates. I'd

Re: Apps to fight COVID-19

2020-04-10 Thread Mike Doub via use-livecode
Apple and Google adding contact tracking to their OSs https://www.nytimes.com/2020/04/10/business/stock-market-today-coronavirus.html#link-418ae121 On Apr 10, 2020, 2:41 PM -0400, dsc--- via use-livecode , wrote: > And for those of you who want to volunteer for the COVID Watch team, here is >

Re: DataGrid question...

2020-04-01 Thread Mike Doub via use-livecode
There is an interesting interaction between the scrolling function, the size of the field, mouseUp or Down.  For my test, when I click the 6th column, scrolling occurs and the function returns nothing.  If I size the field such that no scrolling occurs, all works as expected.   If I change the

Re: Web help needed

2020-07-13 Thread Mike Doub via use-livecode
Andre, Your the closest yet to what I was thinking about.  I did not think it was a good idea to have the cue sheets rebuilt on the server.   I was going to rebuild them on the desktop and push them to the server thru a special endpoint. Let me study the links you provided and well see if they

Web help needed

2020-07-11 Thread Mike Doub via use-livecode
I am a rookie at web stuff.  I have a couple of end point api’s set up to use with simple forms.  Got that working with .lc file that starts using a LiveCode stack that does the work. I need to move hundreds of files from my desktop Mac to my server.   I’m looking for advise as to how best to

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
Thanks Richard.   I guess I was not clear.   I was looking for the best ways to do the file transfer with LiveCode and LiveCode server.   -= Mike On Jul 11, 2020, 10:50 PM -0400, Richard Gaskin via use-livecode , wrote: > Mike Doub wrote: > > > I need to move hundreds of files from my desktop

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
o that. You can also put the data into a database > if you need to do that too and then access them with your LC Server. > > Are you hosting your LC Server on a computer you own, or > are you using a hosting service instead? > > Let us know. > > Rick > > > > > On Jul 11

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
s > > > if you want to do that. You can also put the data into a database > > > if you need to do that too and then access them with your LC Server. > > > > > > Are you hosting your LC Server on a computer you own, or > > > are you using a hosting

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
hat too and then access them with your LC Server. > > > > Are you hosting your LC Server on a computer you own, or > > are you using a hosting service instead? > > > > Let us know. > > > > Rick > > > > > > > > > On Jul 11, 2020