list linking
edward cawley
etcawley at fastmail.fm
Tue Nov 11 13:07:28 EST 2008
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, use-revolution-request at lists.runrev.com
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?
>>
>>
>>
More information about the use-livecode
mailing list