Re: revBrowserCallScript?

2010-07-23 Thread Alejandro Tejada
.nabble.com/revBrowserCallScript-tp2298509p238.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: revBrowserCallScript?

2010-07-22 Thread Andre Garzia
to parse > > the result into a string by adding single quotes. As Andre mentioned > > already, adding parentheses might help too. > > > > get revBrowserCallScript(sBrowserId, "result = testMe()+''") > > Thanks Mark. Tried your suggestion, as well as

Re: revBrowserCallScript?

2010-07-22 Thread Scott Rossi
Recently, Mark Schonewille wrote: > I had a similar problem the other day. I had to force RunRev to parse > the result into a string by adding single quotes. As Andre mentioned > already, adding parentheses might help too. > > get revBrowserCallScript(sBrowserId, "result = t

Re: revBrowserCallScript?

2010-07-22 Thread Scott Rossi
Recently, Andre Garzia wrote: > Try something along the lines of: > > get revBrowserCallScript(sBrowserId, "testMe()") > > or > > get revBrowserCallScript(sBrowserId, "javascript:testMe();") > > As far as I know, you can't invoke javascript

Re: revBrowserCallScript?

2010-07-22 Thread Mark Schonewille
Scott, I had a similar problem the other day. I had to force RunRev to parse the result into a string by adding single quotes. As Andre mentioned already, adding parentheses might help too. get revBrowserCallScript(sBrowserId, "result = testMe()+''") -- Best regard

Re: revBrowserCallScript?

2010-07-22 Thread Andre Garzia
Scott, Try something along the lines of: get revBrowserCallScript(sBrowserId, "testMe()") or get revBrowserCallScript(sBrowserId, "javascript:testMe();") As far as I know, you can't invoke javascript functions without the parenthesis. In that call of yours you are ref

revBrowserCallScript?

2010-07-22 Thread Scott Rossi
Has anybody gotten the revBrowserCallScript function to work on OS X? No matter what I do, I seem to continually get errors when trying to use this function. Even when doing a simple test function, Rev says an error occurred: card "videos": execution error at line n/a () near "