I doubt it.
Those scripts just call api from other application and and are not
hardware based.
//###########################################
//# AddMenuItemHDR2
//###########################################
function AddMenuItemHDR2() {
}
AddMenuItemHDR2.prototype.run = function()
{
if ( !this.canRun() )
return false;
MenuElement.create( "menu", company, "-after submenu/Cache",
menuID_menubar );
var hdr2_alertCommand_menubar = MenuElement.create( "command",
hdr2_entry_merging, "at the end of " + menuID_menubar,
hdr2_menuID_menubar_command1 );
hdr2_alertCommand_menubar.onSelect = function( m ) {
if ( ! ( OpenInPhotoshopHDR2( "merge" ) ) ) alert(
hdr2_error_merging );
}
var hdr2_alertCommand2_menubar = MenuElement.create( "command",
hdr2_entry_tonemapping, "at the end of " + menuID_menubar,
hdr2_menuID_menubar_command2 );
hdr2_alertCommand2_menubar.onSelect = function( m ) {
if ( !( OpenInPhotoshopHDR2( "tone" ) ) ) alert(
hdr2_error_tonemapping );
}
return true;
}
AddMenuItemHDR2.prototype.canRun = function() {
if ( BridgeTalk.appName == "bridge" ) {
if ( ( MenuElement.find( menuID_menubar ) ) && (
MenuElement.find( hdr2_menuID_menubar_command1 ) ) && (
MenuElement.find( hdr2_menuID_menubar_command2 ) ) ) {
return false;
}
return true;
}
return false;
}
if ( typeof( AddMenuItemHDR2_unitTest ) == "undefined" ) {
new AddMenuItemHDR2().run();
}
Worth checking though.
Might be worth also having him check to see if there is a update for his
wifi interface.
jbm007 v.poth
- Wifi drivers have been rolled back, uninstalled, reinstalled and also updated with Windows versions and when that did nothing, the original vendor versions - did nothing to help also.
- There are no startup scripts running - all disabled.
- There no VPNs installed on the machine
To get me functional again I'm now running XnView. It works well, and, with GhostView installed I can view and launch .ai files, and use ftp without closing the app, which has been my main concern about Bridge crashing out the wifi.
In a month or two when I have the house wiring and cabling upgraded I'm going to just run from an ethernet cable and go back to Bridge (if XnView works out long term I may not have to).
Thanks for looking into it all - much appreciated.