Hi Joe,
Still working on the problem. Still getting an execution error. On debugging it occurs after I have gone to the new card, but the error refers to the original cards script. In looking at the guide I found a reference problems with the dynamicPaths properties that is carried over from hypercard stacks. But I can't find what that property of the Rev stack is, or how/where to change it?

I also have another problem. I have a 2 lists of plant names,common and scientific on overlapping fields. If I click on the common name I need to go to the card by it's scientific name. I thought I could change the go to by sending a click to the line on the scientific name field:
        click at line x of field "flora-sn"
        send "mouseup" to "bkgnd field flora-sn" at  the clickloc , "xx"
I also tried several permutations and none seem to work. Am I on the wrong track?

On Nov 10, 2008, at 10:57 AM, [EMAIL PROTECTED] wrote:

------------------------------


Hi Edward,

Maybe if you changed it to read: go cd (the value of the clickline)

It doesn't look like much of a change, but compilers can be persnickety.

HTH,

Joe Wilkins

On Nov 9, 2008, at 12:41 PM, edward cawley wrote:

Hi Joe,
Tried your fix, I had to modify it a bit:
go cd the value of the clickline
It compiled ok and it worked - went to the cd, but I got an error
message
                        executing at 2:19:20 PM
Type    Handler: error in statement
Object  Flora-sn
Line    go cd the value of the clickline
Hint    mouseup

I tried it without the the and it wouldn't compile, also tried it
with mousedown, same thing,
Any ideas?



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to