[Prototype-core] Re: Form not available as singleton.

2007-04-19 Thread Thomas Fuchs
Yeah, the class methos are ass. :) Am 19.04.2007 um 11:57 schrieb Mislav Marohnić: > On 4/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This does not work! > > You got it all wrong. It should be > > Form.reset('h') > > because "Form" is not a function, it is a namespace. It hol

[Prototype-core] Re: Event.observe and .stopObserving

2007-04-19 Thread Ryan Gahl
LOL. Guess a dumb question deserves that kind of response :-0 On 4/19/07, Mislav Marohnić <[EMAIL PROTECTED]> wrote: > > On 4/19/07, Ryan Gahl <[EMAIL PROTECTED]> wrote: > > > > Mislav... there will still be the ability to remove only a single > > listener right? > > > No! We turned evil and decid

[Prototype-core] Re: Event.observe and .stopObserving

2007-04-19 Thread Mislav Marohnić
On 4/19/07, Ryan Gahl <[EMAIL PROTECTED]> wrote: > > Mislav... there will still be the ability to remove only a single listener > right? No! We turned evil and decided to break every app out there! :)) Of course backwards compatibility is there. You will need the reference to the handler (as alw

[Prototype-core] Re: Event.observe and .stopObserving

2007-04-19 Thread Ryan Gahl
Mislav... there will still be the ability to remove only a single listener right? On 4/19/07, Gareth Evans <[EMAIL PROTECTED]> wrote: > > Ooohhh nice. > > On 4/19/07, Mislav Marohnić <[EMAIL PROTECTED]> wrote: > > > > On 4/19/07, Ryan Gahl < [EMAIL PROTECTED]> wrote: > > > > > > > > > It's not bro

[Prototype-core] Re: Form not available as singleton.

2007-04-19 Thread Mislav Marohnić
On 4/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > This does not work! > You got it all wrong. It should be Form.reset('h') because "Form" is not a function, it is a namespace. It holds methods that can be invoked ass class methods, resembling a singleton pattern. --~--~

[Prototype-core] My IE6/IE7 cannot run AJAX Prototype well

2007-04-19 Thread [EMAIL PROTECTED]
Dear sir/madam I am very happy to use ajax with free license since Dec 2006. But now I have some problems in using ajax loading PHP page only in IE7 and IE6. The problem (close IE suddenly or show the error diag box) always happen if every page include . --~--~-~--~~~

[Prototype-core] AJAX Prototype doesn't support IE6/IE7

2007-04-19 Thread [EMAIL PROTECTED]
Dear sir/madam I am very happy to use ajax with free license since Dec 2006. But now I have some problems in using ajax loading PHP page only in IE7 and IE6. The problem (close IE suddenly or show the error diag box) always happen if every page include . --~--~-~--~~~---

[Prototype-core] AJAX Prototype

2007-04-19 Thread [EMAIL PROTECTED]
Dear sir/madam I am very happy to use ajax with free license since Dec 2006. But now I have some problems in using ajax loading PHP page only in IE7 and IE6. The problem (close IE suddenly or show the error diag box) always happen if every page include . --~--~-~--~~~

[Prototype-core] Form not available as singleton.

2007-04-19 Thread [EMAIL PROTECTED]
Hi, The *Form* is not working as a singleton with the svn version of 19-april-2007 9 AM GMT. Example below ilustrates the bug (it is bug right?). Thanks a lot for the great software. Cheers, Zac {{{ Click any button to reset the form. This works This d