Re: Getting a list of object properties

2014-10-13 Thread William Prothero
Folks: Thanks for the info. This should reduce some frustration. I can use the object inspector to find the kind of object the item is, then list all of its properties so that I am clued in on what words to search for in the dictionary. That is a big help. Thanks Bill William A. Prothero http:/

on-rev Client

2014-10-13 Thread Paul Hibbert
> http://newsletters.livecode.com/august/issue177/newsletter2.html It was reported in the newsletter 177 that the On-Rev Client was working again, I tested it at the time and managed to log on successfully, but now I can't, has anybody else had similar problems? I can logon to the cPanel OK, so

Re: problem with counting words

2014-10-13 Thread Mark Wieder
Jacque- Monday, October 13, 2014, 2:35:12 PM, you wrote: > Ewww. That is either the best or worst thing I've seen today. Or both. I can't decide. -- -Mark Wieder ahsoftw...@gmail.com This communication may be unlawfully collected and stored by the National Security Agency (NSA) in secret. T

RE: problem with counting words

2014-10-13 Thread Robert Brenstein
Not particularly challenging but a cool name: Maximilian Maria Thurn and Taxis On 13.10.2014 at 18:54 Uhr -0400 Ralph DiMola apparently wrote: This is something I know about. Between a pretty decent VB com .dll and additional in house rules I get about 95.98% accuracy splitting up US/internati

RE: problem with counting words

2014-10-13 Thread Ralph DiMola
This is something I know about. Between a pretty decent VB com .dll and additional in house rules I get about 95.98% accuracy splitting up US/international name components. But there still is the .02% that need individual attention. I never process lists > 100,000 so this error rate is acceptable.

Re: problem with counting words

2014-10-13 Thread Sean Cole (Pi)
Too funny :) Sean Cole *Pi Digital Productions Ltd* www.pidigital.co.uk +44(1634)402193 +44(7702)116447 π 'Don't try to think outside the box. Just remember the truth: There is no box!' 'For then you realise it is not the box you are trying to look outside of, but it is yourself!' This email and

Re: Getting a version number

2014-10-13 Thread J. Landman Gay
On 10/13/2014, 2:40 PM, Magicgate Software - Skip Kimpel wrote: Is there a way to programmatically, via LC, to retrieve the current standalone "file version number" and "product version number" as stated in the standalone settings? I cheat. Every standalone I build has a custom stack property n

Re: problem with counting words

2014-10-13 Thread J. Landman Gay
On 10/13/2014, 2:11 PM, Colin Holgate wrote: To get to the other’s hide? On Oct 13, 2014, at 3:01 PM, Dave Kilroy wrote: ...now if only I can come up with a reason why the buffalo crossed the road... Ewww. That is either the best or worst thing I've seen today. -- Jacqueline Landman Gay

Re: lock screen question and detect field question

2014-10-13 Thread Sean Cole (Pi)
Hi Larry, As well as the afore mentioned, all excellent comments, you can use the 'if exists(fld "myField01") then' script. I also encapsulate all sorts of things in "try"..."end try" commands. These are extremely powerful although could be considered a little lazy. For example, when using iPhone

Getting a version number

2014-10-13 Thread mfstuart
Hi Skip, Here's and example of putting together the product info of your application from the stack: put the cRevStandaloneSettings["name"] of this stack into tStandaloneName put the cRevStandaloneSettings["Windows,ProductName"] of this stack into tProdName put the cRevStandaloneSettin

Re: Getting a version number

2014-10-13 Thread Roger Eller
There's a mixed bag of tricks that you can use shell() to get at. This one gets the file version: Needs two back slashes between folders. *wmic datafile where name='c:\\path\\to\\executable\\LC_Standalone.exe' get version* Source: http://www.winplat.net/post/2009/09/24/How-to-check-file-propert

Re: Getting a version number

2014-10-13 Thread Magicgate Software - Skip Kimpel
I thought I was missing something but it looks like this is a challenge. Just for clarification purposes, it a standalone for Windows. Having said that I am really surprised that there is not a script call of some sort to retrieve this information. Hopefully there is an undocumented function that

Re: Getting a list of object properties

2014-10-13 Thread Bob Sneidar
Your sacrifices are greatly appreciated. ;-) Bob S On Oct 10, 2014, at 21:19 , J. Landman Gay mailto:jac...@hyperactivesw.com>> wrote: I found the problem. I had something left over from a previous search in the dictionary--upper right hand corner of the Dictionary window. I wish I had a nick

Re: problem with counting words

2014-10-13 Thread Bob Sneidar
Understandable. And yet the question is not how you are to interpret a word boundary, but how a computer which only knows ones and zeros can. It’s the (computer) age old problem: Computers don’t do what you want them to. They only do what you tell them to. ;-) A great example is how to discern

Re: Getting a version number

2014-10-13 Thread Bob Sneidar
On OS X use mdls -name kMDItemVersion /Applications/ (if you are using Spotlight to index files, which unless you have explicitly disabled the feature, you are). On Windows it looks like you need to install add-on software. There may be a javascript command that will work, which you can run fr

Re: Getting a version number

2014-10-13 Thread Roger Eller
I answered too quickly. The version is not what you're after. Sorry. On Mon, Oct 13, 2014 at 3:57 PM, Roger Eller wrote: > If you haven't built the standalone yet, include a button with the > following: > > answer "Built with LiveCode version" && the version & "." > > If the standalone is al

Re: Getting a version number

2014-10-13 Thread Roger Eller
If you haven't built the standalone yet, include a button with the following: answer "Built with LiveCode version" && the version & "." If the standalone is already built, but it opens a .livecode stack, then add a button to the stack. ~Roger On Mon, Oct 13, 2014 at 3:40 PM, Magicgate Software

Re: Getting a version number

2014-10-13 Thread Dave Kilroy
Hi Skip This is what I do when building for mobile: > on savingMobileStandalone pTargetType, pAppBundle >put "vanilla-tmControl-app" into tStack >--name >put the cRevStandaloneSettings["name"] of stack tStack into tName > set the cName of stack "vanilla-tmControl-app" to tName >

Getting a version number

2014-10-13 Thread Magicgate Software - Skip Kimpel
Is there a way to programmatically, via LC, to retrieve the current standalone "file version number" and "product version number" as stated in the standalone settings? Thank you, SKIP KIMPEL ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: problem with counting words

2014-10-13 Thread Colin Holgate
To get to the other’s hide? On Oct 13, 2014, at 3:01 PM, Dave Kilroy wrote: > ...now if only I can come up with a reason why the buffalo crossed the > road... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscr

Re: problem with counting words

2014-10-13 Thread Dave Kilroy
Colin's joke was cleverest but Larry your's was the funniest :) ...now if only I can come up with a reason why the buffalo crossed the road... Colin Holgate-2 wrote > I get that joke! Wait, maybe I didn’t, my email program does Unicode… > > > On Oct 13, 2014, at 1:07 PM, > larry@ > wrote:

Re: problem with counting words

2014-10-13 Thread Peter Haworth
There's a qcc enhancement request out there for a new chunk type ("chunk") along with a "delimited by" clause. For this example, it would be possible to put the number of chunks delimited by space of field "xyz" into tCount Pete lcSQL Software Home of lcStackBrowser

Re: lock screen question and detect field question

2014-10-13 Thread Geoff Canyon
One caveat: if you are assembling a great deal of text in small chunks, you should likely do it in a variable and then toss it into the field in one go. Field updates are slower than many (most?) other things you might be doing, and one field update with 10,000 lines will be *much* faster than 1

Re: problem with counting words

2014-10-13 Thread Colin Holgate
I get that joke! Wait, maybe I didn’t, my email program does Unicode… On Oct 13, 2014, at 1:07 PM, la...@significantplanet.org wrote: > Hi Richard, > in a word... > "I really enjoyed reading your post and I learned a lot!" ___ use-livecode mailing lis

Re: problem with counting words

2014-10-13 Thread larry
Hi Richard, in a word... "I really enjoyed reading your post and I learned a lot!" Larry - Original Message - From: "Richard Gaskin" To: Sent: Monday, October 13, 2014 9:03 AM Subject: Re: problem with counting words Good post, Kay. Each of the examples you provided is among the r

LiveCode 6.6.4 RC3

2014-10-13 Thread Benjamin Beaumont
Dear list members, We're please the announce the release of LiveCode 6.6.4 RC3. Release Contents LiveCode 6.6.4 RC3 primarily addresses bugs associated with iOS 8 Support. For full details of the changes please see the release notes. Getting the release You can get this release by selecting “ch

Re: problem with counting words

2014-10-13 Thread Geoff Canyon
When the new language code becomes available I am going to write an extension just for you, Richard... gc > On Oct 13, 2014, at 11:03 AM, Richard Gaskin > wrote: > > I think most of us (except Geoff Canyon who has a rare mind for this sort of > stuff ) would agree that we're all glad this i

Re: problem with counting words

2014-10-13 Thread Richard Gaskin
Good post, Kay. Each of the examples you provided is among the reasons I like xTalk. But even though they demonstrate useful features of the language, neither is dependent on xTalk's trait of counting quoted text as a single word when using the word chunk type. Perhaps I should preface this

Re: problem with counting words

2014-10-13 Thread Terence Heaford
set the wordDelim to space set the wordDelim to “*” set the wordDelim to “any single character you want” Should be easy for the LiveCode programmers to deliver such a command. also put the wordDelim into myVar Initally set to space, resets to space at the end of a handler. All the best Terry

RE: problem with counting words

2014-10-13 Thread Ralph DiMola
<-Original Message- mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Wieder >punctuation: commas, periods, semicolons, etc. > >I also find that text within quotes being a single word is congruent with defining arguments for comandline syntax. > >-- >-Mark Wieder > ahsoftw...

Re: problem with counting words

2014-10-13 Thread J. Landman Gay
And I suppose you had to throw them uphill, both ways. That must have been scary. Sort of a rocky horror show. On October 13, 2014 12:26:21 AM CDT, Mark Wieder wrote: >Jacque- > >Sunday, October 12, 2014, 8:43:34 PM, you wrote: > >> Absolutely. I keep a pile of rocks next to my desk. By the end