Re: Status of on-rev restore?

2015-05-03 Thread Monte Goulding
> On 3 May 2015, at 7:12 pm, Pierre Sahores wrote: > > http://mergext.com/ is back to service. Hour after hour… Yep we were out for a while… now moved to jasmine Cheers Monte -- M E R Goulding Software development services Bespoke application deve

Re: LC7 arrayEncode/Decode

2015-05-03 Thread Peter Haworth
On Sun, May 3, 2015 at 12:53 PM, Richard Gaskin wrote: > Base64 might be useful for network transfer, but for local storage just > reading/writing in binary mode will be simpler, faster, and result in a > much smaller file. Thanks Richard. After my original post, I realized I didn't need the b

Re: OT : Hosting providers

2015-05-03 Thread Matthias Rebbe | M-R-D
> Am 04.05.2015 um 00:36 schrieb Alex Tweedly : > > [apologies for starting a new thread, but I haven't received any email for > days, so I can't respond within the thread :-( ] > > Many thanks for the suggestions - I had found hostm.com (by googling > "Livecode server hosting") and have star

OT : Hosting providers

2015-05-03 Thread Alex Tweedly
[apologies for starting a new thread, but I haven't received any email for days, so I can't respond within the thread :-( ] Many thanks for the suggestions - I had found hostm.com (by googling "Livecode server hosting") and have started an account there - so it was comforting to then find them

Re: documentation for open socket using certificate and key, sccept only ssl

2015-05-03 Thread Dr. Hawkins
On Sun, May 3, 2015 at 3:01 AM, Mark Waddingham wrote: > As the 'secure' layer is a protocol layered on top of the basic byte > stream, it requires both sides to be talking the 'secure' protocol - in > particular, there is a handshake at the start that must happen to establish > the initial (symm

Re: LC7 arrayEncode/Decode

2015-05-03 Thread Richard Gaskin
William Prothero wrote: > I found an oddity with arrayEncode and arrayDecode, When I saved an > array to a file, first using arrayEncode(myArray), wrote it out as > > put arrayEncode(myArray) into theEncodedArray > put theEncodedArray into URL(“binfile:”&myfile) > > and then read it back in usin

Re: OT: Hosting providers

2015-05-03 Thread J. Landman Gay
I've been very satisfied with jaguarPC for the last 10 years or more. Never any down time other than pre-announced maintenance, runs LC server and CGIs well, and is reasonably priced. Support tickets are usually answered within an hour, often in under 15 minutes. -- Jacqueline Landman Gay

Re: LiveCode forums down today?

2015-05-03 Thread Simon
Hi Dave, Sorry I was just looking at the Status page, I have no true knowledge of Pancake's functionality. Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-forums-down-today-tp4691778p4691806.html Sent from the Revolution - User mailing list archiv

Re: LC7 arrayEncode/Decode

2015-05-03 Thread Richard Gaskin
Peter Haworth wrote: > I haven't come across that yet but probably because I base64 encode > the array as well as array encode it and don't write to the file in > binary mode. Base64 might be useful for network transfer, but for local storage just reading/writing in binary mode will be simpler,

Re: OT: Hosting providers

2015-05-03 Thread Richard Gaskin
Alex Tweedly wrote: > I used to use Dreamhost and was happy enough with them. Are there > still issues with using Livecode server on dreamhost (shared hosting) > accounts ? Unfortunately, yes. Under Dreamhost's current configuration LiveCode 7.0.x 64-bit is both required and also runs unusuall

Re: OT: Hosting providers

2015-05-03 Thread Mike Doub
I use hostm and would recommend them.  Great customer service  -= Mike  On Sun, May 3, 2015 at 10:41 AM -0700, "Scott Rossi" wrote: Hi Dave: Maybe you meant to write hostm.com? Host.com appears to be a squatting (for sale) domain. Regards, Scott Rossi Creati

Re: LiveCode forums down today?

2015-05-03 Thread Dave Kilroy
Can you confirm it's pancake? They moved all my stuff temporarily to jasmine and then I got an email today to say I was being moved to 'sage' (I had heard they were buying a new server and guessed sage was pancake's replacement - but maybe they just got an extra server to help with the load [which

Re: OT: Hosting providers

2015-05-03 Thread Dave Kilroy
Hi Scott - oops! Yes you are right (my fingers were typing faster than my brain could think) - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-Hosting-providers-t

Re: OT: Hosting providers

2015-05-03 Thread Scott Rossi
Hi Dave: Maybe you meant to write hostm.com? Host.com appears to be a squatting (for sale) domain. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design > On May 3, 2015, at 9:14 AM, Dave Kilroy wrote: > > Alex on Friday I opened an account with www.host.com (who have been > re

Re: LiveCode forums down today?

2015-05-03 Thread Simon
And Pancake is back up... hmmm. Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-forums-down-today-tp4691778p4691799.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livec

Re: LiveCode forums down today?

2015-05-03 Thread Dave Kilroy
forum is back up... - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-forums-down-today-tp4691778p4691798.html Sent from the Revolution - User mailing list ar

Re: OT: Hosting providers

2015-05-03 Thread Dave Kilroy
...meant to say... David and Heather temporarily moved me over to 'jasmine' but I got an email from them today to day they are in the process of moving me to 'sage' (their new replacement for pancake I guess). Both of them have been working like trojans and deserve our thanks I, like you Alex bou

Re: OT: Hosting providers

2015-05-03 Thread Dave Kilroy
Alex on Friday I opened an account with www.host.com (who have been recommended by others on on this list, apart from anything else because they have LiveCode Server preinstalled) - and within about 30 minutes I had bought a domain and set it up with a stock installation of revigniter. So far ever

DataGrid text colour when editing

2015-05-03 Thread Terence Heaford
I have just created a DataGrid which allows editing of cells. When I double click on a cell to edit it’s contents the colour of the text is light grey when editing. How do I change this colour please? All the best Terry ___ use-livecode mailing l

Re: documentation for open socket using certificate and key, sccept only ssl

2015-05-03 Thread Mark Waddingham
On 2015-05-03 01:31, Dr. Hawkins wrote: On Sat, May 2, 2015 at 2:33 PM, Mark Wieder wrote: Try 'secure socket' rather than 'open socket' (v6.6 and above) According to the dictionary in 7.0.4, secure socket is used after the socket is opened. It also causes a sudden crash of livecode itsel

Re: documentation for open socket using certificate and key, sccept only ssl

2015-05-03 Thread Mark Waddingham
In a similar vein, is there any way to make "open socket" only accept secure connections? My workaround is to have the client send a message to authenticate, and the server on connection uses "send in" to kill the socket if this hasn't happened within a timeout period. Using 'open socket' jus

Re: Status of on-rev restore?

2015-05-03 Thread Pierre Sahores
http://mergext.com/ is back to service. Hour after hour... > Le 3 mai 2015 à 03:20, Bruce Pokras a écrit : > > I spoke to Heather. The problem was not individualized. It was the entire > Pancake array. > >> On May 2, 2015, at 3:59 PM, Dave Kilroy wrote: >> >> Mark, Andy maybe go back to on-r

Re: Status of on-rev restore?

2015-05-03 Thread Pierre Sahores
Heather and David are, more than ever, on the bridge and I still hope they will agree for a Sunday's afternoon break … > Le 3 mai 2015 à 03:20, Bruce Pokras a écrit : > > I spoke to Heather. The problem was not individualized. It was the entire > Pancake array. > >> On May 2, 2015, at 3:59 PM

Re: OT: Hosting providers

2015-05-03 Thread AndyP
Yep, day 3 and no update. Just sent another request for an update on the situation. I also suggested that LiveCode should put into up on their server status page. http://on-rev.com/support/server-status/ No sites, no email, no information poor show LiveCode ! - Andy Piddock My soft