Plug-In fails on IE 8
Posted: Tue Dec 01, 2009 4:11 pm
I made a revlet and one of the key things it must do is read a path/directory.
I create the revlet have it here: http://www.iheinrich.com/bug2
neither answer folder or answer directory work with IE 8... I didn't test the other versions of IE.
I am guessing there is SOME security that must be done, but I can't seem to figure it out.
Anyone have any ideas?
Code: Select all
on mouseUp
answer folder "Choose a Client Root Directory:"
put it into field newClientRoot
end mouseUp
neither answer folder or answer directory work with IE 8... I didn't test the other versions of IE.
I am guessing there is SOME security that must be done, but I can't seem to figure it out.
Anyone have any ideas?