acceptDrop
Vikram Singh
vikramsingh at mailandnews.com
Fri Jan 31 12:49:00 EST 2003
Simon
Try setting your card script to:
on dragdrop
put the dragsource
end dragdrop
For the object that should receive the drag:
on dragenter
set the acceptdrop to true
end dragenter
Hope it helps..
Regards
Vikram
----- Original Message -----
From: "Simon Lord" <slord at marelina.com>
To: "MetaCard" <metacard at lists.runrev.com>
Sent: Friday, January 31, 2003 10:52 PM
Subject: acceptDrop
> I may be missing the point here, but I set acceptDrop to true, then in
> my stack script I say:
>
> on dragSource
> put the result
> end dragSource
>
> Then I dragged a file from the desktop to the stack. I assumed the
> output in the msg box would be the long name of the file as explained
> in the Readme. I may not be clear on this I think, I see no result at
> all.
>
> Sincerely,
> Simon
>
More information about the metacard
mailing list