Re: Mobile SDK Preference

2014-11-15 Thread Sean Cole (Pi)
Hi Dan, You seem to have misunderstood a little. LC 6.6.4 CAN work with XC6.0 LC 6.6.5 made it possible to work with XC6.1 LC 6.7 is probably the way to go however as it is the most up-to-date and needs as much testing and reporting as possible. All the best to you. Sean Cole *Pi Digital Produ

Re: [ANN] - MaterLibrary Version 8 is available

2014-11-15 Thread John
I just downloaded it and spent some time seeing what is there. This took quite a bit of effort - thank you for sharing this. John ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo

Re: how are variables passed from functions?

2014-11-15 Thread Kay C Lan
Also from the Dictionary entry for return: To halt the current handler without returning a result, use the exit control structure instead. On Sun, Nov 16, 2014 at 8:01 AM, Kay C Lan wrote: > On Sun, Nov 16, 2014 at 2:44 AM, J. Landman Gay > wrote: > > That's what I get for being a one-trick po

Re: how are variables passed from functions?

2014-11-15 Thread Kay C Lan
On Sun, Nov 16, 2014 at 2:44 AM, J. Landman Gay wrote: That's what I get for being a one-trick pony. But it sure seems that having > to keep track of the last result would cause a lot of non-obvious errors. > > Bernard mentioned it might be long-standing behavior that shouldn't be > changed, but

Re: how are variables passed from functions?

2014-11-15 Thread J. Landman Gay
On 11/15/2014, 3:43 PM, Mark Wieder wrote: What I'd like in LC is for the compiler to barf if a function has no return statement, or if it has a return statment with no returned parameter. I like it. Then we wouldn't have all those multi-lingual LiveCoders using "return" instead of "exit". :)

Re: how are variables passed from functions?

2014-11-15 Thread Mark Wieder
Jacque- Saturday, November 15, 2014, 10:44:33 AM, you wrote: > That's what I get for being a one-trick pony. But it sure seems that > having to keep track of the last result would cause a lot of non-obvious > errors. I'm not necessarily saying I like it, I've just gotten used to it in ruby becau

Re: 64 bit Linux standalones?

2014-11-15 Thread Richmond
On 14/11/14 18:52, Fraser Gordon wrote: On 14 Nov 2014, at 16:48, Richmond wrote: As, currently, I am running 32 bit Linux I have what may seem a slightly goofy question: Does the standalone builder in the 64 bit version of LiveCode 7 offer the choice of building standalones for 64-bit and/

Re: how are variables passed from functions?

2014-11-15 Thread J. Landman Gay
On 11/15/2014, 11:55 AM, Mark Wieder wrote: I've only followed this thread sporadically because it's been a busy week at work, but I'm quite amused. This is the way ruby works, and if memory serves, go works the same way. The last statement executed is the current result. That's what I get for

Re: Mobile SDK Preference

2014-11-15 Thread Dan Friedman
Sean, Thanks for the tip! I didn't know that LC 6.6.4 wasn't compatible with XCode 6.0. I installed LC 6.7 and everyone is happy again. Thanks! -Dan > Bear in mind that LC6.6.4 only accepts up to Xcode 6.0. If you are trying > to add XC6.1 then you will get the error message "The chosen fold

Re: how are variables passed from functions?

2014-11-15 Thread Bernard Devlin
Assuming that this has been the behaviour of Metacard, Revolution, Livecode (and possibly Hypercard) for 22 years (or more), it is perhaps best just accepted as a fait accompli. If no-one has noticed this "aberrant" behaviour in those 2 (or more decades), then fixing it now might well lead to prob

Re: how are variables passed from functions?

2014-11-15 Thread Mark Wieder
Jacque- Friday, November 14, 2014, 5:46:08 PM, you wrote: > On 11/14/2014, 5:28 PM, Bob Sneidar wrote: >> I guess what I am saying is that since test1 did not*explicitly* >> return anything, the mouseUp handler should put nothing in the >> message box. However I am discovering that functions*impl

Re: Mobile SDK Preference

2014-11-15 Thread Sean Cole (Pi)
Hi Dan, What is the exact path to the file you are referencing in the MobileSupport preference? Copy and paste it here. Bear in mind that LC6.6.4 only accepts up to Xcode 6.0. If you are trying to add XC6.1 then you will get the error message "The chosen folder is not a valid iOS SDK". All the b

Mobile SDK Preference

2014-11-15 Thread Dan Friedman
When I choose Preferences and click "Mobile Support", you used to be able to click "Add Entry" and select the Xcode application and LiveCode was happy. But, with LC 6.6.4, I choose the Xcode application (version 6.1) and LC reports, "The chosen folder is not a valid iOS SDK.". What am I doing

Re: How safe and feasable is it ?

2014-11-15 Thread kee nethery
> On Nov 15, 2014, at 5:58 AM, Richard Gaskin > wrote: > > Kee, What asymmetrical encryption do you use with LiveCode? encrypt theFilePassword using rsa with public key myapppublickey just using the normal RSA algorithm for asymmetrical encryption. Kee ___

Re: how are variables passed from functions?

2014-11-15 Thread Richard Gaskin
J. Landman Gay wrote: > I'm trying to understand how it follows any known rule of messaging. > I don't see it yet. To me it looks like a bug. Agreed - reported as such: We'll either get a fix or an explanation; either would be useful. -- Richa

Re: How safe and feasable is it ?

2014-11-15 Thread Richard Gaskin
Kee, What asymmetrical encryption do you use with LiveCode? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web ambassa...@fourthworld.comhttp://www.Fo

Interacting with html objects in a browser on mobiles

2014-11-15 Thread jbv
Hi list I'm trying to figure out how to interact with an html page displayed in a browser control on mobile devices... For instance, how can I trigger an LC script when clicking on a specific html object in the browser ? Apparently all revbrowser functions, commands and messages don't apply for mob

Re: how are variables passed from functions?

2014-11-15 Thread Alan Stenhouse
Definitely bug. This is incorrect behaviour. On 15/11/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote: > On 11/14/2014, 5:28 PM, Bob Sneidar wrote: >> I guess what I am saying is that since test1 did not*explicitly* >> return anything, the mouseUp handler should put nothing in the

Re: Drag text from locked field

2014-11-15 Thread André Bisseret
Le 15 nov. 2014 à 00:12, Bob Sneidar a écrit : > Also, I need to be able to select text in a locked field. Seems this is also > not possible. > > Bob S Normally it is possible ; I just tried it successfully ; then you can get the selectedChunk in a "selectionChanged" handler. Beware : the t

Re: Drag text from locked field

2014-11-15 Thread André Bisseret
Le 15 nov. 2014 à 00:11, Bob Sneidar a écrit : > I suspect the answer is no, but is there a way to drag text from a locked > field? So far it seems not. I can probably unlock the field on a mouseDown > event and relic it on a mouseUp, but that is getting ugly. I need to be able > to select and