Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Bob Sneidar
What I do is try to telnet into the database first using shell commands. Bob S > On Jun 13, 2015, at 15:20 , Dr. Hawkins wrote: > > On Sat, Jun 13, 2015 at 1:03 PM, Dr. Hawkins wrote: > >> >> On Sat, Jun 13, 2015 at 1:00 PM, Mark Schonewille < >> m.schonewi...@economy-x-talk.com> wrote: >>

Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Bob Sneidar
If it’s modal, you don’t have to do anything. Opening a stack as modal causes the calling script to halt execution. Once the modal stack closes the script continues to run. Bob S > On Jun 13, 2015, at 10:03 , Dr. Hawkins wrote: > > I am writing my own modal replacement for answer for a vari

Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Dr. Hawkins
On Sat, Jun 13, 2015 at 1:03 PM, Dr. Hawkins wrote: > > On Sat, Jun 13, 2015 at 1:00 PM, Mark Schonewille < > m.schonewi...@economy-x-talk.com> wrote: > >> >> You're right, the debugger doesn't like modal windows. It looks like you >> actually don't have a problem :-) >> >> My favorite kind of pr

Re: liveCode and speech to text on mobile devices

2015-06-13 Thread Monte Goulding
I've had a number of requests for quotes on OpenEars but none have come through yet. Sent from my iPhone > On 13 Jun 2015, at 9:28 pm, Malte Brill wrote: > > Hi all, > > I am currently pondering with an idea and would like some input. Has anybody > of you used a livecode created app to dicta

Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Dr. Hawkins
On Sat, Jun 13, 2015 at 1:00 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > > You're right, the debugger doesn't like modal windows. It looks like you > actually don't have a problem :-) > > My favorite kind of problem :) -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___

Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Mark Schonewille
Hi Richard, You're right, the debugger doesn't like modal windows. It looks like you actually don't have a problem :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 502

Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Dr. Hawkins
On Sat, Jun 13, 2015 at 11:00 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > You don't want to use the wait command here. You want to use a callback > message. If your stacks are real modal windows, you don't even need that. > Once debugged, they're real modal windows. Hmm, t

Re: I wish ...

2015-06-13 Thread Paul Dupuis
On 6/13/2015 1:13 PM, Richard Gaskin wrote: > In recent versions of LC resizeControl is sent to a group not only > when interactively resized by the user, but also in response to any > change to the size of a group from any script. > > This has been a godsend for simplifying many layouts, and makin

Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Mark Schonewille
Hi Richard, You don't want to use the wait command here. You want to use a callback message. If your stacks are real modal windows, you don't even need that. With a real modal window: on scriptWithDialog // do something here go stack "My Dialog" as modal // the script

Re: Invalid iOS SDK Bundle

2015-06-13 Thread Ray Horsley
I'm pretty sure there's an incompatability between the latest versions of MacOS, Xcode and Livecode 7.0.2. so I went ahead and filed a bug report. Thanks for your insight. Ray LinkIt! Software On Jun 14, 2015 12:33 AM, "EED-wp Email" wrote: > You need to get xcode set up before messing with pro

Re: Invalid iOS SDK Bundle

2015-06-13 Thread panagiotis merakos
Hi Ray, It seems that you are using an older version of LiveCode (7.0.2 RC2), which does not support Xcode 6.3. I suggest using the most recent version of LiveCode (currently 7.0.5 STABLE). You can find it here: http://downloads.livecode.com/livecode/ Best regards, Panos -- On Sat, Jun 13, 2015

Re: Invalid iOS SDK Bundle

2015-06-13 Thread EED-wp Email
You need to get xcode set up before messing with provisioning profiles. I didn't have any problem with this tho. It was long enough ago that I don't remember any gotchas with the setup. But, if it were me, I'd update to the latest version of my os, xcode, and at least the 6.xx version of lc. I t

Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Richard Gaskin
Dr. Hawkins wrote: > I am writing my own modal replacement for answer for a variety of > reasons > > Once I have a modal stack/card set up, there isn't anything to do but > wait for it. > > I could use either > > repeat until the retVal of me is not empty > wait 10 milliseconds with messages >

Re: I wish ...

2015-06-13 Thread Richard Gaskin
Paul Dupuis > Wouldn't it be more convenient to be able to do something like > > set the relative top of btn X to 40 > -- and have LiveCode see the keyword "relative" and position it > at 40 pix down from the top of it's owner? Or even more succinct: set the relTop of btn x to 40 Doable in a

Re: "wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Ray
Do you think maybe it's the idleRate? On 6/13/2015 7:03 PM, Dr. Hawkins wrote: I am writing my own modal replacement for answer for a variety of reasons Once I have a modal stack/card set up, there isn't anything to do but wait for it. I could use either repeat until the retVal of me is not e

"wait until" or "repeat until" (with a wait) for modal dialog wait?

2015-06-13 Thread Dr. Hawkins
I am writing my own modal replacement for answer for a variety of reasons Once I have a modal stack/card set up, there isn't anything to do but wait for it. I could use either repeat until the retVal of me is not empty wait 10 milliseconds with messages next repeat or I could use wait unti

Re: Invalid iOS SDK Bundle

2015-06-13 Thread Ray
Bill thanks for your ideas and experience on this. I thought setting the path to the Xcode bundle under Preferences/Mobile Support came /before /setting anything like the provisioning profile and and specifying a device, but I'll try experimenting with being more specific. On 6/13/2015 6:45

Re: Invalid iOS SDK Bundle

2015-06-13 Thread EED-wp Email
Ray, I'm on the road for a few days, so this is from memory. But, I am using livecode 7.5 with latest version of xcode. I only load my app to my personal iphone. I had a problem when i tried to name the provisioning profile as a wildcard version that would work with other apps. Lc seems to want

Re: Invalid iOS SDK Bundle

2015-06-13 Thread Ray
Randy - thanks for the numbers. The LC 6.7.4 is what's going to hang me up. Downgrading is always a huge hassle. I've got a lot of people using an application I built in 7.0.2. I'll see if anybody else sheds any further light on this. Thanks On 6/13/2015 6:16 PM, Randy Hengst wrote: I’m

Re: Invalid iOS SDK Bundle

2015-06-13 Thread Randy Hengst
I’m currently successfully using Mac 10.10.2 LC 6.7.4 Xcode 6.2 be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Jun 13, 2015, at 7:19 AM, Ray wrote: > > Can anybody help me save a standalone for an iPad? > > I’m currently choosing: > Livecode > Preferences > Mobile S

Invalid iOS SDK Bundle

2015-06-13 Thread Ray
Can anybody help me save a standalone for an iPad? I’m currently choosing: Livecode Preferences Mobile Support Add entry 4.3 or later - select your xCode App Bundle But I get “The chosen folder is not a valid iOS SDK” The software I’m using is: Mac OS 10.10.2 Livecode 7

Re: liveCode and speech to text on mobile devices

2015-06-13 Thread Roger Eller
It was on an Asus 7" Android tablet, running 4.2. The fields weren't even native; just plain LiveCode fields. I touched the field, keyboard popped up. Then I touched the mic icon on the keyboard and spoke. Whatever I said was typed magically into the field. On Jun 13, 2015 7:28 AM, "Malte Brill

RE: liveCode and speech to text on mobile devices

2015-06-13 Thread John Dixon
Yes Malte.. I have..:-) I have sent you an email about it... > Hi all, > > I am currently pondering with an idea and would like some input. Has anybody > of you used a livecode created app to dictate text into a field on a mobile > device? If so, how straightforward was it? Any device / OS reco

liveCode and speech to text on mobile devices

2015-06-13 Thread Malte Brill
Hi all, I am currently pondering with an idea and would like some input. Has anybody of you used a livecode created app to dictate text into a field on a mobile device? If so, how straightforward was it? Any device / OS recommendations? Thanks in advance, Malte __