Originally posted by Dentonry
View Post
Announcement
Collapse
No announcement yet.
reteset's iExplorer plugin ?
Collapse
X
-
Originally posted by Imagine Programming View Post
Try going to the installation directory of AMS/Plugins/Objects/Explorer and ensure you have an Explorer.apo and Explorer.lic
If you don't have Explorer.lic, create it and don't put anything in. See if that solved your problem (maybe the plugin was free, but all plugins in AMS require a license)
If that does not work, you might have to look at something like MemoryEx and create the explorer control yourself using the Windows API. I'm not sure if another plugin like this is available.
Thanks so much for your help.
- Likes 1
Leave a comment:
-
Originally posted by Dentonry View Post
Well, why is there a link for it when you can't get a license anymore (can't find the plugin's origin, reteset's website is down)?
Is there any free working plugin similar to this? I've done a lot of research yet couldn't find any.
If you don't have Explorer.lic, create it and don't put anything in. See if that solved your problem (maybe the plugin was free, but all plugins in AMS require a license)
If that does not work, you might have to look at something like MemoryEx and create the explorer control yourself using the Windows API. I'm not sure if another plugin like this is available.
Leave a comment:
-
Originally posted by Imagine Programming View Post
It does work, but apparently you don't have the license for it. Was the plugin ever free?
Is there any free working plugin similar to this? I've done a lot of research yet couldn't find any.
Leave a comment:
-
Originally posted by Dentonry View PostThe iExplorer plugin doesn't work, it simply says "Plugin <plugin path here\IEXPLORER.APO> is not licensed for re-distribution.
Leave a comment:
-
The iExplorer plugin doesn't work, it simply says "Plugin <plugin path here\IEXPLORER.APO> is not licensed for re-distribution.
Leave a comment:
-
Sorry it took me a while to fine this when your using it in dev use autoplay.exe but remember just before building it to your apps name exe to change it.
-- On Start Up
PHP Code:Registry.SetValue(HKEY_CURRENT_USER, "SOFTWARE\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_BROWSER_EMULATION", "YOUR APP NAME.exe", "11001", REG_DWORD);
Registry.SetValue(HKEY_CURRENT_USER, "SOFTWARE\\Wow6432Node\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_BROWSER_EMULATION", "YOUR APP NAME.exe", "11001", REG_DWORD);
PHP Code:Registry.DeleteValue(HKEY_CURRENT_USER, "SOFTWARE\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_BROWSER_EMULATION", "YOUR APP NAME.exe");
Registry.DeleteValue(HKEY_CURRENT_USER, "SOFTWARE\\Wow6432Node\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_BROWSER_EMULATION", "YOUR APP NAME.exe");
Leave a comment:
-
There is a few reg files you have to edit to make AMS work with newer windows dlls I don't have that my konachan tool to hand right now, media file where I left the source as it's a dead project for me now is not letting me login at the moment.
Leave a comment:
-
I'll jump in with a suggestion here. Some years back, Mikhail posted a method for getting a Firefox control into AMS7 via Mozilla ActiveX and a Patching Tool. Basically, it converts a regular AMS WebObject from IE based to Firefox based. I have no idea if it works with AMS8. Or whether it's any good even if it does.
But if you'd like to look into it, the thread/post is here: https://forums.indigorose.com/forum/...097#post179097 ... and the links for Mozilla Control and Patching Tool listed there still work.
You should also read this relevant thread:
Having said all that, this post comes with a caveat - this stuff is OLD and likely to be problematic.
Leave a comment:
-
Hi Colc, thank you a lot for the help with plugin. Well, it seems that is no a cure for IE into AMS. There are some tricks but no a final solution to complete update. ( so sad ! ) .
Thank you anyway for help. Will browse around for some unexpected solution.
Leave a comment:
-
-
Hi Bobfern, AMS has always had probs with Internet Explorer as it is rather a very old version embedd into AMS
It causes heaps of errors with js Here's the plugin but it doesn't cure errors
IExplorer.zip
Cheers
Leave a comment:
-
reteset's iExplorer plugin ?
Can someone help me to find Rereset's IExplorer plugin? I am having some trouble with iE ( ams ) when reaching some websites and would like to know if someone can help me with this plugin or an alternative to make iE works better into AMS.
Thank youTags: None
Leave a comment: