Q: Standalone with drag and drop works on one Windows machine but not two
others… why?
The code is like this:
on dragEnter
set the allowabledragactions to "copy,link"
set the dragAction to "copy"
set the hilite of me to true
end dragEnter
on dragDrop
if the dragdata["files"] is not
”.
Thanks,
Joe F.
On Sep 22, 2014, at 10:24 AM, Trevor DeVore wrote:
> On Sun, Sep 21, 2014 at 4:54 PM, sty...@roguemusic.com <
> sty...@roguemusic.com> wrote:
>
>>
>> This code works fine on my Macs, and fine on a laptop running Windows 7;
>> but on another
Thanks for the input but no solution yet.
The user has admin privileges and the app can create and write new files to its
default folder with no problem.
Escape key doesn’t seem to make a difference, but what is it supposed to do
anyway? Maybe there’s something there.
For whatever reason, it w