Re: Motion Comics tutorial for LiveCode

2013-10-03 Thread Alejandro Tejada
Hi All, This zip file contains a folder with all images of page 25. These images are 8 bit png files with transparency. Optimized from 6 MB to just 1.3 MB https://docs.google.com/file/d/0B9ja3Yvw8cHLcXZiS0gzMHhOTFU/edit?usp=sharing In a few hours, I will continue with frame 2 of page 26. If

Re: Sending mail from on-server

2013-10-03 Thread Dave Kilroy
Hi Christer I also think there is a problem with access to shell via on-rev (I'm on pancake) About a week ago I was messing around with Business Academy Lesson 53 (using LiveCode Server and Post to relay an email) and couldn't get anywhere. The server-side script and app were both pretty much

Re: use-livecode Digest, Vol 121, Issue 5

2013-10-03 Thread Sergio Schvarstein
Merci Rene. I've got the admission to the French group today. Greeting from Paris (7) and if you want to take a beer some day, here I am. Bonjour ! __ Sergio Schvarstein __ El 02/10/2013, a las 23:01,

Re: Sending mail from on-server

2013-10-03 Thread Roger Eller
It's also possible that your server needs an email server service installed, or at least configured. ~Roger On Oct 3, 2013 5:13 AM, Dave Kilroy d...@applicationinsight.com wrote: Hi Christer I also think there is a problem with access to shell via on-rev (I'm on pancake) About a week ago I

FieldFormatter: Working group

2013-10-03 Thread FlexibleLearning.com
A new field formatting palette and frontscript library is nearing completion. The properties palette, syntax and integration are all in place and working. - What is its purpose? In short it separates data from display. Field contents can, for example, be displayed as currency (or any other

Re: Streaming audio without QT

2013-10-03 Thread tbodine
God I need that new player. Me, too. Wish it were not so far down the roadmap. -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Streaming-audio-without-QT-tp4670558p4670587.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: FieldFormatter: Working group

2013-10-03 Thread tbodine
That sounds outstanding! -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/FieldFormatter-Working-group-tp4670586p4670588.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: Sending mail from on-server

2013-10-03 Thread Andrew Kluthe
It's not entirely free but I use a service called Postmark to send emails for me so that they are less likely to hit spam folders. It is basically an email delivery system that can use a REST api for sending mails. You get 1000 credits when you sign up for free and can purchase more credits for

iOS 7simulator hang/crash

2013-10-03 Thread Ralph DiMola
I seems that ANY files or folders included in the copy files pane of the standalone setting will cause the LC app in the iOS 7 simulator to hang then crash. I first thought it was because the files were on an SMB server . I then moved them local, no go. I then included only a 1 line text file and

Re: FieldFormatter: Working group

2013-10-03 Thread Vaughn Clement
Hi Hugh This is really a breath of fresh air in that LC is starting to grow up. I have been saying for awhile that LiveCode will evolve or go away. It may take developers to move the stake forward in the way other software languages have come of age. I believe that when the developers start

Re: Sending mail from on-server

2013-10-03 Thread Dave Kilroy
Hi, I decided to email support again and got the following reply: Thank you for your request. We are very much aware of this issue and are actively working on it. As soon as we have a solution we will let you know. Regards, Heather Roger I use my on-rev account to send and receive

Re: iOS 7simulator hang/crash

2013-10-03 Thread Chris Sheffield
Yes, I saw this a couple days ago. I assumed it was one of the externals I was including, but apparently that's not the case. It wasn't that critical at the time that I test in the simulator, so I didn't take the time to investigate and I just did my testing on my device, which worked just

RE: iOS 7simulator hang/crash

2013-10-03 Thread Ralph DiMola
Same here. I finally got tired of using the device for simple changes and wanted to test via remote access. I thought at first it was a mergeExt external(Sorry Monte). I wanted to track this down. I will submit a bug report. Ralph DiMola IT Director Evergreen Information Services

Re: iOS 7simulator hang/crash

2013-10-03 Thread Dave Kilroy
Hi both I include a folder with sub-folders and lots of image files in the 'copy' screen of standalone settings in a stack I'm working on and the first time I tried to get the iOS7 simulator working it failed but second time onwards it's been fine. However the only thing I do with the files is

Re: FieldFormatter: Working group

2013-10-03 Thread Mark Talluto
On Oct 3, 2013, at 5:07 AM, FlexibleLearning.com ad...@flexiblelearning.com wrote: A new field formatting palette and frontscript library is nearing completion. The properties palette, syntax and integration are all in place and working…. Very cool work you have done here Hugh! I would

RE: iOS 7simulator hang/crash

2013-10-03 Thread Ralph DiMola
I tried resetting the simulator and trying to run it with all types of local file and same hang/crash. What did you do to get it working? Just do it twice? That did not work for me. I submitted a bug http://quality.runrev.com/show_bug.cgi?id=11252 Ralph DiMola IT Director Evergreen Information

Re: FieldFormatter: Working group

2013-10-03 Thread Andrew Kluthe
function GoodAdvice pPatience switch pPatience case sLearningCurve pPatience exit to top break case sLearningCurve = pPatience return GoodAdvice(pPatience * 10) break default return progress! break end switch end

RE: iOS 7simulator hang/crash

2013-10-03 Thread Dave Kilroy
Ralph how strange - and yes all I did was to quit the simulator and try again. And my setup sounds very similar to yours (OSX 10.8.5, LC 6.1.2 rc1, xCode 5, 4.52, 4.5.1, iOS simulator 5 upwards) - I'm on a mid-2010 MBP 2.4 GHz Intel Core 2 Duo with 8gb of ram The only things I can think of are

Arrow keys in datagrid

2013-10-03 Thread Marty Knapp
I have a form style datagrid and when I use the arrowKeys to try to scroll through the records, the down arrow works as expected, but when you press the up arrow, it deselects the row and pressing it a second time it goes right to the first record rather than the previous record. There is one

Re: 6.1.2 rc1

2013-10-03 Thread Mike Kerner
Either I missed something in the release notes for one of the last couple of versions, or it wasn't there. In 6.1.2 rc1, if you right-click on a handler or function name, and the source for that handler or function is in a substack, you can go to its definition. Can I just say :-) On Thu, Sep

RE: iOS 7simulator hang/crash

2013-10-03 Thread Ralph DiMola
I tried the restart and no-go then a content reset and no-go. I tried with a simple t.rtf and same thing... hang then crash I'm on a mid 2011 MacBook Pro 2 GHz with 4 Gig. I just tried a system reboot and no-go. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

Re: Sending mail from on-server

2013-10-03 Thread Roger Eller
On Thu, Oct 3, 2013 at 11:35 AM, Dave Kilroy wrote: Hi, I decided to email support again and got the following reply: Thank you for your request. We are very much aware of this issue and are actively working on it. As soon as we have a solution we will let you know. Regards,

Re: Motion Comics tutorial for LiveCode

2013-10-03 Thread Alejandro Tejada
Hi All, I have just uploaded the textures that I am using with Resynthesizer to edit the characters out from the background: https://docs.google.com/file/d/0B9ja3Yvw8cHLeWk5RTJMUGpxU2s/edit?usp=sharing Are you interesting in helping? Then download these edited panels:

Re: Sending mail from on-server

2013-10-03 Thread Mark Wieder
Roger- Thursday, October 3, 2013, 11:44:11 AM, you wrote: Is that server configured for assynchronous communications? shameful groan -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Sending mail from on-server

2013-10-03 Thread Andrew Kluthe
ZING! On Thu, Oct 3, 2013 at 3:27 PM, Mark Wieder mwie...@ahsoftware.net wrote: Roger- Thursday, October 3, 2013, 11:44:11 AM, you wrote: Is that server configured for assynchronous communications? shameful groan -- -Mark Wieder mwie...@ahsoftware.net

SocketTimeOut message

2013-10-03 Thread J. Landman Gay
I need to understand this better. The dictionary says the socketTimeoutInterval specifies how long to wait before sending back a timeout message. It sounds like the timeout doesn't affect the data transmission, it's only a warning, and the data will be sent eventually. Is that correct? The

Re: SocketTimeOut message

2013-10-03 Thread Phil Davis
On 10/3/13 2:40 PM, J. Landman Gay wrote: I need to understand this better. The dictionary says the socketTimeoutInterval specifies how long to wait before sending back a timeout message. It sounds like the timeout doesn't affect the data transmission, it's only a warning, and the data will be

It is almost never safe to assume your code is perfect

2013-10-03 Thread Geoff Canyon
Back in 2005(!) Malte came up with the brilliant idea of using oval graphics with their arcangle set to 0 in order to easily create the hands of a clock. Interestingly, the rendering of oval graphics seems to have changed since then -- setting the arcangle to 0 now doesn't draw the angle itself,

Re: SocketTimeOut message

2013-10-03 Thread J. Landman Gay
Thanks, that's just what I needed to know. On 10/3/13 5:11 PM, Phil Davis wrote: On 10/3/13 2:40 PM, J. Landman Gay wrote: I need to understand this better. The dictionary says the socketTimeoutInterval specifies how long to wait before sending back a timeout message. It sounds like the

Re: SocketTimeOut message

2013-10-03 Thread Roger Eller
On Oct 3, 2013 5:40 PM, J. Landman Gay wrote: I need to understand this better. The dictionary says the socketTimeoutInterval specifies how long to wait before sending back a timeout message. It sounds like the timeout doesn't affect the data transmission, it's only a warning, and the data will

Re: SocketTimeOut message

2013-10-03 Thread J. Landman Gay
On 10/3/13 6:01 PM, Roger Eller wrote: It saddens me to say this, but LiveCode itself has always been iffy at ftp transfers. I've set the socketTimeoutInterval all over the spectrum, and never found a solid solution. On the same network, all other FTP clients would work perfectly every time.

Re: SocketTimeOut message

2013-10-03 Thread Roger Eller
I have a project that will be downloading hundreds of 150MB+ files per day. Often the file will end with only a few bytes missing, and it doesn't go back for the rest no matter how long it waits. So, I re-download until the whole thing is accounted for. ~Roger On Oct 3, 2013 7:17 PM, J. Landman

RE: iOS 7simulator hang/crash

2013-10-03 Thread Dave Kilroy
have you tried with a .png? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-7simulator-hang-crash-tp4670590p4670613.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing

RE: iOS 7simulator hang/crash

2013-10-03 Thread Dave Kilroy
and maybe try a file within a folder and not 'bare' on its own? (I include a folder and all its contents rather than specific files) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-7simulator-hang-crash-tp4670590p4670615.html Sent from the Revolution - User

RE: iOS 7simulator hang/crash

2013-10-03 Thread Dave Kilroy
Sorry Ralph, I see you've already tried these - I have no idea why its failing for you, maybe something lurking that will bite my app tomorrow :( -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-7simulator-hang-crash-tp4670590p4670616.html Sent from the

RE: iOS 7simulator hang/crash

2013-10-03 Thread Ralph DiMola
Thanks! I will wait and see if RR can reproduce from the bug report! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On

Re: SocketTimeOut message

2013-10-03 Thread Phil Davis
On 10/3/13 4:16 PM, J. Landman Gay wrote: On 10/3/13 6:01 PM, Roger Eller wrote: It saddens me to say this, but LiveCode itself has always been iffy at ftp transfers. I've set the socketTimeoutInterval all over the spectrum, and never found a solid solution. On the same network, all other