Re: What is wrong with this Script logic?

2013-01-11 Thread Phil Davis
So don't use closeField. on keyDown pKey -- or keyUp if pKey is an integer then pass keyDown else answer Please enter only whole numbers! -- or you could beep end keyDown Phil Davis On 1/10/13 10:21 PM, Mark Wieder wrote: Jacque- Thursday, January 10, 2013, 9:39:35 PM, you

Re: What is wrong with this Script logic?

2013-01-11 Thread Kay C Lan
Actually I just went with the simple example from the dictionary: on closeField if (the text of me is not an integer) then answer Please enter only whole numbers! titled Enter A Number select the text of me end if end closeField Still, I do not understand why the IDE is

Voice commands on iOS - possible crowd-funding

2013-01-11 Thread Graham Samuel
Hi all I am interested in getting voice commands available to LiveCode iOS developers. Monte Goulding has pointed out that OpenEars is a promising SDK - see http://www.politepix.com/openears/ However to use it we need someone (I'm assuming Monte) to write the necessary 'glue' code to make the

Re: Portable apps

2013-01-11 Thread Peter M. Brigham
On Jan 11, 2013, at 12:44 AM, J. Landman Gay wrote: Computers were so much easier in the good old days. Progress may have been all right once, but it went on too long. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig ___

Re: What is wrong with this Script logic?

2013-01-11 Thread Peter M. Brigham
I tried this: on closefield put closefield the seconds cr after message hCheckEntry me end closefield on exitfield put exitfield the seconds cr after message end exitfield on enterinfield select empty end enterinfield on hCheckEntry pData if pData is an integer then exit

Re: Portable apps

2013-01-11 Thread Richard Gaskin
J. Landman Gay wrote: On 1/10/13 10:17 PM, Bill Vlahos wrote: InfoWallet works this way. Well, I snipped your excellent response but it was extremely valuable info. Thanks so much. I am not keen on figuring out code signing but maybe it will get easier by the time I get that far. Or maybe

Re: What is wrong with this Script logic?

2013-01-11 Thread Ben Rubinstein
On 11/01/2013 06:21, Mark Wieder wrote: Jacque- Thursday, January 10, 2013, 9:39:35 PM, you wrote: Something's wrong. I think it's the dialog. My guess is that closeField keeps getting triggered. It's definitely related to closeField, but there's some interaction with the dialog as well.

Re: What is wrong with this Script logic?

2013-01-11 Thread Robert Brenstein
On 11.01.2013 at 17:03 Uhr +0800 Kay C Lan apparently wrote: Actually I just went with the simple example from the dictionary: on closeField if (the text of me is not an integer) then answer Please enter only whole numbers! titled Enter A Number select the text of me end if

Re: What is wrong with this Script logic?

2013-01-11 Thread Robert Brenstein
On 11.01.2013 at 11:04 Uhr +0800 Kay C Lan apparently wrote: If I turn Debug Mode OFF, and repeat the above, after I enter B in my ask Dialog I get the IDE Errors widow come up with: Type: Handler: can't find handler Object: fldTest Line: hCheckEntry tAnswer Hint: hCheckEntry My Ask Dialog Box

need ghinea pigs to try out facebook test stack on mobile

2013-01-11 Thread Andre Garzia
Hey Folks, I've finally did it. I have a facebook library that works only on mobile and I need to run some tests. I am building a little test stack to be run on iOS or Android. Those interested in using facebook with mobile could please try my test stack? This library will be a commercial offer

Re: need ghinea pigs to try out facebook test stack on mobile

2013-01-11 Thread tbodine
Hi Andre. Count me in. Can test on iPad 2. -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/need-ghinea-pigs-to-try-out-facebook-test-stack-on-mobile-tp4658820p4658821.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: need ghinea pigs to try out facebook test stack on mobile

2013-01-11 Thread Roger Eller
I can test on my new Android tablet (Pipo M2 / Jelly Bean 4.1.1) later this evening. ~Roger On Fri, Jan 11, 2013 at 10:26 AM, Andre Garzia wrote: I am building a little test stack to be run on iOS or Android. ___ use-livecode mailing list

Re: What is wrong with this Script logic?

2013-01-11 Thread J. Landman Gay
On 1/11/13 12:21 AM, Mark Wieder wrote: Jacque- Thursday, January 10, 2013, 9:39:35 PM, you wrote: Something's wrong. I think it's the dialog. My guess is that closeField keeps getting triggered. Except I put my closefield handler into the field itself. That shouldn't catch any

Re: Portable apps

2013-01-11 Thread J. Landman Gay
On 1/11/13 12:24 AM, stephen barncard wrote: you mean before sandboxing, the apple store and certificates? Yeah. Back when it was easier to do damage. :) Computers were so much easier in the good old days. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Re: Portable apps

2013-01-11 Thread J. Landman Gay
On 1/11/13 7:25 AM, Peter M. Brigham wrote: On Jan 11, 2013, at 12:44 AM, J. Landman Gay wrote: Computers were so much easier in the good old days. Progress may have been all right once, but it went on too long. You've got a list of these things, right? I love when you do that. --

Returning Data from a Modal

2013-01-11 Thread Andrew Kluthe
Is there an easy way I am overlooking to return data from a modal? Something akin to: go stack BlahBlah as modal put tReturnedData How do all of you handle that in a modal? I want a modal to return true if followed through with or false if its canceled, so I know not to execute the rest of

Re: need ghinea pigs to try out facebook test stack on mobile

2013-01-11 Thread Andre Garzia
Folks, this is it!!! Please try this out on your mobile devices. https://dl.dropbox.com/u/1340110/fbtest.livecode You should request authorization first. Once requested, the library will store the tokens so it should work the next time you launch without the need for requesting it again. There

Re: What is wrong with this Script logic?

2013-01-11 Thread J. Landman Gay
On 1/11/13 8:16 AM, Ben Rubinstein wrote: On 11/01/2013 06:21, Mark Wieder wrote: Jacque- Thursday, January 10, 2013, 9:39:35 PM, you wrote: Something's wrong. I think it's the dialog. My guess is that closeField keeps getting triggered. It's definitely related to closeField, but there's

Re: Returning Data from a Modal

2013-01-11 Thread Ben Rubinstein
On 11/01/2013 19:13, Andrew Kluthe wrote: Is there an easy way I am overlooking to return data from a modal? Something akin to: go stack BlahBlah as modal put tReturnedData How do all of you handle that in a modal? I want a modal to return true if followed through with or false if its

Re: Returning Data from a Modal

2013-01-11 Thread Peter Haworth
Not sure if this is standard, but I set the dialogData in whatever script closes the modal stack, so: go stack blah modal put the dialogData into tReturnedData Pete lcSQL Software http://www.lcsql.com On Fri, Jan 11, 2013 at 11:13 AM, Andrew Kluthe and...@ctech.me wrote: Is there an easy way

Re: iOS standalone - what to do about code signing failures?

2013-01-11 Thread Roger Guay
Hi Dave, I just wanted to tell you how appreciative I am for this feedback. I'm still experiencing this codesign failure problem, and I don't know where to turn for help other than this list. I'll try to use your information to solve my problem next week as I am entertaining guests for a few

Re: Returning Data from a Modal

2013-01-11 Thread Andrew Kluthe
Perfect. I new there was something, but couldn't find that property in the dictionary by browsing around randomly. Regards, Andrew On Fri, Jan 11, 2013 at 1:56 PM, Peter Haworth p...@lcsql.com wrote: Not sure if this is standard, but I set the dialogData in whatever script closes the modal

Re: iOS standalone - what to do about code signing failures?

2013-01-11 Thread Andre Garzia
Dave, Open Keychain Access.app and look for expired certificates. On Sun, Jan 6, 2013 at 6:30 PM, Dave Kilroy d...@businessplaninsight.comwrote: Hi Graham If I try to build a standalone for iOS I'll get two error messages; the first alert (showing the LiveCode logo) says: Codesigning

Re: need ghinea pigs to try out facebook test stack on mobile

2013-01-11 Thread Pierre Sahores
Hi Andre, Will test it and report how it goes tomorrow against iPhone 5, iPad 1, SGS2 and Xoom2 ;-) Best, Pierre Le 11 janv. 2013 à 20:17, Andre Garzia a écrit : Folks, this is it!!! Please try this out on your mobile devices. https://dl.dropbox.com/u/1340110/fbtest.livecode You

The Art of Creative Coding

2013-01-11 Thread Mark Wieder
Five minute video for your Friday, via Boingboing- http://boingboing.net/2013/01/10/short-documentary-about-the-ar.html -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: One Minute from Read Naturally, Inc.

2013-01-11 Thread Mark Smith
Chris Sheffield-4 wrote Read Naturally, Inc. is proud to announce the release of One Minute Reader for iPad (https://itunes.apple.com/us/app/one-minute-reader/id465317539?mt=8). This project has been well under Hi Chris, looks amazing. Well done. -- Mark -- View this message in context:

Re: The Art of Creative Coding

2013-01-11 Thread Richmond
On 01/12/2013 04:40 AM, Mark Wieder wrote: Five minute video for your Friday, via Boingboing- http://boingboing.net/2013/01/10/short-documentary-about-the-ar.html Looks like good stuff: have downloaded it to look at this evening. Thanks, Richmond.