Re: Standalone Setting Become Corrupt

2018-03-13 Thread Sannyasin Brahmanathaswami via use-livecode
DUH, the stack file are in property inspector of the stack! I had a bad file listed in the json that we use to load additional stacks files, which prevented this file from loading in the standalone. == Stack files in the application: all dimmed…and they are not copied to

Standalone Setting Become Corrupt

2018-03-13 Thread Sannyasin Brahmanathaswami via use-livecode
After working in other projects for a few days, with the LiveCode open to the background. 8.1.9 … in SA builder, the Stack File pane is completely dim Stack files in the application: all dimmed…and they are not copied to standalone is their a way out? I download a new version 8.1.9, but that

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

2018-03-13 Thread J. Landman Gay via use-livecode
This sounds great, Matthias. Just a few weeks ago a client asked me if LC had an installer built in. You must have overheard it. :) We do need code signing so I'm looking forward to that version. Thanks for tackling this! -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

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

2018-03-13 Thread Tom Glod via use-livecode
this is cool.. thank you.i'm very interested in the code signing tool...where would it source the certificates? and how much? On Tue, Mar 13, 2018 at 8:14 PM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi, > > inspired by Monte´s great, but unfortunately not

[OT] Free tool for ease Windows Installer creation

2018-03-13 Thread Matthias Rebbe via use-livecode
Hi, inspired by Monte´s great, but unfortunately not available anymore, tool InstallGadget, i´ve created a similar tool called InstaMaker. I very often need to create Installers for my little Windows apps and InstallGadget was a good friend in the past, but drag´n´drop did not work with newer

Re: OT: Can’t download file

2018-03-13 Thread Bob Sneidar via use-livecode
By Everyone, I think it means All Registered Users. You would need to enable Anonymous Login for it to be anyone at all, or you can log into the FTP server using the format: ftp://user:password@ Obviously, replace user with the FTP user, password with the password, and ftpservername with the

Re: iOS cached Screen Flashes after Splash Image

2018-03-13 Thread Bob Sneidar via use-livecode
We have web pages that work the same way. I catch myself touching buttons in our time clock web app, even though I know the page has expired. Bob S > On Mar 13, 2018, at 11:11 , Ralph DiMola via use-livecode > wrote: > > Thank Brian, > > > > No, It’s when

RE: App rejected because of camera permission modal alert!

2018-03-13 Thread Ralph DiMola via use-livecode
Hey William, OK, I see the problem. This will require you to modify the plist files in the LiveCode app bundle. 1) Go to the Applications folder 2) Right click on the LC app version you are using and select "Show Package Contents" 3) Navigate to the "Tools/Runtime/iOS" folder 4) Right

Re: OT: Can’t download file

2018-03-13 Thread Brian Milby via use-livecode
What about the permissions on the parent directory? Those could limit access too. On Tue, Mar 13, 2018 at 2:09 PM G E Samuel via use-livecode < use-livecode@lists.runrev.com> wrote: > Sorry this is OT, but I don’t know where to turn for advice. > > I have a web site and from time to time I put up

RE: App rejected because of camera permission modal alert!

2018-03-13 Thread Ralph DiMola via use-livecode
William, Did you tic the various Camera options(as needed) to "Required" in the iOS standalone setting? 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

App rejected because of camera permission modal alert!

2018-03-13 Thread William de Smet via use-livecode
Hi there, My new app 'FotoPuzzel' is rejected by Apple because the app needs camera permission. I did not clarify the use of this feature in the modal alert? How do I change this? Can I change this? I just use MobilePickPhoto "camera" The standard modal alert says: FotoPuzzel would like to

OT: Can’t download file

2018-03-13 Thread G E Samuel via use-livecode
Sorry this is OT, but I don’t know where to turn for advice. I have a web site and from time to time I put up files as well as pages. I use Transmit, a Mac FTP client. Uploads work fine, but I now find that when I want to access such a file via a browser using http, I get “you don’t have

RE: iOS cached Screen Flashes after Splash Image

2018-03-13 Thread Ralph DiMola via use-livecode
Thank Brian, No, It’s when the app starts again after being closed. You get the splash page, the cached page for .1 to 1 second and then the first card of the app is displayed. It’s particularly noticeable because our fist card is the same as the splash screen so you get

Re: iOS cached Screen Flashes after Splash Image

2018-03-13 Thread Brian Milby via use-livecode
Sounds like an OS thing. When you double tap the home, is that the screen that flashes? I think the OS caches the last screen for switching and throws that up before the splash. Apps that resume will not notice. The faster the device, the less likely you are to see it. At least that is my

iOS cached Screen Flashes after Splash Image

2018-03-13 Thread Ralph DiMola via use-livecode
I'm getting a very strange complaint from one user who has an older iPhone 5 running iOS 11.2. When the app opens it briefly flashes the last screen that was up before the app was closed. This happens in between the splash page and the app's first card. The page flashed page sometimes even has

RE: tsNet woes

2018-03-13 Thread Clarence Martin via use-livecode
Hi Dan, I have been having similar problems with my Android Builds. I removed the TSNet Inclusion from my Android Builds and the problem still exist. I have tried both LC8x and LC9's and the problem still exist. This problem seems to be sensitive to Android Devises. I have 2 Devices and my

tsNetSmtpSync (with attachment

2018-03-13 Thread G. Wolfgang Gaich via use-livecode
Hallo all, try to send an email with attachment (PDF) from LiveCode with tsNet (tsNetSmtpSync) I tried the sample stack "Mail v1.2" from https://downloads.techstrategies.com.au/tsnet/LCMail.livecode I get an error when I try to send with an attachment (PDF document): Error tsneterr: (28)

Re: tsNet woes

2018-03-13 Thread Dan Friedman via use-livecode
Charles, I misspoke… I’m not on 8.1.5, I’m using 8.1.9. Is there another version you would recommend? -Dan Hi Dan, If tsNetIsSyncBlocked() is always returning true then a connection must be stalled. The latest version of tsNet defaults to timing out stalled connections after 30

Re: tsNet and Digest Authentication - some problems or better said: missing knowledge

2018-03-13 Thread Matthias Rebbe via use-livecode
Hi Charles, yes, you are right. For testing i am using the same URL request. But this shouldn´t matter. I´ve tried LC 9DP11 and LC 8.1.9 Business which both have tsNet 1.3.4 included. I ´ve filed a bug now. http://quality.livecode.com/show_bug.cgi?id=21062

AW: is tsnet downwards compatible?

2018-03-13 Thread Tiemo Hollmann TB via use-livecode
Hi Charles, thanks for the confirmation, I use it for Win and Mac. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Charles Warwick via use-livecode Gesendet: Dienstag, 13. März 2018 07:35 An: How to use LiveCode

Re: tsNet and Digest Authentication - some problems or better said: missing knowledge

2018-03-13 Thread Charles Warwick via use-livecode
Hi Matthias, It looks to me that you are issuing a put URL request to the same URL each time? Are you using the latest version of LC? I think I know what is going on, but will need to generate a new tsNet build and get you to test to see if it resolves the issue. Can you please raise a bug

Re: tsNet woes

2018-03-13 Thread Charles Warwick via use-livecode
Hi Dan, If tsNetIsSyncBlocked() is always returning true then a connection must be stalled. The latest version of tsNet defaults to timing out stalled connections after 30 seconds. If you want to stay with LC 8.1.5 then just add the following code in your application’s startup:

Re: is tsnet downwards compatible?

2018-03-13 Thread Charles Warwick via use-livecode
Hi Tiemo, Unless you are deploying to iOS devices, you should be ok to use the latest version of tsNet with LC 8.1.4. Each build of tsNet contains iOS binaries specifically for the version of LC it relates to. Cheers, Charles > On 9 Mar 2018, at 8:16 pm, Tiemo Hollmann TB via use-livecode