[mochikit] removeFromCallStack

2006-01-05 Thread jojo
I'm currently converting lots of code that uses prototype.js to MochiKit usage for obvious reaons :-) I use MochiKit.DOM.addToCallStack() instead of prototype's Event.observe() to connect event handlers. In some places I used prototype's Event.stopObserving() to remove an event handler, so I

[mochikit] Re: removeFromCallStack

2006-01-05 Thread Kevin Dangoor
On 1/5/06, jojo [EMAIL PROTECTED] wrote: I'm currently converting lots of code that uses prototype.js to MochiKit usage for obvious reaons :-) You aren't perchance, converting any of Script.aculo.us, are you? I've still been hoping that someone would do that... Kevin

[mochikit] Re: removeFromCallStack

2006-01-05 Thread jojo
I was using dragdrop and the AJAX autocompleter from Scriptaculous, but it didn't really fit my needs (some features were lacking and on the other hand it was sometimes too featureful). So I ended up in copypaste coding from Scriptaculous and Dojo. In the end I had my (simplified) dd and

[mochikit] Re: adress div in a different frame

2006-01-05 Thread Bob Ippolito
On Jan 4, 2006, at 11:51 PM, Matthias Teege wrote: because of a bug in IE I rebuild my current app. How do I address a placeholder in another frame? replaceChildNodes(preview , image); and replaceChildNodes(framemain.preview , image); This should work, in svn: