Re: OT: Kepler's Tally of Planets

2013-04-20 Thread Peter Haworth
Nice! Thanks Roger. Pete lcSQL Software On Sat, Apr 20, 2013 at 7:21 PM, Roger Guay wrote: > Peter et al, > > I was busy the last 2 days, but just sat down to create a Drake Equation > stack and came up with this in 35 minutes: > > > https://www.dropbox.com/s/iukm6lgdz8

Feature request: semaphores for externals

2013-04-20 Thread Paul D. DeRocco
One of the long-bemoaned limitations of externals is their inability to send messages into the LC environment asynchronously. I can imagine why this might be very difficult to implement, given that externals often would like to do this from within the context of a different thread, or even in an op

Re: OT: Kepler's Tally of Planets

2013-04-20 Thread Roger Guay
Peter et al, I was busy the last 2 days, but just sat down to create a Drake Equation stack and came up with this in 35 minutes: https://www.dropbox.com/s/iukm6lgdz8762r8/DrakeEquation.livecode Now to embellish it. Perhaps you folks have

Re: Paste Code to Match Existing Formatting

2013-04-20 Thread charles61
Igor, I tried your suggestion of using the clipboardData with text and it worked great! Thanks again! Charles Szasz csz...@mac.com On Apr 19, 2013, at 10:58 PM, Igor de Oliveira Couto-3 [via Runtime Revolution] wrote: > On 20/04/2013, at 12:34 PM, charles61 <[hidden email]> wrote: > > >

use-livecode@lists.runrev.com

2013-04-20 Thread Mark Wieder
Stephen- Saturday, April 20, 2013, 6:21:50 PM, you wrote: > I have to stop this habit of misreading threads. Focus. Why stop now? You're on a roll - I say go with your strengths... -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing li

Re: And why does it make sense for a modal stack to trump the debugger?

2013-04-20 Thread Dr. Hawkins
On Sat, Apr 20, 2013 at 7:12 PM, Mark Wieder wrote: > Because as things currently stand, the debugger is just a stack like > any other. That's the "why", not the "makes sense" :) -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode maili

Re: And why does it make sense for a modal stack to trump the debugger?

2013-04-20 Thread Mark Wieder
Because as things currently stand, the debugger is just a stack like any other. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: On-Rev: Odin emails rejected due to poor reputation

2013-04-20 Thread Mark Wieder
Stewart- Saturday, April 20, 2013, 9:08:58 AM, you wrote: > I have a business account with Shaw and host my own email server > for my business. Every few months, I wonder why people are not > getting my emails. It turns out that Cloudmark has blacklisted my > domain and email is going into peop

Re: Table Field question

2013-04-20 Thread dunbarx
I wish I had thought of that. Worked like a charm. Bravo, Jacque.. Craig -Original Message- From: J. Landman Gay To: How to use LiveCode Sent: Sat, Apr 20, 2013 9:51 pm Subject: Re: Table Field question On 4/20/13 5:55 PM, dunb...@aol.com wrote: > This is an instance where WYSI

And why does it make sense for a modal stack to trump the debugger?

2013-04-20 Thread Dr. Hawkins
Really, now . . . afaikt, this means that it just isn't possible to debug the exact code that will execute; I have to open as non-modal in the calling script and put a kill-point for the script in the called stack. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 __

"revdberr," as response after successful revDataFromQuery

2013-04-20 Thread Dr. Hawkins
Aren't I the cheerful, happy camper today . . . I'm increasingly seeing a result of "revdberr," after *successful* transactions with revDataFromQuery() A single line, ending with the comma, rather then empty. I don't think I saw this with 5.5. How am I supposed to test for success when the resu

Re: Table Field question

2013-04-20 Thread J. Landman Gay
On 4/20/13 5:55 PM, dunb...@aol.com wrote: This is an instance where WYSIWYG is really useful. My kluge solves this, but the editable field has its text offset from the final text displayed, and is visually annoying. You could try setting the text attributes of the card. I suspect the table f

Re: finding shadowed globals when strict compilation is on

2013-04-20 Thread Dr. Hawkins
On Sat, Apr 20, 2013 at 6:30 PM, Mark Wieder wrote: > Hmmm- > > Saturday, April 20, 2013, 6:25:38 PM, you wrote: > >> On Sat, Apr 20, 2013 at 5:55 PM, Peter Haworth wrote: >>> Maybe try the "other FInd dialog (on the Edit menu). > >> Wow. OK, so that one could find it. And the 1 instance was i

Re: finding shadowed globals when strict compilation is on

2013-04-20 Thread Mark Wieder
Hmmm- Saturday, April 20, 2013, 6:25:38 PM, you wrote: > On Sat, Apr 20, 2013 at 5:55 PM, Peter Haworth wrote: >> Maybe try the "other FInd dialog (on the Edit menu). > Wow. OK, so that one could find it. And the 1 instance was in a comment . > . . That doesn't sound right. A comment shoul

Re: finding shadowed globals when strict compilation is on

2013-04-20 Thread Dr. Hawkins
On Sat, Apr 20, 2013 at 6:06 PM, Mark Wieder wrote: > Saturday, April 20, 2013, 4:40:56 PM, you wrote: > >> Is there *any* way to find out the offending other variable when >> "local name shadows" ?? > > That's what strict compilation is supposed to do :-P Well, yeah, when the other one *exists*

Re: finding shadowed globals when strict compilation is on

2013-04-20 Thread Dr. Hawkins
On Sat, Apr 20, 2013 at 5:55 PM, Peter Haworth wrote: > Maybe try the "other FInd dialog (on the Edit menu). Wow. OK, so that one could find it. And the 1 instance was in a comment . . . > Also, are you sure a global is the problem? There's a bug > in strict compilation mode where a local va

use-livecode@lists.runrev.com

2013-04-20 Thread stephen barncard
I have to stop this habit of misreading threads. Focus. On Sat, Apr 20, 2013 at 6:12 PM, Mark Wieder wrote: > Dr.- > > Saturday, April 20, 2013, 4:48:38 PM, you wrote: > > > Another constantly biting one: when stepping through a script, and > > aborting, livecode still feels free to execute. >

use-livecode@lists.runrev.com

2013-04-20 Thread Mark Wieder
Dr.- Saturday, April 20, 2013, 4:48:38 PM, you wrote: > Another constantly biting one: when stepping through a script, and > aborting, livecode still feels free to execute. That always bugged me, too. For some reason, that code is in the IDE's debugger. In PowerDebug I couldn't come up with a r

use-livecode@lists.runrev.com

2013-04-20 Thread Dr. Hawkins
On Sat, Apr 20, 2013 at 5:22 PM, stephen barncard wrote: > command-period you mean? > > yeah that often doesn't work, especially in race conditions. That's > handled by the *recursionLimit *property cmd-. doesn't seem to work at *all* when single-stepping through code. I hit the blue box, and

Re: finding shadowed globals when strict compilation is on

2013-04-20 Thread Mark Wieder
Dr.- Saturday, April 20, 2013, 4:40:56 PM, you wrote: > I have a recurring problem that a variable name was apparently called > global *somewhere* in my multitude of scripts (hundreds?). > I then declare it local elsewhere, and strict compilation throws a > tizzy, blocking everything, even thoug

Re: finding shadowed globals when strict compilation is on

2013-04-20 Thread Peter Haworth
Maybe try the "other FInd dialog (on the Edit menu). Also, are you sure a global is the problem? There's a bug in strict compilation mode where a local variable in a script will sometimes be flagged as shadowing another local variable, even though it doesn't. Only way to get round it is save, qu

use-livecode@lists.runrev.com

2013-04-20 Thread stephen barncard
command-period you mean? yeah that often doesn't work, especially in race conditions. That's handled by the *recursionLimit *property when developing loops that may go ape, one may have to put in stop logic just in case. On Sat, Apr 20, 2013 at 4:48 PM, Dr. Hawkins wrote: > Another constan

Re: finding shadowed globals when strict compilation is on

2013-04-20 Thread Dr. Hawkins
On Sat, Apr 20, 2013 at 4:52 PM, Colin Holgate wrote: > Does doing a Find in all open stacks help? It might--but it won't let me do that. It would *seem* that "global.*dcmd" would find any global declaration of dcmd (with regexp set, of course). But when I choose anything but current tab or all

Re: finding shadowed globals when strict compilation is on

2013-04-20 Thread Colin Holgate
Does doing a Find in all open stacks help? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

use-livecode@lists.runrev.com

2013-04-20 Thread Dr. Hawkins
Another constantly biting one: when stepping through a script, and aborting, livecode still feels free to execute. Is there something like the -9 option to kill that will kill it dead (and when did the manpage for kill get politically corrected to remove the "with extreme prejudice" ?) -- Dr.

finding shadowed globals when strict compilation is on

2013-04-20 Thread Dr. Hawkins
I have a recurring problem that a variable name was apparently called global *somewhere* in my multitude of scripts (hundreds?). I then declare it local elsewhere, and strict compilation throws a tizzy, blocking everything, even though it isn't available in the local scope. Is there *any* way to

Re: Table Field question

2013-04-20 Thread dunbarx
Colin. In Excel, this seems reasonable, that field just being an editing venue. But the overlying editable field in a table field ought not to jump at you, neither up nor down. It may actually disrupt, in that the final displayed text at a larger size may not fit when you leave the cell, since

Re: Table Field question

2013-04-20 Thread Colin Holgate
I meant the field at the top of the spreadsheet. The cells do take on the font and size you set, but the field at the top, where what you type also appears, is a fixed size. On Apr 20, 2013, at 6:23 PM, dunb...@aol.com wrote: > > >I use excel all the time, and have never seen that. The newly

Re: Table Field question

2013-04-20 Thread dunbarx
Colin. I use excel all the time, and have never seen that. The newly editable cell is exactly like the rest of the sheet in look and feel. ??? Craig -Original Message- From: Colin Holgate To: How to use LiveCode Sent: Sat, Apr 20, 2013 5:55 pm Subject: Re: Table Field question

Re: Table Field question

2013-04-20 Thread Colin Holgate
Notice too that the font changes. It seems similar to how in Excel the text entry field is a fixed font and size, regardless of the font settings of the cells themselves. On Apr 20, 2013, at 5:33 PM, dunb...@aol.com wrote: > >If I set the textSize of a virgin table field to something like 24,

Table Field question

2013-04-20 Thread dunbarx
All: If I set the textSize of a virgin table field to something like 24, the editable field that sits atop it is stuck at 12, which is the default. I would have thought it would follow the lead of the object textSize, no? I can always kluge this: on mouseUp set the textSize of the focusedO

Re: On-Rev: Odin emails rejected due to poor reputation

2013-04-20 Thread Robert Brenstein
On 20.04.2013 at 9:08 Uhr -0700 RevList apparently wrote: Please report this to shaw and ask why it is being blacklisted and ask to get it removed. Stewart Lynch CreaTECH Solutions Blacklisting works on IP addresses, actually most commonly on ranges, so if there are spam or spam-like or othe

[OT] looking for an email

2013-04-20 Thread Thierry Douez
Hi, Sorry about the noise, but in the hope Wilhelm Sanke see this post. Hallo Wilhelm, Could you kindly send me your email. I have something for you. Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___

Re: On-Rev: Odin emails rejected due to poor reputation

2013-04-20 Thread Peter Haworth
Sounds like odin has run afoul of one of the self appointed internet policing organizations who maintain lists of servers they regard as spam sources. If so, RUnRev will have to fix whatever it is that is causing them to be on that list. Pete lcSQL Software On Sat, Apr 20

Re: On-Rev: Odin emails rejected due to poor reputation

2013-04-20 Thread RevList
I would contact Shaw directly on this one. They are using a blacklisting service called Cloudmark which in my opinion is completely irresponsible. I have a business account with Shaw and host my own email server for my business. Every few months, I wonder why people are not getting my emails.

Re: DataGrid Scrolling

2013-04-20 Thread Terence Heaford
Can anyone advise what these tricks involve. It's a plain text table from an sqlite db. Thanks Terry On 20 Apr 2013, at 10:19, stephen barncard wrote: > I am sure there are some speed up tricks for the DataGrid ___ use-livecode mailing list use-l

On-Rev: Odin emails rejected due to poor reputation

2013-04-20 Thread Martin Koob
Thursday April 18th emails that I have sent from an a account on the odin server have been rejected by the mail server for @shaw.ca with the following message. >SMTP error from remote mail server after initial connection: >host idcmail.shaw.ca [24.71.223.11]: 554-idcmail.shaw.ca >554

altXray

2013-04-20 Thread Peter M. Brigham
This is for Chipp Walters: I was reminded to ask by seeing your recent messages on this list. I have been using altXray for years now and it's completely integrated into my workflow. But it doesn't seem to work in any version beyond 4.5.3. Not being able to use altXray is the main reason I don't

OT: Kepler's Tally of Planets

2013-04-20 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Thanks for the link Mark - Fascinating !! As someone once said : "If our planet contains the only life forms in the universe, this seems like a hell of a waste of space …." -Francis ___ use-livecode mailing list use-livecod

Re: DataGrid Scrolling

2013-04-20 Thread stephen barncard
I am sure there are some speed up tricks for the DataGrid but remember that the DataGrid is written in Livecode (just in time compiled) with multiple elements and NSTableview would be binary. Apples and Oranges. 8 column x 20 Rows shouldn't be a problem. It's possible NSTableview would use smooth

DataGrid Scrolling

2013-04-20 Thread Terence Heaford
I have a DataGrid with 8 columns and 20 rows being fed by a sqlite database. Is it possible to improve the scrolling of the DataGrid which I find stutters when compared to a native OSX NSTableView? All the best Terry ___ use-livecode mailing list use

Re: CEO's Open Source Beard Documented

2013-04-20 Thread Paul Maguire
Hah! Excellent. Those are my students. (I'm that guy in the second shot lurking behind a seated Kevin) As well as being bearded, Kevin was very courageous that evening - he was in a pretty bad way health-wise (with the 4-day bug currently sweeping the uk) but the dude pulled through and deliver

Subject: Re: Is it just me, again?

2013-04-20 Thread Nigel Soden
Hi Ryno Are you by any chance in South Africa Nigel ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-live

Re: Has any of the KS video tutorials been released yet?

2013-04-20 Thread Shawn Blc
I guess I'll give it a few days and see if they appear in my account. Thanks for the response Mark. On Sat, Apr 20, 2013 at 1:56 AM, Mark Wilcox wrote: > Yes, I have them all in my account now. I assume there won't be a public > link since they're still paid tutorials for those that didn't p