Re: matchText, does it really exist?

2008-07-10 Thread Mark Schonewille

put

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html 
 for more info.


On 10 jul 2008, at 22:12, Bert Shuler wrote:

This code is from the docs, but seems to fail as if matchText is not  
a function.


on mouseUp
 matchText("Goodbye","bye")
end mouseUp

executing at 4:09:47 PM
TypeHandler: can't find handler
Object  Button
LinematchText("Goodbye","bye")
HintmatchText

Any Ideas?

Bert



___
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: matchText, does it really exist?

2008-07-10 Thread Bert Shuler

worked. Thanks for the quick help.

Bert


On Jul 10, 2008, at 4:25 PM, Jan Schenkel wrote:


--- Bert Shuler <[EMAIL PROTECTED]> wrote:

This code is from the docs, but seems to fail as if
matchText is not a
function.

on mouseUp
  matchText("Goodbye","bye")
end mouseUp

executing at 4:09:47 PM
TypeHandler: can't find handler
Object  Button
LinematchText("Goodbye","bye")
HintmatchText

Any Ideas?

Bert



Hi Bert,

'matchText' is a function, not a command - so use it
like this:
##
on mouseUp
 answer matchText("Goodbye","bye")
end mouseUp
##

Admittedly, the docs for other functions sometimes
contain a 'put xxx' example, whereas the entry for
'matchText' does not.

Jan Schenkel.

Quartam Reports & PDF Library for Revolution


=
"As we grow older, we grow both wiser and more foolish at the same  
time."  (La Rochefoucauld)




___
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: matchText, does it really exist?

2008-07-10 Thread Jan Schenkel
--- Bert Shuler <[EMAIL PROTECTED]> wrote:
> This code is from the docs, but seems to fail as if
> matchText is not a  
> function.
> 
> on mouseUp
>matchText("Goodbye","bye")
> end mouseUp
> 
> executing at 4:09:47 PM
> Type  Handler: can't find handler
> ObjectButton
> Line  matchText("Goodbye","bye")
> Hint  matchText
> 
> Any Ideas?
> 
> Bert
> 

Hi Bert,

'matchText' is a function, not a command - so use it
like this:
##
on mouseUp
  answer matchText("Goodbye","bye")
end mouseUp
##

Admittedly, the docs for other functions sometimes
contain a 'put xxx' example, whereas the entry for
'matchText' does not.

Jan Schenkel.

Quartam Reports & PDF Library for Revolution


=
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


  
___
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


matchText, does it really exist?

2008-07-10 Thread Bert Shuler
This code is from the docs, but seems to fail as if matchText is not a  
function.


on mouseUp
  matchText("Goodbye","bye")
end mouseUp

executing at 4:09:47 PM
TypeHandler: can't find handler
Object  Button
LinematchText("Goodbye","bye")
HintmatchText

Any Ideas?

Bert
___
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