[Proto-Scripty] Re: Conflict between dojo and prototype js

2009-10-02 Thread Siddhartha Banik


The error I am seeing :

Error: this._subscriptions[_f][sub] has no properties from dojo.js

Thanks
Siddhartha

On Oct 1, 10:20 pm, Siddhartha Banik siddhartha.ba...@gmail.com
wrote:
 Hi,
 using prototype.js [version 1.6.0.3] for AJAX requests. Now to develop
 a chat application [bayeux protocol based], I need to use dojo version
 1.2.0.

 Is there any way I can resolve the namespace issue, due to which dojo
 is not working correctly?
 If I remove prototype.js , the chat functionality works well.

 Thanks
 Siddhartha
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Conflict between dojo and prototype js

2009-10-01 Thread Siddhartha Banik

Hi,
using prototype.js [version 1.6.0.3] for AJAX requests. Now to develop
a chat application [bayeux protocol based], I need to use dojo version
1.2.0.

Is there any way I can resolve the namespace issue, due to which dojo
is not working correctly?
If I remove prototype.js , the chat functionality works well.

Thanks
Siddhartha
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Ajax.Updater in Mozilla 1.6

2009-07-04 Thread Siddhartha Banik


Hi,

I am using Ajax.Updater with : onFailure, onSuccess and onComplete
callback methods. In onSuccess method, I am checking for
transport.status value. That value is returned as 0 if connection with
server is lost. So appropriately I am showing connection lost message.

Now the problem I am facing is, In Mozilla 1.6, if connection with
server is lost none of the callback methods are called. The Ajax call
just gets struck.

I am using Prototype JavaScript framework, version 1.6.0.2

Any help is appreciated.

Thanks
Siddhartha


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Ajax.Updater in Mozilla 1.6

2009-07-04 Thread Siddhartha Banik


Yes, I am talking about Mozilla Suite v1.6 only. Agreed 1.6 is old
enough, but the application we are building.. need to support our
existing customers[Healthcare Domain].. many are using Mozilla 1.6.
Considering complexities involved with upgrading all of them, we have
preferred to make our application instead compatible with = Mozilla
1.6.

The Ajax features we are using from Prototype.js is working well with
Mozilla 1.6 also... except that connection lost one. Appreciate, if
you can provide any direction to solve this problem.

Thanks
Siddhartha

On Jul 4, 4:22 pm, T.J. Crowder t...@crowdersoftware.com wrote:
 Hi,

  Now the problem I am facing is, In Mozilla 1.6...

 Mozilla 1.6?  Apologies if I have the wrong end of the stick, but do
 you mean v1.6 of the Mozilla Suite?  That was obsoleted (by v1.7) more
 than five years ago, and the project has been completely discontinued,
 with the last release being more than three years ago.  Mozilla 1.7
 has a total browser market share of about 0.07%[1].

 [1]http://marketshare.hitslink.com/browser-market-share.aspx?qprid=2qpm...

 I wouldn't count on Prototype 1.6 playing well with anything that
 outdated -- well, except IE6 that is (and not that much longer) ;-).

 FWIW, and again, apologies if I've just completely misunderstood.
 --
 T.J. Crowder
 tj / crowder software / com
 Independent Software Engineer, consulting services available

 On Jul 4, 11:27 am, Siddhartha Banik siddhartha.ba...@gmail.com
 wrote:



  Hi,

  I am using Ajax.Updater with : onFailure, onSuccess and onComplete
  callback methods. In onSuccess method, I am checking for
  transport.status value. That value is returned as 0 if connection with
  server is lost. So appropriately I am showing connection lost message.

  Now the problem I am facing is, In Mozilla 1.6, if connection with
  server is lost none of the callback methods are called. The Ajax call
  just gets struck.

  I am using Prototype JavaScript framework, version 1.6.0.2

  Any help is appreciated.

  Thanks
  Siddhartha
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Ajax.Updater in Mozilla 1.6

2009-07-04 Thread Siddhartha Banik


One more addition to above: Prototype.js is working well with Mozilla
1.7


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---