4 messages in com.googlegroups.google-desktop-developerRe: [Google-Desktop-Deve Re: About Ja...
FromSent OnAttachments
Nitin Sharma27 Jul 2007 10:22 
Bijoy Thangaraj [API Guru]27 Jul 2007 10:34 
Teo [API Guru]27 Jul 2007 11:51 
Nitin Sharma27 Jul 2007 12:53 
Subject:Re: [Google-Desktop-Deve Re: About Javascript error!
From:Nitin Sharma (niti@gmail.com)
Date:07/27/2007 12:53:59 PM
List:com.googlegroups.google-desktop-developer

True!

I get the error and the page opens.

Anyway, for the timebeing, i've disabled the JSerrors at firefox ( my default browser ) . Will test it later and let know if it works with two of the ideas above.

Your comments are much Appreciated.

On 7/27/07, Teo [API Guru] <teom@gmail.com> wrote:

Hi,

are you saying that you get the error and nothing else happens? or that you get the error and the page is opened? If your case is the second, you can try by putting everything in a try{...}catch(err){}

This happened to me too lately (don't know why, it used to work) and a try clause was the only thing that worked.

Teo.

On Jul 27, 8:23 pm, "Nitin Sharma" <niti@gmail.com> wrote:

I tried as was in the knowledge base of intuitive user interface, tips and tricks to add up a new menu item. eg: menu.AddItem(.....,) { new ActiveXObject("WScript.Shell").Run(" http://www.website.com"); } ;

It gave me the error : on the same line with description " . "

I changed the code as such, still the same error!

var WshShell = new ActiveXObject("WScript.Shell"); WshShell.Run("http://www.website.com"); WshShell.Quit;

Any ideas ? Faced sth like this before ?

Thanks