Re: Startup message anomaly?

2011-04-23 Thread Graham Samuel
Thanks Jacque, I have now written a little app to test on both platforms, and you're right (of course). 'startUp' is sent initially to the first card, and if there's no handler there, or one which passes the message, it then reaches the stack. So the docs are wrong, and I will raise this.

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

2011-04-23 Thread Andre Garzia
The problem with put headers is that they wont work with url calls. If your script is trying to pull data from elsewhere and process it before displaying it to the user and you need to send custom http headers for this url call, then, right now, the only way is thru shell() and cURL. as for

Re: How to copy a card you can't open - corrupted fonts

2011-04-23 Thread william humphrey
I just found out why LiveCode would crash whenever I tried to open one of the cards in the stack. It turns out there was a corrupted font being used in the suspect card. Solution (Mac OS): 1. Open Font Suitcase in your app folder. 2. Select all fonts 3. Run the validate fonts command 4. Check

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

2011-04-23 Thread Pierre Sahores
Andre and all, AFAIK, revServer is, for yet, a great but, still very, very difficult to market, server-side engine. Two things would really help us to help RunRev to promote it : 1.- to see the current revserver cgi-engine be marketed as the final GM1 realize of a BSD2 licensed LC cgi way to

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

2011-04-23 Thread Mike Bonner
Could probably set up a php script that you pass the desired url, headers and data to and have it make the request, but at that point you might as well just use curl as you have been. * * *The problem with put headers is that they wont work with url calls. If your script is trying to pull data

How to sync multiple functions / routines in parallel

2011-04-23 Thread Glen Bojsza
Hello, I have a database which I have created several queries for doing archival reports. Now I would like to have all the queries update the reports automatically every 10 seconds. From what I determined I will need to keep the database connections open while the application is running but I

Folks, help me test Twitter integration

2011-04-23 Thread Andre Garzia
Folks, I am testing part of my RunRevLive session, those of you that have a twitter account could please try to open: http://andregarzia.on-rev.com/runrevlive/session1/ This page will quickly redirect to twitter requesting an authorization to post, if you authorize, it will post to your

Re: Folks, help me test Twitter integration

2011-04-23 Thread Andre Garzia
ARRR damn FTP overwrote the files... it is broken... On Sat, Apr 23, 2011 at 12:18 PM, Andre Garzia an...@andregarzia.comwrote: Folks, I am testing part of my RunRevLive session, those of you that have a twitter account could please try to open:

Re: Folks, help me test Twitter integration

2011-04-23 Thread Andre Garzia
ok, I think it is back online... can someone make a test please? cheers andre On Sat, Apr 23, 2011 at 12:20 PM, Andre Garzia an...@andregarzia.comwrote: ARRR damn FTP overwrote the files... it is broken... On Sat, Apr 23, 2011 at 12:18 PM, Andre Garzia

Re: How to sync multiple functions / routines in parallel

2011-04-23 Thread Andre Garzia
Glen, Doing parallel queries will not work from LiveCode since RevExecuteSQL and friends are blocking I think. Your first query will block the engine until it returns right? Andre On Sat, Apr 23, 2011 at 12:12 PM, Glen Bojsza gboj...@gmail.com wrote: Hello, I have a database which I have

Re: Folks, help me test Twitter integration

2011-04-23 Thread stephen barncard
Andre, I got {request:\/1\/statuses\/update.json,error:Incorrect signature} sqb On 23 April 2011 08:18, Andre Garzia an...@andregarzia.com wrote: Folks, I am testing part of my RunRevLive session, those of you that have a twitter account could please try to open:

Re: Folks, help me test Twitter integration

2011-04-23 Thread Roger Eller
On Sat, Apr 23, 2011 at 11:31 AM, Andre Garzia wrote: ok, I think it is back online... can someone make a test please? cheers andre It worked for Amigatech (my alias). ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Folks, help me test Twitter integration

2011-04-23 Thread Andre Garzia
oops... could you try again please... On Sat, Apr 23, 2011 at 12:37 PM, stephen barncard stephenrevoluti...@barncard.com wrote: Andre, I got {request:\/1\/statuses\/update.json,error:Incorrect signature} sqb On 23 April 2011 08:18, Andre Garzia an...@andregarzia.com wrote: Folks,

Re: Folks, help me test Twitter integration

2011-04-23 Thread Jim Sims
Andre, I got: {request:\/1\/statuses\/update.json,error:Invalid \/ expired Token} sims ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Folks, help me test Twitter integration

2011-04-23 Thread Andre Garzia
Roger, Great Thanks Amigatech... I worked with an A4000 in the university and almost bought an A520 couple years ago :-D On Sat, Apr 23, 2011 at 12:42 PM, Roger Eller roger.e.el...@sealedair.comwrote: On Sat, Apr 23, 2011 at 11:31 AM, Andre Garzia wrote: ok, I think it is back

Re: Folks, help me test Twitter integration

2011-04-23 Thread Andre Garzia
Oops!!! Can you try again sims? Thanks On Sat, Apr 23, 2011 at 12:53 PM, Jim Sims s...@ezpzapps.com wrote: Andre, I got: {request:\/1\/statuses\/update.json,error:Invalid \/ expired Token} sims ___ use-livecode mailing list

Re: How to sync multiple functions / routines in parallel

2011-04-23 Thread gbojsza
I don't know if this is true or not...any database or rev support people out there? -Original Message- From: Andre Garzia an...@andregarzia.com Sender: use-livecode-boun...@lists.runrev.com Date: Sat, 23 Apr 2011 12:36:22 To: How to use LiveCodeuse-livecode@lists.runrev.com Reply-To: How

Re: Folks, help me test Twitter integration

2011-04-23 Thread stephen barncard
still getting {request:\/1\/statuses\/update.json,error:Incorrect signature} ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Folks, help me test Twitter integration

2011-04-23 Thread Jim Sims
On Apr 23, 2011, at 6:38 PM, stephen barncard wrote: still getting {request:\/1\/statuses\/update.json,error:Incorrect signature} Same here. sims ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Folks, help me test Twitter integration

2011-04-23 Thread Pierre Sahores
Andre, When i autorize your app, i'm redirected to the following url : http://andregarzia.on-rev.com/runrevlive/session1/twitter/test and the page contains : {request:\/1\/statuses\/update.json,error:Incorrect signature} Best, Pierre Le 23 avr. 2011 à 17:18, Andre Garzia a écrit :

Re: Folks, help me test Twitter integration

2011-04-23 Thread Roger Eller
On Sat, Apr 23, 2011 at 12:09 PM, Andre Garzia wrote: Roger, Great Thanks Amigatech... I worked with an A4000 in the university and almost bought an A520 couple years ago :-D On Sat, Apr 23, 2011 at 12:42 PM, Roger Eller roger.e.el...@sealedair.comwrote: On Sat, Apr 23, 2011

Re: How to sync multiple functions / routines in parallel

2011-04-23 Thread Mike Bonner
Might be able to do this with a cgi. Use load with callback to send all your requests, when the load is complete, process the results, unload, and resend. Another thought.. if the database is local (maybe even it its not local), might be able to use open process, and use a command line client to

Re: Folks, help me test Twitter integration

2011-04-23 Thread Mike Bonner
This, but checked, the connection was established. {request:\/1\/statuses\/update.json,error:Incorrect signature} On Sat, Apr 23, 2011 at 11:14 AM, Roger Eller roger.e.el...@sealedair.comwrote: On Sat, Apr 23, 2011 at 12:09 PM, Andre Garzia wrote: Roger, Great Thanks

Re: Live LiveCode code event #20

2011-04-23 Thread Björnke von Gierke
Half an hour to go! On 22 Apr 2011, at 02:12, Björnke von Gierke wrote: Hello dearest friends It has come to my attention that you have inherited a fortune from the prime minister of absurdistan, who recently succumbed to his heavy case of head lice. Please make contact with me and my

[OT] Commodore 64 with Ubuntu 10.04

2011-04-23 Thread Roger Eller
Check out this Modern-Retro all-in-one computer: http://www.commodoreusa.net/CUSA_C64.aspx ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Folks, help me test Twitter integration

2011-04-23 Thread Thomas McGrath III
{request:\/1\/statuses\/update.json,error:Incorrect signature} -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Apr 23, 2011, at 11:18 AM, Andre Garzia wrote: Folks, I am testing part of my RunRevLive session, those of you that have a twitter account could please try

Re: [OT] Commodore 64 with Ubuntu 10.04

2011-04-23 Thread Richmond
On 04/23/2011 09:02 PM, Roger Eller wrote: Check out this Modern-Retro all-in-one computer: http://www.commodoreusa.net/CUSA_C64.aspx ~Roger Very tempting, if a bit expensive. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: [OT] Commodore 64 with Ubuntu 10.04

2011-04-23 Thread David C.
On Sat, Apr 23, 2011 at 1:02 PM, Roger Eller roger.e.el...@sealedair.com wrote: Check out this Modern-Retro all-in-one computer: http://www.commodoreusa.net/CUSA_C64.aspx ~Roger Hi Roger, I ran across the new Commodore's a few months ago and signed up to be emailed once they are officially

iOS Services

2011-04-23 Thread Todd Geist
Hello, I was wondering if iOS services are supported with Live Code. I am not sure if services are the right word, but what I am looking for is the ability to send a message to my iOS app from another app. For Example FileMaker Go allows you to use what is called the FMPScript protocol to call a

Re: How to sync multiple functions / routines in parallel

2011-04-23 Thread Glen Bojsza
Good thoughts on approaches... I am starting down the rabbit hole! thanks On Sat, Apr 23, 2011 at 1:26 PM, Mike Bonner bonnm...@gmail.com wrote: There is probably a way to do what you want directly with a single select but i'm a beginner to middlin of all trades, master of none. Have another

At the airport, NeXT stop usa

2011-04-23 Thread andre
Hey Folks, I am at Rio de Janeiro International Airport waiting for boarding. See you all soon!!! Ps: this airport is horrible... Enviado via iPhone ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: At the airport, NeXT stop usa

2011-04-23 Thread Richard Gaskin
andre wrote: Hey Folks, I am at Rio de Janeiro International Airport waiting for boarding. See you all soon!!! Safe travels, and I hope you brushed up on your Spanish. ;) -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode

Re: At the airport, NeXT stop usa

2011-04-23 Thread andre
I am entering via Miami, it will be spanish sitcom all over again Me: am from Brasil... Officer: ustedes habla espanhol? And then I start crying... Enviado via iPhone Em 23/04/2011, às 19:34, Richard Gaskin ambassa...@fourthworld.com escreveu: andre wrote: Hey Folks, I am at Rio de

Re: At the airport, NeXT stop usa

2011-04-23 Thread Jim Ault
On Apr 23, 2011, at 3:34 PM, Richard Gaskin wrote: andre wrote: Hey Folks, I am at Rio de Janeiro International Airport waiting for boarding. See you all soon!!! Safe travels, and I hope you brushed up on your Spanish. ;) -- Richard Gaskin Yes, like pronouncing San Jose. Jim Ault Las

List Magic doesn't register

2011-04-23 Thread Glen Bojsza
Hello, I am trying to use List Magic but when I enter my registration code I get the message that List Magic is unlocked and should show registered version in the title bar... it doesn't even after repeated attempts. There is an excution error message generated referring to stack SSSLMLib. It

Re: At the airport, NeXT stop usa

2011-04-23 Thread Jerry J
On Apr 23, 2011, at 3:34 PM, Richard Gaskin wrote: andre wrote: Hey Folks, I am at Rio de Janeiro International Airport waiting for boarding. See you all soon!!! Safe travels, and I hope you brushed up on your Spanish. ;) And that you don't have to go to Chicago again! --Jerry

Re: At the airport, NeXT stop usa

2011-04-23 Thread Colin Holgate
On Apr 23, 2011, at 8:12 PM, Jerry J wrote: And that you don't have to go to Chicago again! Speaking of which, is anyone here going to be on the American Airlines flight 827 that goes from Chicago to San Jose at 7:10pm on Monday? ___

Re: List Magic doesn't register

2011-04-23 Thread Mike Bonner
I think this is the right address for list magic support. supp...@sosmartsoftware.com supp...@sosmartsoftware.com Or this one j...@visitrieve.com According to a post on the forums, Jim Bulfalini is the support person to contact for list magic. Just tried it here too (versions 1.1.3 and 1.1.4)

Re: List Magic doesn't register

2011-04-23 Thread Glen Bojsza
I've tried both a while ago without any response. If it is being sold by Runrev off their site maybe will support it or know who to contact? On Sat, Apr 23, 2011 at 6:52 PM, Mike Bonner bonnm...@gmail.com wrote: I think this is the right address for list magic support.

Re: How to sync multiple functions / routines in parallel

2011-04-23 Thread Dick Kriesel
On 4/23/11 2:11 PM, Glen Bojsza gboj...@gmail.com wrote: Good thoughts on approaches... I am starting down the rabbit hole! thanks Once down in the hole, you can run a second database, feed it the transaction stream ten seconds delayed, pause the stream while you execute queries with

Re: List Magic doesn't register

2011-04-23 Thread Mike Bonner
Yeah, probably the best option to check. Thinking maybe if this is a phone home registration, maybe something went poof. On Sat, Apr 23, 2011 at 7:11 PM, Glen Bojsza gboj...@gmail.com wrote: I've tried both a while ago without any response. If it is being sold by Runrev off their site maybe

Re: [ANN] Quartam PDF Library goes open source

2011-04-23 Thread Alejandro Tejada
Hi Jan, Your release of Quartam PDF Library as open source is a landmarking decision that clears and opens a whole new path for applications created in this platform. Clearly, I interpret your decision as a leap of faith. Faith in your fellow developers. In the name of all of them, I say

Re: How to copy a card you can't open - corrupted fonts

2011-04-23 Thread Alejandro Tejada
Hi William, Do you remember the font names? Ideally, instead of deleting the fonts the fonts creators should receive a copy of these fonts. In this way, they could fix the font problems and verify exactly the origin of these errors. This is really important. Could you recover these deleted

Re: How to copy a card you can't open - corrupted fonts

2011-04-23 Thread Alejandro Tejada
Hi William, Do you remember the font names? Ideally, instead of deleting the fonts the fonts creators should receive a copy of these fonts. In this way, they could fix the font problems and verify exactly the origin of these errors. This is really important. Could you recover these deleted