Plug-In fails on IE 8

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
TheBigDuck
Posts: 23
Joined: Tue Nov 11, 2008 5:52 pm
Contact:

Plug-In fails on IE 8

Post by TheBigDuck » 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.

Code: Select all

on mouseUp
   answer folder "Choose a Client Root Directory:"
   put it into field newClientRoot
end mouseUp
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?

mshidden
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1
Joined: Mon Jun 30, 2008 7:44 pm
Contact:

Re: Plug-In fails on IE 8

Post by mshidden » Sun Jan 24, 2010 10:11 pm

I am also having issue with that... Windows 7 dose not seem to work on any browser. The plug in will lock up the computer:
For the record works great on FireFox.

if your intrested you can see my issue at:

pchess.on-rev.com

The Nav button should up a browser window with similar fictions as yours.

have you dun a bug report?

--Mark

davidmorgen19
Posts: 1
Joined: Tue May 25, 2010 11:45 am

Re: Plug-In fails on IE 8

Post by davidmorgen19 » Fri May 28, 2010 6:54 am

Download IE8 and try to install on win 7 and replace with the IE8 who came with windows.
and restart your computer then update IE8. your problem will be solved.

Post Reply