Re: [ANN] tRev Feature Friday: Snaps!

2009-11-09 Thread Andre.Bisseret
Bonjour, Jerry and Mary Jane, I can't hide my enthusiasm ! I bought tRev 11 days ago and now I have difficulties to remember how I was working before ;-) and for a couple of days now, Snaps is a spendid plus ! Not only tRev save a lot of time but it brings a nice feeling of serenity :

Mark Hausmann/jl1 ist außer Haus.

2009-11-09 Thread mark . hausmann
Ich werde ab 09.11.2009 nicht im Büro sein. Ich kehre zurück am 23.11.2009. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an meinen Kollegen Horst Strohkirch, email: horst.strohki...@pdap.de ___

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread Thomas McGrath III
I was away for a few days. Back now. Here is the PHP script I used: ?php $uploaddir = './'; //Uploading to same directory as PHP file $file = basename($_FILES['userfile']['name']); $uploadFile = $file; $randomNumber = rand(0, 9); $newName = $uploadDir . Demoted . $randomNumber .

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread Thomas McGrath III
Yeah that's great except where do I learn about this in runRev? Examples? How to's? This is complex to me. Thanks Tom McGrath III Lazy River Software 3mcgr...@comcast.net iTunes Library Suite - libITS Information and download can be found on this page:

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread Thomas McGrath III
Sarah, Thanks, I knew you were also learning the Obj-c stuff. I wanted to do either show recent x number of images and or searchable images (top twenty) and update a page on new images or coming to the page. There may be thousands. I also want to write an iPhone viewer app to view these

Re: openstack or preopenstack confusing to new application builders

2009-11-09 Thread DunbarX
The several proffered solutions all should work. You can also explicitly test to see if the stack containing the handler is the stack you want: if the short name of this stack = yourMainStack then doThis else exit preOpenStack This may give you more options... Craig Newman

Re: openstack or preopenstack confusing to new application builders

2009-11-09 Thread DunbarX
Jacque: I should have read this before I sent my own version. Craig In a message dated 11/8/09 7:24:06 PM, jac...@hyperactivesw.com writes: 3. If you really do need to put the handlers in the mainstack script, check to see if the stack that is opening is one you want to deal with. This is

Re: [ANN] tRev Feature Friday: Snaps!

2009-11-09 Thread Jerry Daniels
Andre, Thanks, so much for the nice comment! I have to say, my feelings mirror your own. And I am our pickiest, worst user!! One of the reasons that tRev is so fun to use has to do with feature and design control. My motto since May has been: Time spent designing directly offsets time

Was: openstack or preopenstack confusing... Now User Contributed Notes for RunRev Dictionary

2009-11-09 Thread william humphrey
Thanks for everyone's replies about openstack message confusion. Putting the openstack (as well as closestack) items in the first card of the mainstack solves everything and I think it is something I used to know along with a myriad of other knowledge my gradually dying brain cells once

Re: openstack or preopenstack confusing to new application builders

2009-11-09 Thread J. Landman Gay
dunb...@aol.com wrote: I should have read this before I sent my own version. Nah. More is good. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-revolution

The Short/Long Name Of...?

2009-11-09 Thread David Coker
Hello folks, Been busy reading various forms of Rev documentation and have several times come across a reference of using the short/long names of...(whatever). Unfortunately, I haven't (yet) found anything that defines either term, nor the how's or why's of their usage. To a lesser degree, how

Re: The Short/Long Name Of...?

2009-11-09 Thread J. Landman Gay
David Coker wrote: Hello folks, Been busy reading various forms of Rev documentation and have several times come across a reference of using the short/long names of...(whatever). Unfortunately, I haven't (yet) found anything that defines either term, nor the how's or why's of their usage. To a

Re: The Short/Long Name Of...?

2009-11-09 Thread stephen barncard
1. Read Richard Gaskin's classic explanation of the message path: http://www.fourthworld.com/embassy/articles/revolution_message_path.html 2. Look upNAME and ID in the docs: (reprinted here) ID: The short ID of an object is its ID number. If you don't specify a modifier for the ID

Re: The Short/Long Name Of...?

2009-11-09 Thread David Coker
It's all in the dictionary entries. See name for a good definition of all the variations. Also frontscript, backscript, and insert. Or if you already did that, is there something that was omitted? Yup, I omitted doing a thorough search in the Rev dictionary. sigh... shaking head Thank you

Re: The Short/Long Name Of...?

2009-11-09 Thread DunbarX
It is far more a matter of convenience, I think, than any profound functional difference. The short name is just that, a name you give an object, and it is what is entered into the name field of the property inspector. It does not have any file path or object information. Beyond that, the

Re: The Short/Long Name Of...?

2009-11-09 Thread David Coker
1. Read Richard Gaskin's classic explanation of the message path: http://www.fourthworld.com/embassy/articles/revolution_message_path.html Excellent resource, thanks! 2. Look upNAME and ID in the docs: (reprinted here) As replied to Jacque... I omitted doing a thorough search in the Rev

Re: The Short/Long Name Of...?

2009-11-09 Thread Andre.Bisseret
Bonjour, As for front/back scripts you might read the scripting conference Message hierarchy by Richard Gaskin. You may download it here : http://www.runrev.com/developers/tutorials/online-scripting-conferences/ Best regards from Grenoble André Le 9 nov. 09 à 19:17, David Coker a écrit :

Re: Was: openstack or preopenstack confusing... Now User Contributed Notes for RunRev Dictionary

2009-11-09 Thread Sivakatirswami
too bad that private preopencard ask Enter your Username with OK end preopencard does not work william humphrey wrote: Thanks for everyone's replies about openstack message confusion. Putting the openstack (as well as closestack) items in the first card of the mainstack solves everything and

Re: Was: openstack or preopenstack confusing... Now User Contributed Notes for RunRev Dictionary

2009-11-09 Thread stephen barncard
I didn't think *private* worked with any system messages?? - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/11/9 Sivakatirswami ka...@hindu.org too bad that private preopencard ask Enter your Username with OK end preopencard does not

Re: Was: openstack or preopenstack confusing... Now User Contributed Notes for RunRev Dictionary

2009-11-09 Thread Richard Gaskin
Sivakatirswami wrote: too bad that private preopencard ask Enter your Username with OK end preopencard does not work Or maybe it works perfectly, since adding private to the handler designation prevents it from being called by anything outside of that script. ;) -- Richard Gaskin

Video playback on Linux?

2009-11-09 Thread Richard Gaskin
Any of you successfully played back video from a specific startTime on Linux? Know of any way to get the movie's duration? TIA - -- Richard Gaskin Fourth World Rev training and consulting: http://www.fourthworld.com Webzine for Rev developers: http://www.revjournal.com revJournal blog:

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread Jim Ault
On Nov 9, 2009, at 6:24 AM, Thomas McGrath III wrote: Yeah that's great except where do I learn about Rev CGIs in runRev? Examples? How to's? This is complex to me. Not likely that CGI operation will ever be documented in runRev, nor PHP conversions to IREV. This is partly due to the

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread J. Landman Gay
Jim Ault wrote: On-Rev does allow the use of CGI and IREV and PHP in the same domain, the same web site, but not on the same web page (actually you can, but you need to know a trick or two get this to work. I will post links to some working examples of this on my OnRev domain when I get

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread J. Landman Gay
J. Landman Gay wrote: Jim Ault wrote: On-Rev does allow the use of CGI and IREV and PHP in the same domain, the same web site, but not on the same web page (actually you can, but you need to know a trick or two get this to work. I will post links to some working examples of this on my

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread Jim Ault
On Nov 9, 2009, at 6:45 PM, J. Landman Gay wrote: Jim Ault wrote: On-Rev does allow the use of CGI and IREV and PHP in the same domain, the same web site, but not on the same web page (actually you can, but you need to know a trick or two get this to work. I will post links to some

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread Jim Sims
On Nov 4, 2009, at 9:45 AM, Shao Sean wrote: Not having used server-side rev yet (when will this be released for us to install on our own servers?) all I can tell you is that this is easy to do with Rev CGIs (or even a compiled Rev app running -ui) On Nov 9, 2009, at 3:24 PM, Thomas McGrath