Re: Long KML text file with no return chars

2015-03-18 Thread Richard Gaskin
William Prothero wrote: > Just wondering. I am reading in a very long text file (2.6Mb and > 2.6 million chars) and it has no carriage returns. The “read > file until end” statement hangs and goes into the spinning pizza > of death on Mac OS Yosemite and LC 7,0,4 and 7.0.3. I used > textWrangler

Re: Long KML text file with no return chars

2015-03-18 Thread Earthednet-wp
Terry, Thanks. I'll try that method. Best, Bill William Prothero http://es.earthednet.org > On Mar 18, 2015, at 10:29 PM, Terry Judd wrote: > > Hi William - you should be able to read a text file of that size into LC > no worries. Have you tried the 'put url (³file:²&tPath) into tVar¹ method >

Re: Long KML text file with no return chars

2015-03-18 Thread Terry Judd
Hi William - you should be able to read a text file of that size into LC no worries. Have you tried the 'put url (³file:²&tPath) into tVar¹ method rather than using the Œread file¹ approach. I only ever use the latter if I have to deal with really big files (10s to 100s of MB or more). Terry... O

Long KML text file with no return chars

2015-03-18 Thread William Prothero
Folks: Just wondering. I am reading in a very long text file (2.6Mb and 2.6 million chars) and it has no carriage returns. The “read file until end” statement hangs and goes into the spinning pizza of death on Mac OS Yosemite and LC 7,0,4 and 7.0.3. I used textWrangler to insert hard line breaks

RE: [semi-OT] Distributing apps for iOS outside iTunes

2015-03-18 Thread Simon
Glad it helped! Simon Ralph DiMola wrote > Simon, > > You the Man! Worked first... well second time. I needed to add the mime > types in IIS. Sweet. > > Ralph DiMola > IT Director -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/semi-OT-Distributing-apps-for

Re: Curious listserve issue

2015-03-18 Thread Alejandro Tejada
There are many Livecode sub-forums in Nabble: http://runtime-revolution.278305.n4.nabble.com/Runtime-Revolution-f278305.subapps.html Probably, this is why the original message do not get posted to the Use-Livecode Mail List. Al -- View this message in context: http://runtime-revolution.27830

RE: [semi-OT] Distributing apps for iOS outside iTunes

2015-03-18 Thread Ralph DiMola
Simon, You the Man! Worked first... well second time. I needed to add the mime types in IIS. Sweet. 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 Simon S

Re: Curious listserve issue

2015-03-18 Thread Richard Gaskin
Alejandro wrote: Hi Richard, It's not LiveCode listserver fault. Autor posted a new thread from: http://runtime-revolution.278305.n4.nabble.com/ He must have use: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html I have made this same error before. Have to post again

Re: Curious listserve issue

2015-03-18 Thread Alejandro Tejada
Hi Richard, It's not LiveCode listserver fault. Autor posted a new thread from: http://runtime-revolution.278305.n4.nabble.com/ He must have use: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html I have made this same error before. Have to post again to see the message

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Mark Wilcox
I've used ad-hoc provisioning as a free and simple per device licensing mechanism before but it doesn't offer any protection. Devices get lost and stolen and you can't remote kill the app via the provisioning mechanism. Anything with a real data security requirement has to have a user authentic

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Simon
Here is my write up for distribution http://forums.livecode.com/viewtopic.php?f=49&t=22832 I get reports from the iOS device so I know when to take the link down. One thing I didn't include in the app was a method of auto updating... next time. Simon -- View this message in context: http://ru

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Simon Smith
All versions of WordPress after 3.7 auto update (only minor and security updates) On Wed, Mar 18, 2015 at 8:54 PM, Matthias Rebbe | M-R-D < matthias_livecode_150...@m-r-d.de> wrote: > > > Am 18.03.2015 um 19:30 schrieb Mark Wieder >: > > > > Matthias Rebbe | M-R-D

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Andrew Kluthe
Oh, I missed the message about the htaccess. That would explain it. ;) It's trying to protect you from yourself by blocking access to certain kinds of files (install.php in this case) that might be left over erroneously post-install. On Wed, Mar 18, 2015 at 3:46 PM, Andrew Kluthe wrote: > Sounds

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Andrew Kluthe
Sounds like a file permissions issue to me. Either on the WWW2 directory or any of the dirs on the way down to install.php That's where I'd start to look. Maybe it's even got permissions right, but just owned by another user other than the one running the web server. On Tue, Mar 17, 2015 at 5:5

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Matthias Rebbe | M-R-D
> Am 18.03.2015 um 19:30 schrieb Mark Wieder >: > > Matthias Rebbe | M-R-D writes: > >> I just checked his installation. And can assure you it´s version 4.1.1. > > OK. Sounds like you've got this under control. > But I think if you've installed your own WordPres

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Matthias Rebbe | M-R-D
> Am 18.03.2015 um 19:30 schrieb Mark Wieder >: > > Matthias Rebbe | M-R-D writes: > >> I just checked his installation. And can assure you it´s version 4.1.1. > > OK. Sounds like you've got this under control. > But I think if you've installed your own WordPres

Curious listserve issue

2015-03-18 Thread Richard Gaskin
Why isn't this: ...here?: -- Richard Gaskin Fourth World Systems Software Design and Development fo

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Mark Wieder
Matthias Rebbe | M-R-D writes: > I just checked his installation. And can assure you it´s version 4.1.1. OK. Sounds like you've got this under control. But I think if you've installed your own WordPress copy then you're responsible for keeping it updated, as opposed to running the version on-rev

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Matthias Rebbe | M-R-D
I just checked his installation. And can assure you it´s version 4.1.1. With custom i meant, Wordpress and other needed files. The customer has hired a professional Wordpress developer with several years of experience. This guy wanted to upload/install by his own to be sure all needed files are

Re: "Open in" for Android

2015-03-18 Thread Mark Schonewille
Hi Ludovic, You need to add intent filters to the manifest. More info at http://stackoverflow.com/questions/3760276/android-intent-filter-associate-app-with-file-extension You need to find a way to change the manifest before the standalone is built or to unpack the apk, change the manifest and

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Mike Kerner
The reason for explicitly provisioning (and therefore multiple developer ID's), and banning a device is that you get an extra layer of protection for your corporate clients from having just anyone with their random device get access to the corporate app. That also means when someone leaves you hav

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Mark Wieder
Matthias- Wednesday, March 18, 2015, 6:46:54 AM, you wrote: > Mark, > thanks for that info. Was not aware of that. > In the meantime the customer was able to install the „custom“ version of > Wordpress. Well, I'd be *very* wary of doing that. I believe the the on-rev servers have the latest

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Mark Wilcox
I have some points to consider here having done it both ways a few times: 1) I'd definitely have them give you sufficient permissions to manage the certificates, keys and profiles yourself in their account. You still do everything apart from sign-up, pay and sign (click through) contracts with Appl

Re: Help needed with ConvertXMLToArray

2015-03-18 Thread Richard Gaskin
Graham Samuel wrote: > If you do a numeric sort by these numbers, 1000 will come before 9. If a numeric sort produces that outcome either the data isn't purely numeric or you've found a bug. > Without this, an XML file with child nodes in a certain order will > end up in a different order wh

Help needed with ConvertXMLToArray

2015-03-18 Thread Graham Samuel
Hi The very useful function ‘ConvertXMLToArray’ was written by Trevor deVore and included in Mike Doub’s MasterLibrary. So if you don't know this function or aren't willing to look at it, please skip this question and sorry for the waste of bandwidth. My problem is that I’m using it, but I can

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Mark Schonewille
That's what I tried to make clear. It would be a violation of the license conditions, but I don't know if Apple would ever find out. Personally, I would recommend the customer to pay a little extra. However, they may be other options. -- Best regards, Mark Schonewille Economy-x-Talk Consulti

Re: OT Wordpress installation on On-Rev server Diesel fails

2015-03-18 Thread Matthias Rebbe | M-R-D
Mark, thanks for that info. Was not aware of that. In the meantime the customer was able to install the „custom“ version of Wordpress. Installation was denied, because i had installed an account wide .htaccess firewall some months ago. This firewall protects against "evil exploits, bad reque

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Colin Holgate
In all the time I’ve had a personal iPhone developer account I haven’t submitted an app under my own account. All the apps I’ve done have been under other accounts. But I have used, and updated, my list of 100 devices quite a bit. Apple have never complained. > On Mar 18, 2015, at 9:19 AM, Mar

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Mark Schonewille
Hi, Ad hoc distribution is only for beta testing. Using it for deployment would violate Apple's license conditions. It might be ok to do this, unless Apple decides to review your account and discovers that you're updating the list of devices every year without releasing new beta versions or e

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Mike Kerner
I take this the other way: I want more control, not less. I take it personally when something I build isn't freaking awesome. I consider other enterprises' employees to be part of my team when I write something for them. I am their IT guy, so the last thing I want to do is take a chance on some

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Matthias Rebbe | M-R-D
> Am 18.03.2015 um 12:16 schrieb Colin Holgate : > > I would do a mixed approach. Get your client to join at $99 per year, and to > have you as a team member. They would include at least one of your devices in > their list, so you can test installs, and you would be able to build for up > to

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Colin Holgate
I would do a mixed approach. Get your client to join at $99 per year, and to have you as a team member. They would include at least one of your devices in their list, so you can test installs, and you would be able to build for up to 100 devices. If they only need about 10, that would cover quit

Re: [semi-OT] Distributing apps for iOs outside iTunes

2015-03-18 Thread Mark Wilcox
I've used Ad Hoc Distribution for this a few times before - it can become a bit of a pain because employees join and people get new devices - you have to manage updates to the provisioning profile manually - more often than you'd think. A better option is if you can get the client to join

Re: How to add a new item into the end of an existing line?

2015-03-18 Thread Keith Clarke
The good news is that the SSD issue didn’t cause my stack to crash the IDE - and my thanks to Richard Gaskin who commented on the bug and provided me with a simple button script recipe to empty the fields containing data that was triggering the crash. The IDE shouldn’t have been bothered by wh