Can anyone else log in at rosettacode.org?

2016-01-05 Thread Geoff Canyon
When I try it says that I have a cookie problem, yet I've checked and I have a cookie from them. I deleted it, tried logging in again, and the cookie reappeared, even though the login failed again. I can't ask for help on the site because an anonymous user can't create a new page, or edit any of t

Re: Animation in LiveCode

2016-01-05 Thread William Prothero
Thanks, Richmond and Mike: So…. the frame rate of the animated gif is set when the gif is made? And, the movement of the gif is controlled by the movespeed command. Obviously, these two speeds would need to be coordinated, or the tiger might look like its slipping on wet grass, pawing the groun

[OT]SoCal Linux Expo: Jan 21-24 in Pasadena

2016-01-05 Thread Richard Gaskin
The SoCal Linux Expo (SCaLE) is one of my favorite annual events, and this year it's coming to Pasadena. For LiveCoders it's a chance to learn more about servers, containers, security, and more to enhance the work you do. For tech enthusiasts of every stripe there are sessions covering every

Re: Charset problems with .lc web page

2016-01-05 Thread Lyn Teyla
Tim Selander wrote: > When I first tried your tip, it didn't work for me. But when I looked at the > tutorial you linked to, I saw that the > > was the very first line of the .lc file, before or anything else. > > When I tried that, it worked great! Thanks for letting us know. I’ll strive to

Re: Charset problems with .lc web page

2016-01-05 Thread Tim Selander
Hi Lyn, When I first tried your tip, it didn't work for me. But when I looked at the tutorial you linked to, I saw that the was the very first line of the .lc file, before or anything else. When I tried that, it worked great! I had been inserting the command: put header "Content-Type: text/h

Re: Charset problems with .lc web page

2016-01-05 Thread Lyn Teyla
Tim Selander wrote: > 1) --> must be the first line > of the .lc > 2) set the outputTextEncoding to native --> must be the first line of the > first script in the file > > If you put "set the outputTextEncoding to native" later in the script, UTF-8 > above that line will be garbled; afte

Re: [On-Rev Tio] could someone test the index.html files in her/his account on Tio?

2016-01-05 Thread Robert Mann
Matthias Rebbe | M-R-D wrote > I noticed that on the 28th and informed On-Rev Support. At that time they > were already running a script which tried to restore the data from a > backup. Unfortunately not all accounts were successfully restored. So i > had to restore my data manually. => I proposed

Re: Animation in LiveCode

2016-01-05 Thread Mike Bonner
Alternatively, if you want more control of the animation, you could use a game loop, and move the tigers around (set the loc... ) as well as manually choosing which frame to show when using "currentFrame" On Tue, Jan 5, 2016 at 1:59 PM, Mike Bonner wrote: > use "lock moves" before your moves, an

Re: Animation in LiveCode

2016-01-05 Thread Mike Bonner
use "lock moves" before your moves, and add "without waiting" at the end of each move command. Unlock moves after you have all moves queued. Also, rather than mess with setting the move speed a second time, just set the loc of the images to where you want. Or even better, since they walk off scree

Accepting secure connections with sockets

2016-01-05 Thread Stephen MacLean
Hi All, Some questions on securing sockets both “server" and “client" side. On the server side (which is just an LC app, not a LC server deployment), you open a connection with “accept connections on port ”. I am trying to make sure that only secured connections are made to the server. I’ve

Re: Animation in LiveCode

2016-01-05 Thread Richmond
Thanks to the good offices of Brahmanathaswami and GIMP I have removed the annoying surrounding round one of the frames in the Tiger animated GIF. I have uploaded a new version of the proof-of-concept stack: http://forums.livecode.com/viewtopic.php?f=10&t=26110&p=136351#p136351 featuring 2 anim

Re: Animation in LiveCode

2016-01-05 Thread Richmond
To make GIFs with GIMP, you're going to need both GIMP itself as well as the GIMP Animation Package (or GIMP GAP, for those who like recursive acronyms). Get GIMP: http://www.gimp.org/ Get GIMP GAP: http://www.gimpusers.com/downloads GIMP recognizes animated GIF files as a file with multiple l

Re: Charset problems with .lc web page

2016-01-05 Thread Kenji Kojima
Tim, I’m still using “.rev” most of all time, but I have to use “.lc” when I use a stack. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ > On Jan 5, 2016, at 9:08 AM, Tim Selander wrote: > > Kojima-san, > > Thank you! Your instructions worked perfectly. > > For the others: > 1) -->

Re: Charset problems with .lc web page

2016-01-05 Thread Tim Selander
Hi Peter, Thanks for the tip. However, it didn't seem to do anything for me. According to the trick Alex told me about getting the server version, the On-rev account I'm using has livecode-server-6.6.2 installed. FWIW, Kojima-san's tip worked great; it's in another post in this thread. Ap

Re: Charset problems with .lc web page

2016-01-05 Thread Tim Selander
Kojima-san, Thank you! Your instructions worked perfectly. For the others: 1) --> must be the first line of the .lc 2) set the outputTextEncoding to native --> must be the first line of the first script in the file If you put "set the outputTextEncoding to native" later in the script,

Re: [On-Rev Tio] could someone test the index.html files in her/his account on Tio?

2016-01-05 Thread Matthias Rebbe | M-R-D
Hi, it seems that all index files, regardless what suffix they had, were overwritten in all folders in all accounts . I noticed that on the 28th and informed On-Rev Support. At that time they were already running a script which tried to restore the data from a backup. Unfortunately not all acco

Animation in Lilvecode

2016-01-05 Thread stgoldb...@aol.com
Several ways of animating with animated GIFs are shown in the free download: Livecode Scripting Tutorial, in its section on Special Effects Scripting/Motion, which can be found at www.medmaster.net/livecode.html, and which accompanies my book Livecode Lite: Computer Programming Made Ridiculously

Re: [On-Rev Tio] could someone test the index.html files in her/his account on Tio?

2016-01-05 Thread Robert Mann
no php used on my account. Only are pure "lc" sites. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/On-Rev-Tio-could-someone-test-the-index-html-files-in-her-his-account-on-Tio-tp4699843p4699930.html Sent from the Revolution - User mailing list archive at Nabbl