Re: iRev list of commands available

2009-09-11 Thread Gregory Lypny

Thanks Jacqueline,

This is good to know.  But like Thomas, I would very much like some  
sort of document that lists commands that are unique to iRev, RunRev  
commands that are not currently compatible with iRev, and syntax  
examples with tips like the very good one that you've provided here.   
It would save a lot of time in getting stuff out.


Regards,

Gregory


On 2009-09-10, at 1:00 PM, Jacqueline wrote:


Thomas McGrath III wrote:

Where is there a list of iRev commands available?

I just tried revSpeak in iRev and got a handler not found error and
would like to know what else is not available.


Virtually everything is available, with the added bonus of a few new
terms listed in the change log. IRev scripts can contain plain lists  
of

commands without any handler declarations, or alternately the commands
can be enclosed in formal ("on" or "command") handler declarations. If
your commands are not inside a formal handler declaration, then you  
will
get the error message you saw. Additionally, the server compiles  
revTalk
from top to bottom. Unlike stack scripts where handlers can go  
anywhere
in the message hierarchy, you can't place a handler anywhere you  
like on

the page -- it must be declared before any other command makes use of
it. It's easiest to place most handlers above the html code at the top
of the page, just to make sure they are processed before any other  
line

of script needs them. This isn't necessary though, just make sure
handlers occur before any other line of script that needs to use them.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: iRev list of commands available

2009-09-10 Thread J. Landman Gay

Judy Perry wrote:
What about cursor changes?  That seemed to not work in a revlet for 
me... Was that in a "don't do this" that I missed?


Custom cursors in revlets do not work yet, but will before they go 
final. There are a few other things too, like visual effects, but they 
will be fixed.


Don't confuse iRev and Revlets; the first is server-side and the second 
is client-side. All the basic scripting commands should work in irev 
pages, though the hierarchy runs somewhat differently.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: iRev list of commands available

2009-09-10 Thread Judy Perry
What about cursor changes?  That seemed to not work in a revlet for me... 
Was that in a "don't do this" that I missed?


Judy

On Thu, 10 Sep 2009, J. Landman Gay wrote:


Thomas McGrath III wrote:

Where is there a list of iRev commands available?

I just tried revSpeak in iRev and got a handler not found error and would 
like to know what else is not available.


Virtually everything is available,



though, just make sure handlers occur before any other line of script that 
needs to use them.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: iRev list of commands available

2009-09-10 Thread J. Landman Gay

Thomas McGrath III wrote:

Where is there a list of iRev commands available?

I just tried revSpeak in iRev and got a handler not found error and 
would like to know what else is not available.


Virtually everything is available, with the added bonus of a few new 
terms listed in the change log. IRev scripts can contain plain lists of 
commands without any handler declarations, or alternately the commands 
can be enclosed in formal ("on" or "command") handler declarations. If 
your commands are not inside a formal handler declaration, then you will 
get the error message you saw. Additionally, the server compiles revTalk 
from top to bottom. Unlike stack scripts where handlers can go anywhere 
in the message hierarchy, you can't place a handler anywhere you like on 
the page -- it must be declared before any other command makes use of 
it. It's easiest to place most handlers above the html code at the top 
of the page, just to make sure they are processed before any other line 
of script needs them. This isn't necessary though, just make sure 
handlers occur before any other line of script that needs to use them.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: iRev list of commands available

2009-09-10 Thread Ian Wood


On 10 Sep 2009, at 04:20, Thomas McGrath III wrote:


Where is there a list of iRev commands available?


I'm not sure there is one at this point. :-(


I just tried revSpeak in iRev and got a handler not found error


Of the ones that make sense to not be there, that's one of them - the  
server probably doesn't have a speaker anyway... ;-)


Remember that (like PHP), anything in a  tag is executing on the  
server - all the browser on the local computer gets is the resulting  
HTML file. Speech might work from a Revlet, though.


Ian

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


iRev list of commands available

2009-09-09 Thread Thomas McGrath III

Where is there a list of iRev commands available?

I just tried revSpeak in iRev and got a handler not found error and  
would like to know what else is not available.


Thanks

Tom McGrath III
Lazy River Software
3mcgr...@comcast.net

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html






___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution