Glassware?

2013-05-21 Thread Sumner, Walt
Do we expect Livecode to be able to make glassware at some point? Just another android-linux system? Stack=timeline, card=card? Walton Sumner ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Weighted Random Number

2013-03-04 Thread Sumner, Walt
This seems to work: Make a stack with a button having this script, then click the button. It will bounce around in a normal distribution in H and V coordinates. on mouseUp local tSD,tMean,tPoint,tStartPoint put the loc of me into tStartPoint put the width of this window div 6 & comm

Apology for 'Challenging new property inspector'

2013-01-27 Thread Sumner, Walt
Hi, folks, I clearly posted a message to the wrong list last week, starting a bit of a storm. I'd like to follow up with a public word of thanks to Richard Gaskin for gentle, private redirection; also to Richmond Mathewson and Bob Sneider for similar corrections, and to Jacqueline for trying to

Challenging new property inspector in LC6 dp4

2013-01-23 Thread Sumner, Walt
Rather than get any real work done this evening, I've been dutifully trying to describe a bunch of issues with the property inspector in LC6.0 dp4 through the quality control center. However, the last straw was the QCC demanding in bold letters on a blood red background that "A value must be set

Voice recognition in Livecode

2012-06-28 Thread Sumner, Walt
Has anyone tried using voice recognition on a Livecode mobile application? I would like to use voice recognition to identify concepts that are then manipulated with gestures on a mobile device. The ability to swap dictionaries used by listening algorithms would be a huge plus. Thanks, Walton S

Re: Get number of occurrences of one string in another

2012-02-23 Thread Sumner, Walt
Here's a small speed increment, still no repeat loops except for 3 or 4 hidden within Livecode. Counts "pp" as 3 "pp", not 5. on mouseUp local timer1, timer2,pChunk, tCount1, tCount2 put "asdfewoaevewppaafaeppaeafpntsrnpspsppsrhbsbppsbsargaregppsbrahargagbafpp" into pChunk put the

RE: Determine 180 degree turn using compass

2012-01-16 Thread Sumner, Walt
Tim, Does a lap potentially include a figure 8? You will be on the same heading twice per lap in a figure 8, but you could monitor the sweep of headings to capture that possibility. Maybe a lap requires a reasonable progression through southern, eastern, northern, and western headings. --WS