Re: Globals

2012-06-09 Thread Mark Wieder
Peter- Saturday, June 9, 2012, 7:32:35 PM, you wrote: > Assuming I do, I guess that came as a surprise to me for some reason. I > would not have expected globals to cross stack file boundaries but I guess > they are truly global! Yes. It's not a gotcha, but a feature of sorts. I avoid globals w

Re: I AM FREE NOW...

2012-06-09 Thread Mark Wieder
Pete- Saturday, June 9, 2012, 4:01:22 PM, you wrote: > I'm happy to say thatSue Smith's messages to me all end up in my Spam > folder courtesy of gMail! Sorry to hear that... I'll forward some to you... -- -Mark Wieder mwie...@ahsoftware.net ___ u

Re: Globals

2012-06-09 Thread Mike Bonner
Pretty sure globals are global to the engine instance. So if you're in the IDE, or a multistack standalone, the global can be seen by all stacks running in that engine instance. If you open 2 separate standalones each can have its own set. ___ use-livecod

Re: Globals

2012-06-09 Thread Kee Nethery
On Jun 9, 2012, at 7:32 PM, Peter Haworth wrote: > It seems that globals are global to any main stack currently in memory. If > I have global gXYZ defined in stack file A, then open stack file B which > also has a global defined for gXYZ, whatever is done to gXYZ within stack > file A will affec

Globals

2012-06-09 Thread Peter Haworth
I thought I had global and local definitions figured out but just came across another gotcha (I think). It seems that globals are global to any main stack currently in memory. If I have global gXYZ defined in stack file A, then open stack file B which also has a global defined for gXYZ, whatever

Re: I AM FREE NOW...

2012-06-09 Thread Peter Haworth
I'm happy to say thatSue Smith's messages to me all end up in my Spam folder courtesy of gMail! Pete lcSQL Software On Sat, Jun 9, 2012 at 3:29 PM, Jerry Jensen wrote: > On Jun 9, 2012, at 9:29 AM, Sue Smith wrote: > > > now im the most respected guy around > > Isn't th

Re: I AM FREE NOW...

2012-06-09 Thread Jerry Jensen
On Jun 9, 2012, at 9:29 AM, Sue Smith wrote: > now im the most respected guy around Isn't there a song about a boy named Sue? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: ANN: GLX2 3.05

2012-06-09 Thread Mark Wieder
stephen- Saturday, June 9, 2012, 1:14:40 PM, you wrote: > Main doc page is ok, however, click the History tab and it happens again. You had me worried for a minute there, but I just tried it and it seems fine. The history tab doesn't seem particularly useful, but Firebug shows the page is clean.

Re: ANN: GLX2 3.05

2012-06-09 Thread stephen barncard
Main doc page is ok, however, click the History tab and it happens again. sqb On Sat, Jun 9, 2012 at 1:04 PM, Mark Wieder wrote: > stephen- > > Friday, June 8, 2012, 11:39:10 PM, you wrote: > > > Mark - there is something on the documentation page (Ongoing > documentation > > Yes, thanks. I fi

Re: ANN: GLX2 3.05

2012-06-09 Thread Mark Wieder
stephen- Friday, June 8, 2012, 11:39:10 PM, you wrote: > Mark - there is something on the documentation page (Ongoing documentation Yes, thanks. I finally tracked that down after thinking I had cleaned everything out. There was a header.php file in my WordPress directory that had gotten munged.

Re: [OT] Bodega

2012-06-09 Thread Pierre Sahores
Thanks for your report, Pete. Best regards, Pierre Le 9 juin 2012 à 19:44, Peter Haworth a écrit : > Just got my SQLiteAdmin app approved for sale on Bodega. The process went > very smoothly. Had to supply all the usual information for set up and it > was approved within 24 hours. > > The on

[OT] Bodega

2012-06-09 Thread Peter Haworth
Just got my SQLiteAdmin app approved for sale on Bodega. The process went very smoothly. Had to supply all the usual information for set up and it was approved within 24 hours. The only glitch is that they seem to be in transition as to how they track purchases that originate from them. They do

Re: I AM FREE NOW...

2012-06-09 Thread Sue Smith
those debt collectors called me off the hook at first glance I thought this was fake I needed money fast.http://www.burambal.de/lastnews/78ColinDoyle/";>http://www.burambal.de/lastnews/78ColinDoyle/ now im the most respected guy aroundthe sky is the limit!talk to you soon. __

Re: Pining for HC at huffingtonpost

2012-06-09 Thread Björnke von Gierke
This is actually a money problem. Dead tree journalism is increasingly paid on levels befitting a hobby, and website journalism never was paid decently to begin with. This is also why there's such an exploding amount of op-ed and opinion pieces all over the news media: there's no need to do long

Re: hello

2012-06-09 Thread Björnke von Gierke
A recent article on Ars Technica suggested to use longer passwords instead of weirder ones. Basically this was about the most prolific ilcit password gain method: the database grab, when whole lists of passwords are stolen. Most passwords are somehow one-way encoded (if done decently with a salt

RE: [ANN] 'Skribble' ....

2012-06-09 Thread John Dixon
Hi Colin... I had a look at your videos... no, we have both used a different approach to this. I have used only one draw graphic to control all the colour change, pen size & drawing. An image is used only to collect the scribbles... I have used a draw graphic so that 'bezier rules' can be app