Hi Reinhold,

Hi!

I want to put the short name of an image in the field "selectedImageName"

therefore I wrote this script:

on mouseUp
    set the showborder of this image to true
    put the short name of this image into fld "selectedImageName"
end mouseUp

Ty me ;-)

Ähmm, i mean:

on mouseUp
    set the showborder of me to true
    put the short name of me into fld "selectedImageName"
end mouseUp

But it don't works.

What is my mistake?

Sorry, no idea, but it must be "this image" which causes an error...

Thanks
Reinhold

Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
metacard mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to