Search found 780 matches

by dave.kilroy
Sun Feb 19, 2017 6:34 pm
Forum: Talking LiveCode
Topic: Building a script statement
Replies: 17
Views: 9904

Re: Building a script statement

Hi Simon, the following code functions and may give you enough to get you to where you want to go... on mouseUp put word 1 of the long name of control 1 into tType put LoopObjects(tType) end mouseUp Function LoopObjects pType repeat with Counter = 1 to the number of controls in the current card if w...
by dave.kilroy
Sun Feb 19, 2017 5:47 pm
Forum: Announcements
Topic: eHUG International Mini Conference on LiveCode
Replies: 5
Views: 6952

Re: eHUG International Mini Conference on LiveCode

Mark well done for sorting out this day. I'm sorry to say I won't be able to attend - I was going to but it now turns out that I won't be able to after all. I have a thing on that won't finish until 10:30 Saturday morning and I wouldn't reach Antwerp until something like 7pm I hope it goes really we...
by dave.kilroy
Mon Feb 06, 2017 8:28 pm
Forum: iOS Deployment
Topic: urlProgress seems not work SOLVED
Replies: 11
Views: 8238

Re: urlProgress seems not work

Hi Jean-Marc I just tried visiting http://www.alternatic.ch and my browser threw up this warning: Screenshot 2017-02-06 19.23.21.png So it may be that your certificate (or some related setting on your server) is indeed wonky. My understanding is that ATS won't just accept a domain if it has a SSL ce...
by dave.kilroy
Sun Feb 05, 2017 4:36 pm
Forum: Talking LiveCode
Topic: Creating LiveCode applications that play well with git
Replies: 136
Views: 77111

Re: Creating LiveCode applications that play well with git

THIS . IS . REALLY . GREAT

Even better than Trevor's other thread http://forums.livecode.com/viewtopic.php?f=9&t=28784
by dave.kilroy
Thu Feb 02, 2017 12:48 pm
Forum: iOS Deployment
Topic: How to specify Build Number in iOS build?
Replies: 5
Views: 6255

Re: How to specify Build Number in iOS build?

Thanks for this Panos!

One day I swear I'll find the time to fork the code for the Standalone Builder and see if I can find where it builds the .plist file - and see if I can add a box to the Standalone Builder gui and hook them up...
by dave.kilroy
Thu Jan 12, 2017 7:25 pm
Forum: Documentation and Tutorials
Topic: LiveCodeShare -- how to reset password
Replies: 2
Views: 6994

Re: LiveCodeShare -- how to reset password

@Martin - I think the webpage is broken - but in LiveCode's IDE click on 'Sample Stacks' and from there 'login' (there is also a 'forgot your password' link)
by dave.kilroy
Thu Jan 12, 2017 6:00 pm
Forum: CGIs and the Server
Topic: Simple 'POST' of a file to LC Server
Replies: 5
Views: 7003

Re: Simple 'POST' of a file to LC Server

@Martin - no there's nothing on the webpage, but in LiveCode's IDE click on 'Sample Stacks' and from there 'login' (there is also a 'forgot your password' link) @Lagi - thanks for another banana pun/analogy/story! That's a really nice one involving gorillas :) (I blame bernd for my so-called banana ...
by dave.kilroy
Mon Jan 09, 2017 12:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need help with "disabling" a button!
Replies: 46
Views: 19020

Re: Need help with "disabling" a button!

@Jacque I think you've just explained why an app I was working on a couple of years ago with 'fairly lengthy and wild' animations had me flummoxed trying to handle extra button clicks and keystrokes during animations. I DID have the various controls disabled and had to handle the "backed up water" (...
by dave.kilroy
Tue Jan 03, 2017 10:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looking up a file pathname
Replies: 4
Views: 3231

Re: Looking up a file pathname

Hi Tim - hopefully the following will give you some ideas: on checkForSoundFiles put the uSoundFiles of the current stack into tFolder put tFolder & slash & "fileThatIsAlwaysPresent.wav" into tFile if there is not a file tFile then answer "Unable to find Timothy's Sound Files!" answer folder "Find T...
by dave.kilroy
Sat Dec 24, 2016 2:43 pm
Forum: Off-Topic
Topic: Thanks to the Community Liaison
Replies: 3
Views: 4183

Re: Thanks to the Community Liaison

+1

And THANK YOU to everyone putting into the LiveCode community!
by dave.kilroy
Tue Dec 20, 2016 1:13 pm
Forum: MergEXT
Topic: mergLA
Replies: 6
Views: 9064

Re: mergLA

@ Armenhui no, I have no idea what the problem (if there is a problem) with mergLA is - I was just saying that the same effect could be seen when using LC6 (and Xcode 7.3) to build for iOS 10

But as you're using LC8 rather than LC6 then it doesn't apply to you

Regards

Dave
by dave.kilroy
Tue Dec 20, 2016 10:33 am
Forum: MergEXT
Topic: mergLA
Replies: 6
Views: 9064

Re: mergLA

@Armenhui I've noticed that apps built with LC 6 don't display the Ask dialog box in iOS 10 - so depending on which version of LiveCode you're using it may not be related to mergLA.
by dave.kilroy
Sat Dec 10, 2016 3:14 pm
Forum: Internet
Topic: TSNet and SMTP : attachment file doesn't show up [SOLVED]
Replies: 3
Views: 5130

Re: TSNet and SMTP : attachment file doesn't show up [SOLVED

Excellent

I've been impressed with how well Charles has been supporting people moving over to tsNet
by dave.kilroy
Fri Dec 09, 2016 1:43 pm
Forum: Internet
Topic: TSNet and SMTP : attachment file doesn't show up [SOLVED]
Replies: 3
Views: 5130

Re: TSNet and SMTP : attachment file doesn't show up

I used a tweaked version of Charles' code for an iOS app that sends an email with a pdf attachment (and which works fine) - can you check your pdf is ok before sending it?

Go to advanced search