Re: Older version of LC vs Windows 10, app not responding

2017-06-20 Thread Geoff Canyon via use-livecode
The app is not code-signed -- that wasn't nearly as much of a thing when I built it. My friend distributes the app to multiple people. Some with Windows 10 are running the app with no problem, but this one new user is having this issue. My friend sent another disc and hasn't heard back, so fingers

Re: put url tricks to copy files on windows

2017-06-20 Thread Mark Wieder via use-livecode
On 06/20/2017 07:19 PM, Mike Kerner via use-livecode wrote: I'm not on a mac a lot :-( So is "binfile:" more universal, or do I have to check the platform, first? What is the technique on linux? As far as I can remember, the "//" has never been recommended or approved for file or binfile.

Re: put url tricks to copy files on windows

2017-06-20 Thread Mike Kerner via use-livecode
I'm not on a mac a lot :-( So is "binfile:" more universal, or do I have to check the platform, first? What is the technique on linux? On Tue, Jun 20, 2017 at 10:09 PM, Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > You're not on a Mac anymore. ;-p > > I second the

Re: put url tricks to copy files on windows

2017-06-20 Thread Roger Eller via use-livecode
You're not on a Mac anymore. ;-p I second the suggestion to lose the // if the platform is Windows. ~Roger On Jun 20, 2017 5:39 PM, "Mike Kerner via use-livecode" < use-livecode@lists.runrev.com> wrote: > In case it helps, here's the entire routine. This works on a Mac. > > on

Re: how to download an image

2017-06-20 Thread Matt Maier via use-livecode
Just following up for posterity. The livecode team figured out that setting the httpheaders to empty solved the problem, or at least part of it. I was setting them to connect to the API that sends the link for the image. Now setting them to empty before trying to download the image partly works.

Re: Older version of LC vs Windows 10, app not responding

2017-06-20 Thread tbodine via use-livecode
Hi Geoff, You app worked for this same user in the past, but now does not... Did Windows 10 break it, or did the user migrate to another machine? Possible culprits could be the user's security software or IT policies that make your app untrusted. Is your app code-signed? Installed in an unusual

Re: put url tricks to copy files on windows

2017-06-20 Thread Mike Kerner via use-livecode
In case it helps, here's the entire routine. This works on a Mac. on copyFilesNFolders fromFolder toFolder if there is not a folder toFolder then create folder toFolder if the result is not empty then put the result into theResult errlog theResult quit end if #the

Re: put url tricks to copy files on windows

2017-06-20 Thread Matthias Rebbe via use-livecode
Mike, please remove the // from your code and it should work. And of course make sure that you have write permission to the folder you are writing to. Regards, Matthias Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 20.06.2017 um 23:34 schrieb Mike Kerner

put url tricks to copy files on windows

2017-06-20 Thread Mike Kerner via use-livecode
I'm trying to use the put url technique to copy files on windows, but I'm getting "can't open file" If I do something like answer line 1 of url ("binfile://") I get what I expect, but when I try to put url ("binfile://") into url ("binfile://") I get "can't open file" in the result -- On the

Older version of LC vs Windows 10, app not responding

2017-06-20 Thread Geoff Canyon via use-livecode
I built an app for a friend of mine many years ago, I think with version 6.x of LC. He in turn has a customer running the app on Windows 10. Other Windows 10 users aren't having an issue, but this one is getting a display that says the app is "Not Responding". I know that's vague, but I figured

Re: Standalonebuilder destination folder is being ignored

2017-06-20 Thread J. Landman Gay via use-livecode
The destination in the Copy Files pane is intended for files that are referred to by reference, such as images. The list of files in that pane says it is for "non-stack" files. Try adding your stack to the Stacks pane instead. On 6/20/17 8:26 AM, Tiemo Hollmann TB via use-livecode wrote:

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-20 Thread Kevin Miller via use-livecode
Sooner would have been better. However just in case you missed it, the architecture has been available to play with for many months and a native field for Android is doable in 9-dp-7 posted last week. You have to change a few words in Ali¹s native button LCB file - he explained which ones in his

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-20 Thread Mike Kerner via use-livecode
Which is exactly why this is a better idea. Kickstarter releases the funds when the funding goal is achieved, not when the product is finished. This idea is the reverse. 1. We set up the account 2. We fund the account 3. We administer the account 4. We decide which projects we want to fund at

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-20 Thread Richmond Mathewson via use-livecode
. . . if all of the crowd funding features from the Kickstart campaign in 2013 . . . There may not be much point banging on about these things. R. On 6/20/17 6:13 pm, Andrew Bell via use-livecode wrote: I'd have a little more faith in crowd funding app features if the Native Field Object

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-20 Thread Andrew Bell via use-livecode
I'd have a little more faith in crowd funding app features if the Native Field Object that I contributed for a year ago was available. https://livecode.com/project/infinite-livecode-native-field-object/ --Andrew Bell Message: 6 Date: Mon, 19 Jun 2017 16:57:30 -0400 From: Mike Kerner

Desktop Fork Menu for Mobile Picker

2017-06-20 Thread Sannyasin Brahmanathaswami via use-livecode
OK , who knew we would be building for mobile first, and *then* go fishing for a desktop solution to the same requirement? this is too easy: - sort tList put "All" & cr before tList mobilePick tList, "cancel" if the result is 0 then put empty into tModule else put line (the result) of

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-20 Thread Sannyasin Brahmanathaswami via use-livecode
A work in progress http://quality.livecode.com/show_bug.cgi?id=19905 On 6/19/17, 2:35 PM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: ha… that's a simple hack… I

AW: Standalonebuilder destination folder is being ignored

2017-06-20 Thread Tiemo Hollmann TB via use-livecode
Sorry, forgot to mention the dev platform Win 10 -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Dienstag, 20. Juni 2017 15:27 An: LiveCode User Liste senden

Standalonebuilder destination folder is being ignored

2017-06-20 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.4: I added an additional stack file "foo2" to the "copy Files" section in the standalone builder settings (of stack "foo1") and have set the destination folder to "Resources" The additional stack files source "foo2" is in the same folder, as the main stack "foo1". Expected

Re: LC Global - my experience

2017-06-20 Thread Roger Eller via use-livecode
On Mon, Jun 19, 2017 at 8:37 PM, james--- via use-livecode < use-livecode@lists.runrev.com> wrote: > I must admit it did turn out better than I was expecting. > The prerecording of the demos/lessons/walk throughs is an excellent idea. > Now if it is only taken to the next step. > 1. Have a