Startup message anomaly?

2011-04-22 Thread Graham Samuel
I've been taking the following description of the 'startup' message in the LS dictionary literally: > Sent to the first stack opened when the application starts up. Well AFAIK the real case is that this is true for a Mac standalone but not in a Windows standalone. In the latter case, the messag

Re: SheevaPlug

2011-04-22 Thread Peter Alcibiades
We use Bubba2 which runs headless Debian. Picked because of reliability concerns about the plug systems. https://www.excito.com/bubba/buy/shop.html They are on offer now because a new model is coming out. For another use we are going to put together an intel dual core atom board in a fanless

Re: Android Phone

2011-04-22 Thread Roger Eller
On Sun, Apr 17, 2011 at 1:11 PM, Dan Friedman wrote: > Gentlemen, > > I know nothing about the Android.  I am a iPhone user.  As I am about to > embark on writing for the Android, I thought I should have one to test on.  A > friend of a friend got a new phone and has offered me his old Android p

[ANN] HUD Panel Factory

2011-04-22 Thread René Micout
Hello everybody, I have uploaded [Rev Online] version 1.1 of the HUD Panel Factory for Mac OS X ans iOS (Hello Thomas !). After use for my own project > some modifications : - Changing the threshold of minimum dimensions: minimum dimensions (width, height) = 40 pixels, minimum dimensions with arr

RE: [ANN] HUD Panel Factory

2011-04-22 Thread John Dixon
René Really nice... Well done ! John Dixon > From: rene.mic...@numericable.com > Subject: [ANN] HUD Panel Factory > Date: Fri, 22 Apr 2011 15:11:07 +0200 > To: use-livecode@lists.runrev.com > > Hello everybody, > I have uploaded [Rev Online] version 1.1 of the HUD Panel Factory for Mac OS >

Re: [ANN] HUD Panel Factory

2011-04-22 Thread René Micout
You are welcome John ! Le 22 avr. 2011 à 15:48, John Dixon a écrit : > > René > > Really nice... Well done ! > > John Dixon > >> From: rene.mic...@numericable.com >> Subject: [ANN] HUD Panel Factory >> Date: Fri, 22 Apr 2011 15:11:07 +0200 >> To: use-livecode@lists.runrev.com >> >> Hello eve

Re: SheevaPlug

2011-04-22 Thread David Bovill
Like the look of the Bubba2 - can't easily find a link to any specs / exactly what it comes with (ie media streaming) etc On 22 April 2011 10:25, Peter Alcibiades wrote: > We use Bubba2 which runs headless Debian. Picked because of reliability > concerns about the plug systems. > > https://www.e

Re: Startup message anomaly?

2011-04-22 Thread J. Landman Gay
On 4/22/11 3:43 AM, Graham Samuel wrote: I've been taking the following description of the 'startup' message in the LS dictionary literally: Sent to the first stack opened when the application starts up. Well AFAIK the real case is that this is true for a Mac standalone but not in a Windows s

RE: Live LiveCode event #16 (Wrapup)

2011-04-22 Thread Mark Smith
Hi Jim, great video. Are there more of these sessions archived online? Thanks -- Mark From: use-livecode-boun...@lists.runrev.com [use-livecode-boun...@lists.runrev.com] On Behalf Of Jim Ault [jimaultw...@yahoo.com] Sent: Tuesday, March 29, 2011 6:56 P

Re: Live LiveCode event #16 (Wrapup)

2011-04-22 Thread Mark Schonewille
Hi Mark, Check the wrap-up posts at http://livecode.tv -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.6 for LiveCode he

Re: [ANN] HUD Panel Factory

2011-04-22 Thread Thomas McGrath III
Thanks, This is very nice. Awesome -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Apr 22, 2011, at 10:06 AM, René Micout wrote: > You are welcome John ! > > Le 22 avr. 2011 à 15:48, John Dixon a écrit : > >> >> René >> >> Really nice... Well done ! >> >> John Dixon

Subject: [ANN] HUD Panel Factory

2011-04-22 Thread Roger Guay
Very nice and very useful. Thanks Ren? Roger Guay On Apr 22, 2011, at 6:48 AM, use-livecode-requ...@lists.runrev.com wrote: > Message: 32 > Date: Fri, 22 Apr 2011 15:11:07 +0200 > From: Ren? Micout > To: How to use LiveCode > Subject: [ANN] HUD Panel Factory > Message-ID: <906364f0-9b12-4e9a-

Re: Popup menu & menuhistory

2011-04-22 Thread Marty Knapp
Thanks for the suggestion Craig. I did tinker with this some more: So in my test field I have this script: on mousedown whichButton if whichButton is not 3 then exit mousedown put the mouseLoc into ML get lineOffset(the text of me,btn "myPopUpButton") if it is not 0 then --For

Re: Live LiveCode event #16 (Wrapup)

2011-04-22 Thread Jim Ault
The short answer is yes, and I replied off list, so you should have it by now. On Apr 22, 2011, at 8:28 AM, Mark Smith wrote: Hi Jim, great video. Are there more of these sessions archived online? Thanks -- Mark Jim Ault Las Vegas ___ use-liv

Re: SheevaPlug

2011-04-22 Thread Peter Alcibiades
http://www.excito.com/bubba/support/download.html has the documentation links. There are reviews, and here is one where the guy did streaming. We don't do that. http://www.ghacks.net/2009/05/03/connecting-linux-to-a-bubba-2/ It is not terribly intuitive, the setup. I am still not quite sure w

Re: [ANN] HUD Panel Factory

2011-04-22 Thread Jim Ault
Thanks for sharing this. Great work. On Apr 22, 2011, at 6:11 AM, René Micout wrote: Hello everybody, I have uploaded [Rev Online] version 1.1 of the HUD Panel Factory for Mac OS X ans iOS (Hello Thomas !). Jim Ault Las Vegas ___ use-livecode

Re: Popup menu & menuhistory

2011-04-22 Thread Peter Brigham MD
On Apr 22, 2011, at 12:44 PM, Marty Knapp wrote: > Thanks for the suggestion Craig. I did tinker with this some more: > > So in my test field I have this script: > > on mousedown whichButton > if whichButton is not 3 then exit mousedown > put the mouseLoc into ML > get lineOffset(the text

libURL hangs after getting response with keep-alive header

2011-04-22 Thread David Beck
Before I report this as a bug, maybe somebody can shine some light on what is going on here. It looks like libURL hangs after getting a response with a "Connection: keep-alive" in it. It pretty much freeze up the entire IDE, except for the message box, which you can use to unfreeze everythin

Re: libURL hangs after getting response with keep-alive header

2011-04-22 Thread Dave Cragg
David Unless something has changed in the recent versions of libUrl (and I can't find anything obvious), libUrl will ignore any "Connection: keep-alive" header in the response. By default, it will keep connections open unless there was a "Connection: close" header in the response. Could there

Re: libURL hangs after getting response with keep-alive header

2011-04-22 Thread Dave Cragg
David As an after thought.. Does it help if you set the httpHeaders to "Connection: close"? Dave On 22 Apr 2011, at 20:00, David Beck wrote: > > Before I report this as a bug, maybe somebody can shine some light on what is > going on here. > > It looks like libURL hangs after getting a res

[NASTY BUG] many commands are maked on the docs as working on RevServer but they do not

2011-04-22 Thread Andre Garzia
Folks, Can anyone comment if libURLSetCustomHTTPHeaders and the HTTPHeaders work well with RevServer. On the docs, it says it work on the server deployment but testing on on-rev, I see it not working. In the case of libURLSetCustomHTTPHeaders it throws an error. Andre -- http://www.andregarzia.

Re: libURL hangs after getting response with keep-alive header

2011-04-22 Thread Web Admin Himalayan Academy
FYI: Not sure if this relates: I recently set Keep Alive on (300 connections) in the core httpd.conf on our web server... (recommended for performance) and I'm not having any difficulty with any of my desktop stacks or handlers that talk to our server (I have a dozen or these, 2 or 3 of w

Re: [NASTY BUG] many commands are maked on the docs as working on RevServer but they do not

2011-04-22 Thread Mike Bonner
Looks like the docs have server listed for lots of things that aren't there yet. Think you still have to stick with put header, and put new header. Using library stacks also shows server as a supported platform. I assume this is still not the case? E On Fri, Apr 22, 2011 at 2:25 PM, Andre Garzia

Save screenshots from every card in a stack

2011-04-22 Thread Alejandro Tejada
Hi all, This small piece of code allows to save a screenshot from every card in a stack. To use this code in your stack, you should provide a valid filepath in your platform of choice and use the actual name of your stack. -- To save screenshots as PNG --