Re: Master Class Question

2013-10-04 Thread Richmond
On 10/05/2013 09:28 AM, Cal Horner wrote: This needs to happen within the IDE. When I open a stack that I have blessed with a suffix other than the LiveCode standard ones I have to select "All Files" in the Stack File dialog Where do I patch the IDE, so that it will recognize my file type on

Master Class Question

2013-10-04 Thread Cal Horner
This needs to happen within the IDE. When I open a stack that I have blessed with a suffix other than the LiveCode standard ones I have to select "All Files" in the Stack File dialog Where do I patch the IDE, so that it will recognize my file type on an "Ask File" dialog? _

RE: iOS 7simulator hang/crash

2013-10-04 Thread Ralph DiMola
Thanks for confirmation. I have updated the bug report http://quality.runrev.com/show_bug.cgi?id=11252 with some other observations. Check it out. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecod

Re: iOS 7simulator hang/crash

2013-10-04 Thread John Dixon
Ralph... I am seeing exactly the same problem as you when trying to include files through the copy files pane.. Dixie -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-7simulator-hang-crash-tp4670590p4670631.html Sent from the Revolution - User mailing list a

RE: Strict compilation mode

2013-10-04 Thread Ralph DiMola
I totally agree. 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 Peter Haworth Sent: Friday, October 04, 2013 12:29 PM To: How to use LiveCode Subject: Stric

Re: go stack URL question

2013-10-04 Thread Mark Schonewille
Hi JBV, If you have the commercial version of LC, you can protect your stack with a password. In some cases, that might be sufficient and avoid the need for additional encryption. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x

Strict compilation mode

2013-10-04 Thread Peter Haworth
I'm a big fan of strict compilation mode. I know others don't see the need for it but I like how it protects me from myself by catching misspelled variable names and forcing me to put quotes around literals. Every now and again I download a utility stack that someone has provided which was created

Re: It is almost never safe to assume your code is perfect

2013-10-04 Thread Geoff Canyon
Ha! I just noticed a bug in the above that causes the hour hand to be updated 6x as often as it should be. The below (I think) updates the second hand once per second, the minute hand 360 times per hour, and the hour hand 360 times per 12 hours. The long time was to check if the correct time was b

RE: FieldFormatter: Sample preview

2013-10-04 Thread Ralph DiMola
Ditto! 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 Roger Eller Sent: Friday, October 04, 2013 10:15 AM To: How to use LiveCode Subject: Re: FieldFormatte

Re: FieldFormatter: Sample preview

2013-10-04 Thread Vaughn Clement
Hi Hugh Darn fine work! That will save a huge amount of time where it required about 40 lines of code on my last project. Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/* Skype: vaughn.clement https://secure.join.me/appsbyvclement F

Re: FieldFormatter: Sample preview

2013-10-04 Thread Roger Eller
VERY NICE! ~Roger On Fri, Oct 4, 2013 at 9:47 AM, FlexibleLearning wrote: > For those who asked, a preview is available here: > > www.flexiblelearning.com/fieldformatter > > Best regards, > > Hugh Senior > FLCo > > ___ use-livecode mailing list use-l

FieldFormatter: Sample preview

2013-10-04 Thread FlexibleLearning
For those who asked, a preview is available here: www.flexiblelearning.com/fieldformatter Best regards, Hugh Senior FLCo ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscr

Re: It is almost never safe to assume your code is perfect

2013-10-04 Thread Kay C Lan
Hi Geoff, I'm not sure what the original context was, so I guess there was a need for 'the long seconds', but I just created two clock faces and ran one against your original code, and the other with the 2 references to the long seconds removed, i.e it just updates every second. The outputs are i

Re: SocketTimeOut message

2013-10-04 Thread Dave Cragg
On 4 Oct 2013, at 00:16, J. Landman Gay wrote: > But from Phil's answer, it sounds like the timeout message is just > informational, and libURL keeps trying to send until it goes through. So > maybe you don't need a resend? That's not my understanding. I think the transaction will stop if the

RE: FieldFormatter: Working group

2013-10-04 Thread FlexibleLearning.com
In many ways LiveCode is more a language than a program. It provides the tools to build software, and sometimes you have to build your own tools for it. For example 'shell' is supported, but *you* have to know about 'shell' to apply it. So LiveCode stradles two worlds: raw coding and purpose-built