Re: Dictionary generating a lot of messages. 1 pr. click

2012-05-21 Thread Thunder
Hi Mark. Thank you for your solution : put the pendingmessages into myMsgs filter myMsgs with "*checkForAltKey*" repeat for each line myMsg in myMsgs cancel item 1 of myMsg end repeat I also added your code to the bottom of the closeStack handler so when I quit the Dic

Re: Dictionary generating a lot of messages. 1 pr. click

2012-05-21 Thread Bob Sneidar
Sorry got your post right after I said that! EEEK! Bob On May 21, 2012, at 3:46 PM, J. Landman Gay wrote: > On 5/21/12 5:23 PM, Bob Sneidar wrote: >> Not only that, but closing the dictionary does not cancel the pending >> messages. BOO! Submit a bug report in the RQCC. >> http://quality.runrev

Re: Dictionary generating a lot of messages. 1 pr. click

2012-05-21 Thread J. Landman Gay
On 5/21/12 5:23 PM, Bob Sneidar wrote: Not only that, but closing the dictionary does not cancel the pending messages. BOO! Submit a bug report in the RQCC. http://quality.runrev.com/ No-o-o-o-o. I just closed that one. :) It's all fixed now. -- Jacqueline Landman Gay | jac...@hype

Re: Dictionary generating a lot of messages. 1 pr. click

2012-05-21 Thread Bob Sneidar
Not only that, but closing the dictionary does not cancel the pending messages. BOO! Submit a bug report in the RQCC. http://quality.runrev.com/ Bob On May 21, 2012, at 3:06 PM, Thunder wrote: > My system : Windows 7 and LiveCode 5.02 > > I do the following : > Start LiveCode > Open the Messa

Re: Dictionary generating a lot of messages. 1 pr. click

2012-05-21 Thread Bob Sneidar
Nice catch! Happens on LC 5.5 latest release as well. I have noticed in the past that having the dictionary open tends to slow things down after a while. Bob On May 21, 2012, at 3:06 PM, Thunder wrote: > My system : Windows 7 and LiveCode 5.02 > > I do the following : > Start LiveCode > Open

Re: Dictionary generating a lot of messages. 1 pr. click

2012-05-21 Thread Mark Schonewille
Hi, Type this in the message box: edit script of stack "revdictionary" and type return. At the bottom of the script, you'll find the checkForAltKey handler. Replace it with the following script: on checkForAltKey if altKey() is "up" and sAltKeyDown is not false then ## Alt key

Re: Dictionary generating a lot of messages. 1 pr. click

2012-05-21 Thread J. Landman Gay
On 5/21/12 5:06 PM, Thunder wrote: My system : Windows 7 and LiveCode 5.02 I do the following : Start LiveCode Open the Message Box and select Pending Messages (Auto Update and Show Revolution UI Messages must both be checked) Open the Dictionary and start to click the keywords. Every time I cl

Dictionary generating a lot of messages. 1 pr. click

2012-05-21 Thread Thunder
My system : Windows 7 and LiveCode 5.02 I do the following : Start LiveCode Open the Message Box and select Pending Messages (Auto Update and Show Revolution UI Messages must both be checked) Open the Dictionary and start to click the keywords. Every time I click on a keyword the "checkForAltKey"

Re: ReleaseStack message

2012-05-21 Thread Dar Scott
This does not address your question, but it might be related to your problem. Does your releaseStack check that the target is the one it thinks it is? Perhaps the message is sent to stack that does not handle it. Dar On May 21, 2012, at 1:35 PM, Jan Schenkel wrote: > Hi all, > > Is there an

Re: Google alerts

2012-05-21 Thread Bob Sneidar
Har har! Bob On May 21, 2012, at 1:52 PM, Mark Wieder wrote: > Bob- > > Monday, May 21, 2012, 9:01:50 AM, you wrote: > >> I just tried it with my name. I appear to be web anonymous! > > I made an alert for Web Anonymous. You're everywhere! > > -- > -Mark Wieder > mwie...@ahsoftware.net >

Re: Google alerts

2012-05-21 Thread Mark Wieder
Colin- That's great! I'm looking forward to the release. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: ht

Re: Google alerts

2012-05-21 Thread Mark Wieder
Bob- Monday, May 21, 2012, 9:01:50 AM, you wrote: > I just tried it with my name. I appear to be web anonymous! I made an alert for Web Anonymous. You're everywhere! -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecod

Re: Scrolling by script

2012-05-21 Thread Bob Sneidar
Ah! Thanks for that. I thought there was some kind of issue posting code to the list. Bob On May 21, 2012, at 1:48 PM, Mark Wieder wrote: > Bob- > > Monday, May 21, 2012, 9:08:39 AM, you wrote: > >> On a completely unrelated topic, why do people put asterisks in >> their code before posting

Re: Scrolling by script

2012-05-21 Thread Mark Wieder
Bob- Monday, May 21, 2012, 9:08:39 AM, you wrote: > On a completely unrelated topic, why do people put asterisks in > their code before posting it? It must serve some purpose, but I > can't deduce what it may be. Seems to happen when folks post html text into emails. The listserv software forma

Re: ReleaseStack message

2012-05-21 Thread Richard Gaskin
Jan Schenkel wrote: While this doesn't give me a direct solution for figuring it out from the 'releaseStack' message handler, it is definitely good to know about 4W_FlightRecorder! I think I'll suggest that my customer downloads it and uses it in combination with my warning message to debug th

Re: ReleaseStack message

2012-05-21 Thread Jan Schenkel
Hi Craig, While this doesn't give me a direct solution for figuring it out from the 'releaseStack' message handler, it is definitely good to know about 4W_FlightRecorder! I think I'll suggest that my customer downloads it and uses it in combination with my warning message to debug the problem h

Re: Age & Anniversary Calculations

2012-05-21 Thread Peter M. Brigham, MD
Sorry, I copied and pasted an older version of the handler. Try this: function doAge tDate,asOf -- returns the age given birthdate = -- as of the date (if empty, assumes today) if tDate = empty then return empty if asOf = empty then put the date into asOf end if set the i

Re: ReleaseStack message

2012-05-21 Thread dunbarx
Jan. Does this old thread help? http://revdeveloper.com/forums/viewtopic.php?f=6&t=4673 Craig Newman -Original Message- From: Jan Schenkel To: use-livecode Sent: Mon, May 21, 2012 3:36 pm Subject: ReleaseStack message Hi all, Is there any way to figure out which script issued

ReleaseStack message

2012-05-21 Thread Jan Schenkel
Hi all, Is there any way to figure out which script issued a 'stop using' command on a library stack? I looked at 'the executionContexts' from within a 'releaseStack' message handler, but that only contained one line about the handler itself. Any ideas? Thanks in advance, Jan Schenkel. =

Re: use-livecode Digest, Vol 104, Issue 47

2012-05-21 Thread William Ziegler
Thanks Devin, I'll check the qt version on the machines. I also find the errors are less frequent if I add a wait command after I issue the start record command. Bill > Message: 3 > Date: Mon, 21 May 2012 15:38:34 + > From: Devin Asay > To: How to use LiveCode > Subject: Re: Help with

Re: Just checking on a few bugs of mine...

2012-05-21 Thread Mark Schonewille
Hi Andrew, What is your operating system? I'm able to display arrays with around 1000 elements rather quickly in the variables tab of script editor. Several thousands of elements are still possible, but it is cear impossible to scroll the list of variables and their contents. I never needed t

Re: Age & Anniversary Calculations

2012-05-21 Thread Bob Sneidar
Wasn't there a recent post that indicated this would not work? Anything before a certain date (I forget what it was) would be a day off? Bob On May 21, 2012, at 9:38 AM, Peter M. Brigham, MD wrote: > Here's what I use for #1: > > function doAge tDate,asOf > -- return the age given birthdate

Re: Just checking on a few bugs of mine...

2012-05-21 Thread Richard Gaskin
Andrew Meit wrote: 2. have a folder of 260,000 files set defaultfolder to that folder use files() to get info on each file -- note, rev eventually locks up and fails to respond, and you cant cmd-. out ether, have to force exit 260,000 files in a single directory is asking a lot of NTFS' btree.

Re: insertion point glitch

2012-05-21 Thread Robert Brenstein
On 21.05.2012 at 9:52 Uhr -0700 Timothy Miller apparently wrote: On May 21, 2012, at 9:04 AM, Robert Brenstein wrote: > As far as I can see, based on a few years of observation, it has to do with mis-clicking somehow. I see it sometimes when a script places the insertion point in an empty fi

Re: Just checking on a few bugs of mine...

2012-05-21 Thread Bob Sneidar
Hi Andrew. Item 1 is not a bug. Livecode has to parse the entire array, and very large arrays will be sluggish. It would be better to check the contents of your array with a script and just put the element you are interested in in the message box, or else, if it is formatted right, that is the f

Re: insertion point glitch

2012-05-21 Thread Richard Gaskin
Timothy Miller wrote: On May 21, 2012, at 9:00 AM, Richard Gaskin wrote: This seems an intermittent but pervasive issue for which it has been difficult to pin down a recipe: http://quality.runrev.com/show_bug.cgi?id=5043 http://quality.runrev.com/show_bug.cgi?id=6416 http://quality.runrev.com

Just checking on a few bugs of mine...

2012-05-21 Thread Andrew Meit
Anyone else ran into these older bugs of mine: 1. create a huge 3 dim array via a script with lots of data to show, like in the thousands click variable tab --watch how IDE struggles to show the hierarchy via the arrows..eventually, IDE will hang 2. have a folder of 260,000 files set defaultfol

Re: insertion point glitch

2012-05-21 Thread Timothy Miller
On May 21, 2012, at 9:04 AM, Robert Brenstein wrote: > > I should have said: I keep seeing exactly that once a while as well. > > As far as I can see, based on a few years of observation, it has to do with > mis-clicking somehow. I see it sometimes when a script places the insertion point in a

Re: insertion point glitch

2012-05-21 Thread Timothy Miller
On May 21, 2012, at 9:00 AM, Richard Gaskin wrote: > > This seems an intermittent but pervasive issue for which it has been > difficult to pin down a recipe: > > http://quality.runrev.com/show_bug.cgi?id=5043 > http://quality.runrev.com/show_bug.cgi?id=6416 > http://quality.runrev.com/show_bug.

Re: insertion point glitch

2012-05-21 Thread Robert Brenstein
On 21.05.2012 at 10:14 Uhr -0400 dunb...@aol.com apparently wrote: I have never seen this behavior. But I see that others have noticed the same irregularity. It is so fundamental, that I cannot imagine it is an engine issue, but rather must be some procedural thing, as Igor points out, though

Re: Age & Anniversary Calculations

2012-05-21 Thread Peter M. Brigham, MD
Here's what I use for #1: function doAge tDate,asOf -- return the age given birthdate = -- as of the date (if empty, assumes today) convert tDate to dateItems if asOf = empty then put the date into asOf end if convert asOf to dateitems put item 1 of asOf - item 1 of tD

Re: Scrolling by script

2012-05-21 Thread Peter Haworth
Seems to happen automatically if I cut and paste from the IDE into an email. Pete lcSQL Software On Mon, May 21, 2012 at 9:08 AM, Bob Sneidar wrote: > On a completely unrelated topic, why do people put asterisks in their code > before posting it? It must serve some purpo

Re: Scrolling by script

2012-05-21 Thread Bob Sneidar
On a completely unrelated topic, why do people put asterisks in their code before posting it? It must serve some purpose, but I can't deduce what it may be. Bob On May 20, 2012, at 1:15 PM, Peter Haworth wrote: > That works as you said it would but if the selected line is not in the > middle

Re: Google alerts

2012-05-21 Thread Bob Sneidar
I just tried it with my name. I appear to be web anonymous! Bob On May 20, 2012, at 6:37 AM, Colin Holgate wrote: > Google have a thing they call "alerts". With those you can set a search > string, and how often to check, and if the string shows up anywhere online > you get emailed about it.

slightly OT: iOS - gift in-app purchases?

2012-05-21 Thread Chris Sheffield
I can't find information on this anywhere. Does anyone happen to know if this is possible? So if a developer makes an app available for free, but that app includes purchasable content, is there any way to gift that content, preferably via iTunes redemption codes? I know that paid apps that are s

Re: insertion point glitch

2012-05-21 Thread Richard Gaskin
Robert Brenstein wrote: On 20.05.2012 at 21:28 Uhr -0700 Timothy Miller apparently wrote: Hi, I do a fair amount of tedious data entry with my liveCode stacks. Now and then, a field's focus border is hilited, the cursor insertion point is blinking in the field, but the field is unresponsive to

Re: Help with Stop Record command on Win32 machines

2012-05-21 Thread Devin Asay
Bill, I've run into a couple of problems with Windows and QuickTime over the last couple of years. I don't know if this will apply to you, but it may be worth checking out. 1. I saw some problems with LC apps crashing on Windows XP with QT 7.6.4 installed. Older and newer versions seemed not t

Re: Sample Hello World apps

2012-05-21 Thread J. Landman Gay
On 5/21/12 1:00 AM, Guglielmo Braguglia wrote: Hi Jacque, all OSX .app have, more or less, the same structure (/... I have about 600 .app in my /Application folder/) ... Thanks Guglielmo. I've been too vague. I'm interested in iOS mobile apps created by other tools. I want to look at the info.

Re: Sample Hello World apps

2012-05-21 Thread J. Landman Gay
On 5/20/12 9:28 PM, Peter W A Wood wrote: So just to confirm, you want a the .app folder of an OS X application and not an OS X command line application? Yup. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: insertion point glitch

2012-05-21 Thread dunbarx
I have never seen this behavior. But I see that others have noticed the same irregularity. It is so fundamental, that I cannot imagine it is an engine issue, but rather must be some procedural thing, as Igor points out, though this seems odd to me. Peter, the "lockText" property would not a

Re: insertion point glitch

2012-05-21 Thread Robert Brenstein
On 20.05.2012 at 21:28 Uhr -0700 Timothy Miller apparently wrote: Hi, I do a fair amount of tedious data entry with my liveCode stacks. Now and then, a field's focus border is hilited, the cursor insertion point is blinking in the field, but the field is unresponsive to keyboard input. Clickin

Re: Age & Anniversary Calculations

2012-05-21 Thread André Bisseret
Bonjour Igor, Le 21 mai 2012 à 09:02, Igor de Oliveira Couto a écrit : > Dear LC Folks, > > What is the 'best' way to perform these 2 calculations with LiveCode? > > 1) Calculate a person's age, given a birthdate: I had problems with scripts mainly based on "convert to seconds" and "dateItems

[ANN] Launcher X 0b03

2012-05-21 Thread Mark Schonewille
Hi guys, I've released Launcher X 0b03. This version should be compatible with Lion. Although it is still in beta stage, you might find it interesting to see that I'm displaying the icons of all apps and files in the app. You can download the app at http://qery.us/265 for free. -- Best regards

Re: Age & Anniversary Calculations

2012-05-21 Thread Ken Corey
On 21/05/2012 08:02, Igor de Oliveira Couto wrote: What is the 'best' way to perform these 2 calculations with LiveCode? 'convert' just rocks. Here's a couple of throwaways to show you how I'd approach it. They probably aren't exactly what you need, but you'll get the idea. 1) Calculate

Age & Anniversary Calculations

2012-05-21 Thread Igor de Oliveira Couto
Dear LC Folks, What is the 'best' way to perform these 2 calculations with LiveCode? 1) Calculate a person's age, given a birthdate: /* Calculates the number of birthdays from a given date, up to and including *today*. @param pBirthDate the birthdate @return a positive integer represen