Re: Not sure what to do.....can I run this by you guys?

2018-03-15 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > I'll keep you guys posted on the progress..I think I need a name for > this little project. "There are only two hard things in Computer Science: cache invalidation and naming things." - Phil Karlton -- Richard Gaskin Fourth World Systems

Re: Dash LiveCode Docset and "Make Docset" stack updated

2018-03-15 Thread James At The Hale via use-livecode
Bob asked: > Interesting. I'm curious if this can be used to combine multiple PDF > documents into a DocSet. If you are asking if a Dash Docset can be made from pdf’s I think the answer is no. See...https://kapeli.com/docsets In the “Make Docset” stack I am using the html files contained in

Re: Not sure what to do.....can I run this by you guys?

2018-03-15 Thread Tom Glod via use-livecode
Great hints there Mike thanks alot. Luckily I'm desktop only right now. It shouldn't be too long before I sit down to make something that I can rely on and reuse in future projects. Might turn out I will have to hire someone to help which is cool too. It only has to be very simple..and

Re: Not sure what to do.....can I run this by you guys?

2018-03-15 Thread Mike Bonner via use-livecode
I've used load for this in the past. The ability to specify a callback message makes it work well. In my case I was experimenting with offloading a large job to a webserver for processing. To help with organizing the data being returned, I tacked a # and an incrementing number to the end of

Re: Not sure what to do.....can I run this by you guys?

2018-03-15 Thread Tom Glod via use-livecode
i need to be able to send more than one http request to my cloud service domain at one timeit is not a limitation I am willing to live with and I don't want to package requests together and have to wait for all of them to be processed before something comes back. Its not a limitation that

Re: Not sure what to do.....can I run this by you guys?

2018-03-15 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > Hi guys, I've brought this up before.and the time to solve is > coming sooner than I expected. > > 1. My project must be open source > 2. I must communicate with cloud service not one request at a time. > 3. TsNet is not open source and I love that LC has a feature that >

Not sure what to do.....can I run this by you guys?

2018-03-15 Thread Tom Glod via use-livecode
Hi guys, I've brought this up before.and the time to solve is coming sooner than I expected. 1. My project must be open source 2. I must communicate with cloud service not one request at a time. 3. TsNet is not open source and I love that LC has a feature that can bring them important

Re: [on-rev] Tio not responding since early evening

2018-03-15 Thread Robert Mann via use-livecode
All is back, seems support reacted like a rocket!! whouahouu!! Impressed. Now, thre was an option to delete a msg. How to do that!?? can't find it! thanks -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___

[on-rev] Tio not responding since early evening

2018-03-15 Thread Robert Mann via use-livecode
Hi is anybody else monitoring such a problem or is it just my account? thanks! -- no access to websites -- no access to mail -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list

Re: [OT] Free tool for ease Windows Installer creation

2018-03-15 Thread J. Landman Gay via use-livecode
On 3/14/18 7:40 PM, Matthias Rebbe via use-livecode wrote: i will be able to answer any request in about 9 hours. Real programmers don't need sleep. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

RE: Strange problem with tsNet external on Windows

2018-03-15 Thread Ralph DiMola via use-livecode
Graham, Also check tsNet, it's way down at the bottom of the inclusions pane. Or you can disable tsNet and use only libURL. Here are a couple of handlers to find out if is tsNet is enabled. Below that is how to explicitly enable/disable tsNet. function GetNetworkType local tLibUrlDriver

Power outage alarm app on iPhone : LC can do it ?

2018-03-15 Thread Georges Malamoud via use-livecode
Hello I want to develop a simple LC app to monitor power outages in my home and to send an email in case of an outage. The iPhone is an old one and will be permanently plugged in my home (near the fridge ;). When there is a power outage, it will continue on battery, LC will wake up and send an

When did 'throw' stop being handled properly in the IDE?

2018-03-15 Thread Ben Rubinstein via use-livecode
When I was a lad, you could use throw with abandon. In the IDE, if you didn't catch it, the IDE opened the debugger at the appropriate level, and threw up a polite dialog explaining: The following user thrown error was generated and not handled, so it was intercepted by

Strange problem with tsNet external on Windows

2018-03-15 Thread Graham Samuel via use-livecode
I have a LiveCode standalone running as PC app (a .exe file, plus some other files which are needed when it runs). If I simply run the original standalone on Windows 7 (OK, running under Parallels on a Mac), it all just works. If I create an installer for the program and its dependent files

Re: [OT] Free tool for ease Windows Installer creation

2018-03-15 Thread J. Landman Gay via use-livecode
I might be able to test. Are the links in your first post still current? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 14, 2018 7:42:02 PM Matthias Rebbe via use-livecode wrote: So i took the

Re: Sound delay

2018-03-15 Thread William de Smet via use-livecode
Hi Bob, It's on iOS. Sound files are ok and sound ok on my Mac. In the app the second time it plays faster/immediately. Like it needs to buffer first? groeten, William 2018-03-15 15:58 GMT+01:00 Bob Sneidar via use-livecode < use-livecode@lists.runrev.com>: > Hard to say, since I don't

Re: Sound delay

2018-03-15 Thread Bob Sneidar via use-livecode
Hard to say, since I don't have that file. Have you attempted in the OS to double click the file or if on Mac, play the file in preview mode? Bob S > On Mar 15, 2018, at 07:55 , William de Smet via use-livecode > wrote: > > play specialFolderPath("engine") &

Sound delay

2018-03-15 Thread William de Smet via use-livecode
Hi there, Why is there a short delay when playing a sound for the first time? And how do I solve this? play specialFolderPath("engine") & slash & "sounds/pop.mp3" greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Dash LiveCode Docset and "Make Docset" stack updated

2018-03-15 Thread Bob Sneidar via use-livecode
Interesting. I'm curious if this can be used to combine multiple PDF documents into a DocSet. Bob S > On Mar 15, 2018, at 06:10 , James Hale via use-livecode > wrote: > > The Livecode Dash Docset has been updated to version 1.5 and has been > compiled from

Re: 9.0.0 RC-1 Hard crash still persists

2018-03-15 Thread Bob Sneidar via use-livecode
I just tried that and it works for me, but I am running 10.13.3 and LC 8.1.9. Try quitting, removing all your plugins and testing. Bob S > On Mar 15, 2018, at 01:33 , Michael Kristensen via use-livecode > wrote: > > Hi there > > (Mac 10.11.6) > > I have

Dash LiveCode Docset and "Make Docset" stack updated

2018-03-15 Thread James Hale via use-livecode
The Livecode Dash Docset has been updated to version 1.5 and has been compiled from the LC 9.0.0 rc1 documentation. The "Make Docset" stack on LivecodeShare has been updated to version 2.6 (modified version algorithm to catch fully the LC 9 series.)

Re: LC 9 and Icon Families

2018-03-15 Thread hh via use-livecode
@Brian Please add your tool also to "Sample Stacks". This was reworked in the last year and works really fine here. And it is *very* fast for searching and downloading a stack. Such wonderful stacks go (somehow) lost in the list or the forum. ___

9.0.0 RC-1 Hard crash still persists

2018-03-15 Thread Michael Kristensen via use-livecode
Hi there (Mac 10.11.6) I have grouped items in a group. I press Command R to edit the big group. Then I hover mouse over one of the subgroups and Option-Command-click to acces the script. Then Hard crash Only Force Quit Livecode will let me out Mic