Can you please update to the newer version of Ajax.NET Professional?
As I can remember there was a conflict because both are using several
prototype functions. You can download the latest DLL at
http://www.ajaxpro.info/.

Regards,
Michael



On 5/4/06, coderskunk <[EMAIL PROTECTED]> wrote:
>
> Not sure if this is the correct place to post, but I'm having an issue
> that only occurs when I enable AjaxPro in my project--and it only
> occurs in IE. I currently running AjaxPro2.dll v6.5.4.2 (beta).
>
> My issue is that I'm simply using the scripts from
> http://script.aculo.us to drag an object. As I click on the object I
> want to drag, I get "Object doesn't support this property or method."
> The IE debugger points me to the line below in the effects.js file.
>
> Strangely though, it works OK in Firefox and it also works if I disable
> AjaxPro. I noticed with the latest update to AjaxPro there was an issue
> relating to the Object.extend. Could my problem be related to this?
>
> Effect.Opacity = Class.create();
> Object.extend(Object.extend(Effect.Opacity.prototype,
> Effect.Base.prototype), {
>  initialize: function(element) {
>    this.element = $(element);
>    // make this work on IE on elements without 'layout'
>    if(/MSIE/.test(navigator.userAgent) && (!this.element.hasLayout))
> **** ERROR ***** ----->      this.element.setStyle({zoom: 1});
>    var options = Object.extend({
>      from: this.element.getOpacity() || 0.0,
>      to:   1.0
>    }, arguments[1] || {});
>    this.start(options);
>  },
>  update: function(position) {
>    this.element.setOpacity(position);
>  }
> });
>
>
> >
>


-- 
Best regards | Schöne Grüße
Michael

Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer

http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/
mailto:[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to