replaceText usage

2016-11-15 Thread Richmond
Would be grateful if someone could tell me why this is NOT working: put line QOUNT of fld "fSSS1" into PROCESST replaceText("unicodeText","unicodeT","t") put PROCESST into line QOUNT of fld "fSSS1" Oh, and, by the way, the URL for PERL reference here https://livecode.com/resources/api/#livecod

Signing an application for distribution outside the Mac App Store

2016-11-15 Thread Richard Miller
I am following the livecode instructions for "Signing an application for distribution outside the Mac App Store". When I run this in terminal: codesign -s "Developer ID Application: My Company" /Path/To/My/Application.app I get back this error message: "resource fork, Finder infor

Re: savingStandalone message

2016-11-15 Thread Ben Rubinstein
On 15/11/2016 22:48, Paul Dupuis wrote: On 11/15/2016 3:41 PM, Ali Lloyd wrote: I was thinking a parameter array would be better than many additional params. That way, additional info is cheap. So currently the proposed params are: - current build platform - current build target/architecture (t

Re: savingStandalone message

2016-11-15 Thread Paul Dupuis
On 11/15/2016 3:41 PM, Ali Lloyd wrote: > I was thinking a parameter array would be better than many additional > params. That way, additional info is cheap. > > So currently the proposed params are: > - current build platform > - current build target/architecture (to disambiguate between 32 bit/64

Re: savingStandalone message

2016-11-15 Thread Ali Lloyd
Ah yes, I had unthinkingly just corrected the folder parameter to standaloneSaved, but I will have to do it in the array data for backwards compatibility I suppose. On Tue, Nov 15, 2016 at 8:51 PM Richard Gaskin wrote: > Ali Lloyd wrote: > > > I was thinking a parameter array would be better th

finding highest value used in a postgres sequence

2016-11-15 Thread Dr. Hawkins
The postgres server defines the values used in my unqKy variable, a sequence. In dealing with backups and a glitch already gone wrong, however, I have found that postgres seems to remember previously used values, even after ALTER SEQUENCE/RESET--but still assigns this enumbers. So After I use the

Re: Saving images to webserver

2016-11-15 Thread John Allijn
Hi Richard Thank you for your detailed answer. I will dive into this. Thanks again! J. > Op 15 nov. 2016 om 19:27 heeft Bob Sneidar het > volgende geschreven: > > No it is not. You need to use secure ftp instead if possible. FTP creds are > sent clear text if I am not mistaken. > > Bob S

Re: savingStandalone message

2016-11-15 Thread Richard Gaskin
Ali Lloyd wrote: > I was thinking a parameter array would be better than many additional > params. That way, additional info is cheap. > > So currently the proposed params are: > - current build platform > - current build target/architecture (to disambiguate between 32 bit/64 > bit/both) > - tota

Re: savingStandalone message

2016-11-15 Thread Ali Lloyd
I was thinking a parameter array would be better than many additional params. That way, additional info is cheap. So currently the proposed params are: - current build platform - current build target/architecture (to disambiguate between 32 bit/64 bit/both) - total number of standalones to build -

Re: savingStandalone message

2016-11-15 Thread Richard Gaskin
Ben Rubinstein wrote: > If you're proposing that the LC IDE maintain a build number for every > stack, that might save a bit of effort for some sub-set of the > audience which uses build numbers; but for those who for whatever > reason use build numbers or similar in some scheme incompatible with

RE: excessive bounces

2016-11-15 Thread Ralph DiMola
Bob, I agree. I've been getting a ton of "open me up and get a virus" emails for the last few days with subject lines like "your order is shipped", "You have a fax message", "Your Quote for...". Something's going on. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.n

Re: savingStandalone message

2016-11-15 Thread Dr. Hawkins
On Tue, Nov 15, 2016 at 9:14 AM, Richard Gaskin wrote: > I'm less certain about the count params, and would favor a build number. > But that would require that all of us use build numbers, and perhaps some > don't, so I'm not opposed either. I would like to see flexibility on this. Personally

Re: savingStandalone message

2016-11-15 Thread Ben Rubinstein
On 15/11/2016 17:14, Richard Gaskin wrote: I'm less certain about the count params, and would favor a build number. But that would require that all of us use build numbers, and perhaps some don't, so I'm not opposed either. To be clear, which I may not have been, my proposal was that the parame

Re: Saving images to webserver

2016-11-15 Thread Bob Sneidar
No it is not. You need to use secure ftp instead if possible. FTP creds are sent clear text if I am not mistaken. Bob S > On Nov 15, 2016, at 02:20 , John Allijn wrote: > > Hi Keith, > thanks for your fast reply. > Is ftp safe enough? If I understand it right, the password is sent within th

Re: excessive bounces

2016-11-15 Thread Bob Sneidar
On Nov 15, 2016, at 10:21 , Richmond mailto:richmondmathew...@gmail.com>> wrote: I've just had the "Yongy Bongy Bo" disconnected nonsense for the third time: Hey, that's even more than when Heather was banning me "all the time" about 10 years ago :) Richmond. That just means she likes you.

Re: excessive bounces

2016-11-15 Thread Richmond
I've just had the "Yongy Bongy Bo" disconnected nonsense for the third time: Hey, that's even more than when Heather was banning me "all the time" about 10 years ago :) Richmond. On 15.11.2016 19:02, Bob Sneidar wrote: I will reiterate, that I think something more is happening here. I have u

Re: Moving Groups Bug

2016-11-15 Thread Bob Sneidar
Nope I was simply using the menu option. I really feel sorry for the devs here. They just need to understand that I have a penchant for stumbling over any kind of bug. I was installing a copier yesterday, and found 2 bugs where turning on an OCR option appeared to change the filetype from PDF t

Re: savingStandalone message

2016-11-15 Thread Bob Sneidar
I just compiled for Mac only and the dialog about the open library does not appear. However I am getting this runtime error: Executing at 9:35:40 AM on Tuesday, November 15, 2016 Type: Handler: error in statement Object: stack '/Applications/Forms Generator.app/Contents/MacOS/Forms Generator' Lin

Re: Saving images to webserver

2016-11-15 Thread Richard Gaskin
John Allijn wrote: > I found this thread on the forums: http://forums.livecode.com/viewtopic.php?f=11&t=19042 > If you scroll down, you see the solution at the bottom of the page. > Works perfectly! > The data that I am sending (pictures of public buildings) isn’t very > risky. So I’ll stick wi

Re: savingStandalone message

2016-11-15 Thread Richard Gaskin
Ben Rubinstein wrote: > Paul, I'd think that your needs (which certainly overlap with > mine...) could be met by adopting Ali's suggestion in that report > of a single message with parameter to indicate which platform was > being built for, if there was an additional parameter to indicate > that

App Compilation Issues

2016-11-15 Thread Bob Sneidar
Hi all. I am having app compiling issues on anything higher than 8.0.1. I have a splash stack which opens the main stack which has substacks beyond that. In the main stack Stack Files tab I have the sqlYoga library path set. When I compile the Splash stack, it is failing to include the sqlYoga

Re: excessive bounces

2016-11-15 Thread Bob Sneidar
I will reiterate, that I think something more is happening here. I have users on a valid Exchange Online domain who cannot send mail to certain customers, and other customers cannot send mail to certain of our users. I think someone or something is poisoning the snap filters. JMHO Bob S > On

Re: savingStandalone message

2016-11-15 Thread Paul Dupuis
Ben, Your suggested model with the parameters would work just fine for me. I like it! Ali Different projects of mine do different things, but generally, for some of my projects, I grab a stack custom property that represented a incremental counter (which is basically incremented by 1 on every sa

Re: savingStandalone message

2016-11-15 Thread Ali Lloyd
Thanks for the feedback Paul. How is your build number increment implemented? On Tue, Nov 15, 2016 at 1:18 PM Paul Dupuis wrote: > I make use of the savingStandalone message in a few projects. Generally, > I would prefer a single message regardless of the number of platforms I > am building for.

Re: savingStandalone message

2016-11-15 Thread Ben Rubinstein
I seem to recall that one A Lloyd made a sensible suggestion for rationalising this area: http://quality.livecode.com/show_bug.cgi?id=18371 Paul, I'd think that your needs (which certainly overlap with mine...) could be met by adopting Ali's suggestion in that report of a single message with p

Re: savingStandalone message

2016-11-15 Thread Paul Dupuis
I make use of the savingStandalone message in a few projects. Generally, I would prefer a single message regardless of the number of platforms I am building for. For ecample, I set a incremental "build' number on savingStandalone and I would want that build number to be the same for all platforms b

Re: Saving images to webserver

2016-11-15 Thread John Allijn
I found this thread on the forums: http://forums.livecode.com/viewtopic.php?f=11&t=19042 If you scroll down, you see the solution at the bottom of the page. Works perfectly! The data that I am sending (pictures of public buildings) isn’t very risky. So I’ll stick with this solution. Maybe a more

Re: Saving images to webserver

2016-11-15 Thread Keith Martin
On 15 Nov 2016, at 10:20, John Allijn wrote: Is ftp safe enough? If I understand it right, the password is sent within the URL (not encrypted)? Heh. Well, that is something that shouldn't be blindly ignored, but as to how risky that is compared to other methods, I'll have to defer to others.

Re: Saving images to webserver

2016-11-15 Thread Keith Martin
On 15 Nov 2016, at 8:43, John Allijn wrote: What is the best way to save pictures and how do I handle the image data? For the server, one simple approach would be to use ftp. Set up whatever ftp user config you want on the server and use curl or similar from your app to send JPEG image file

Re: Saving images to webserver

2016-11-15 Thread John Allijn
Hi Keith, thanks for your fast reply. Is ftp safe enough? If I understand it right, the password is sent within the URL (not encrypted)? > On 15 Nov 2016, at 11:18, Keith Martin wrote: > > On 15 Nov 2016, at 8:43, John Allijn wrote: > >> What is the best way to save pictures and how do I hand

savingStandalone message

2016-11-15 Thread Ali Lloyd
Hi all, Various tweaks to the standalone builder seem to have broken the way the savingStandalone message is supposed to work http://quality.livecode.com/show_bug.cgi?id=18778 I have submitted a pull request that fixes it - the only wrinkle might be that it reintroduces the following bug: http://

Saving images to webserver

2016-11-15 Thread John Allijn
Hi I'm working on a mobile app for iOS. In this app I would like to enable the user to take a picture and then save it to my webserver at a hosting provider (shared hosting). I'v been looking at different ways to do that but can't figure out where to start. What is the best way to save pictu