Re: [ANN] InfoWallet 1.0

2009-05-23 Thread Josep
Congratulations! Bill Vlahos wrote: I'm happy to finally announce the release of InfoWallet 1.0. http://www.infowallet.com -- View this message in context: http://www.nabble.com/-ANN--InfoWallet-1.0-tp23664145p23681628.html Sent from the Revolution - User mailing list archive at

Re: How to prevent a stack from loading twice (in Linux)

2009-05-23 Thread Peter Alcibiades
Ken, the problem is, they can start a second copy of the app when one copy of it is already running. But the stack script contains the following: on reloadStack close this stack end reloadStack So should not that cause it to check and see if it is already running, and if so quit? I also have

Re: How to prevent a stack from loading twice (in Linux)

2009-05-23 Thread Jan Schenkel
--- On Sat, 5/23/09, Peter Alcibiades palcibiades-fi...@yahoo.co.uk wrote: From: Peter Alcibiades palcibiades-fi...@yahoo.co.uk Subject: Re: How to prevent a stack from loading twice (in Linux) To: use-revolution@lists.runrev.com Date: Saturday, May 23, 2009, 12:37 AM Ken, the problem is,

Re: [ANN] InfoWallet 1.0

2009-05-23 Thread Jan Schenkel
--- On Thu, 5/21/09, Bill Vlahos bvla...@mac.com wrote: From: Bill Vlahos bvla...@mac.com Subject: [ANN] InfoWallet 1.0 To: How to use Revolution use-revolution@lists.runrev.com Date: Thursday, May 21, 2009, 9:16 PM I'm happy to finally announce the release of InfoWallet 1.0.

Re: How to prevent a stack from loading twice (in Linux)

2009-05-23 Thread Peter Alcibiades
Jan, Yes, I found relaunch and tried it, and the docs seem to be right, it does not seem to work in Linux. If reload is confined to the stack currently running, then its at least clear why that too does not work. So is there no way of stopping a user from loading the app, and then loading it

Re: How to prevent a stack from loading twice (in Linux)

2009-05-23 Thread Jan Schenkel
--- On Sat, 5/23/09, Peter Alcibiades palcibiades-fi...@yahoo.co.uk wrote: From: Peter Alcibiades palcibiades-fi...@yahoo.co.uk Subject: Re: How to prevent a stack from loading twice (in Linux) To: use-revolution@lists.runrev.com Date: Saturday, May 23, 2009, 2:58 AM Jan, Yes, I found

Re: How to prevent a stack from loading twice (in Linux)

2009-05-23 Thread Bernard Devlin
Peter, you could also use shell() to parse the output of the ps command to check if your application is already running, and then exit a 2nd instance if one is found to be in the running processes. Bernard On Sat, May 23, 2009 at 1:04 PM, Jan Schenkel janschen...@yahoo.com wrote: I'm sure

Re: [OT] Opinions about On-Rev

2009-05-23 Thread Bill Marriott
Jacque, This was the default location where JaguarPC put them, and I assume is how it needs to be set up. It's the default location but it does *not* need to be that way whatsoever and both will work just fine. In fact, there is an issue where putting it within the public_html folder will

Re: How to prevent a stack from loading twice (in Linux)

2009-05-23 Thread Scott Morrow
I love being surprised by learning something that my brain is ready for but that I wasn't expecting or looking to learn. In the past I've used a file mechanism when needing to lock out another instance. The shell() and socket ideas are far enough outside my comfort zone that I wouldn't

Page Turn

2009-05-23 Thread Richmond Mathewson
Maybe I'm a bit naive: http://www.zappas-magazine.co.uk/ or, maybe I'm just lucky to have held onto some of my sense of wonder. Dreaming . . . ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Page Turn

2009-05-23 Thread Mark Swindell
Very nice! (I especially liked the Bow Peep on page 3. Hot.) But seriously, great effect. m On May 23, 2009, at 1:22 PM, Richmond Mathewson wrote: Maybe I'm a bit naive: http://www.zappas-magazine.co.uk/ or, maybe I'm just lucky to have held onto some of my sense of wonder. Dreaming . .

Starbattle.rev?

2009-05-23 Thread Judy Perry
Hi all, In going through my old stacks I had used in my class years back, I came across this stack that is not mine. It kinda looks like Asteroids, if I'm remembering asteroids correctly. Black background, white line-based thingies/shapes coming at you that you're supposed to shoot... A

Re: Starbattle.rev?

2009-05-23 Thread Scott Rossi
Pretty sure you're talking about a stack created by Geoff Canyon (credit may be in the card or stack script). If it is that stack, one of the most notable aspects is the use of a single graphic object to draw everything in the game. It's a great example. And I'm sure it's distributable.

Text variable problem

2009-05-23 Thread stevex64
Hi Forum, I have a very irritating problem occurring. In one part of my program a global variable, g_region, is set to the name of a US state or Canadian province. Later in the program there is a loop that compares the 17th element of the line to g_region. If g_region and element 17 of the line

Re: Text variable problem

2009-05-23 Thread Richard Gaskin
stevex64 wrote: I have a very irritating problem occurring. In one part of my program a global variable, g_region, is set to the name of a US state or Canadian province. Later in the program there is a loop that compares the 17th element of the line to g_region. If g_region and element 17 of

Re: Text variable problem

2009-05-23 Thread J. Landman Gay
stevex64 wrote: In one part of my program a global variable, g_region, is set to the name of a US state or Canadian province. ... repeat for each line regLine in lData if item 17 of regLine = g_reg Is your global named g_region or g_reg? -- Jacqueline Landman Gay |

Re: Text variable problem

2009-05-23 Thread stevex64
I haven't changed Rev's delimiter programatically. The values in the lines of the field are delimited by commas. Just now as I looped through, having selected Texas to be g_reg, I put this: put item 17 of regLine , g_reg the itemDelimiter And the output is: Texas,Texas, Thank you so much

Re: [OT] Opinions about On-Rev

2009-05-23 Thread J. Landman Gay
Bill Marriott wrote: Jacque, This was the default location where JaguarPC put them, and I assume is how it needs to be set up. It's the default location but it does *not* need to be that way whatsoever and both will work just fine. Ok, that's good to know. -- Jacqueline Landman Gay