i am using windows xp sp2 with Firefox 2.0.0.4
i don't test it by myself on Linux,
but i send my extension to some one else and he tested it on Knoppix Linux
with Firefox 2.0.0.4
he doesn't report any error message , it seems that replace doesn't occur so
original status text was shown!

On 7/12/07, Ezequiel Calderara <[EMAIL PROTECTED]> wrote:

what do you mean with "it doesn't work on Linux platform "?? do you have
an error code? an error message?

which version of the application are you running in each platform??

On 7/12/07, joe ertaba <[EMAIL PROTECTED]> wrote:
>
> i have used code below to replace my text in statusbar :
>             if(nsBrowserStatusHandler)
>             {
>             //change original toString function with myFunction
>                 
eval("nsBrowserStatusHandler.prototype.setOverLink="+nsBrowserStatusHandler.prototype.setOverLink.toString().replace(
>                 'link;', 'MyFunction();'));
>             }
>
> it works correctly in windows platform but it doesn't work on Linux
> platform
> any body know why?
>
> On 7/3/07, Neil < [EMAIL PROTECTED]> wrote:
> >
> > joe ertaba wrote:
> >
> > > i am going to monitor links in a web page.
> > >
> > > i am using this command:
> > > window.addEventListener("mouseover", MyFunction, false);
> >
> > Try using ..., true); this means that you get to notice the mouseovers
> >
> > before anyone else.
> > _______________________________________________
> > Project_owners mailing list
> > [email protected]
> > http://mozdev.org/mailman/listinfo/project_owners
> >
>
>
> _______________________________________________
> Project_owners mailing list
> [email protected]
> http://mozdev.org/mailman/listinfo/project_owners
>
>


--
______
Ezequiel.

Http://www.ironicnet.com

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners


_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to