[Proto-Scripty] Action on innerHTML and bindAsEventListener doesn't work anymore

2008-11-05 Thread jak0lantash
Hi everybody. I have some difficulties with bindAsEventListener. I'm working on a little module system (like in netvibes, but simpler). In the page, there are two div, kind of module, one on top, one on bottom. With a button, I switch the both div. 1) To switch, I use - and I think the problem i

[Proto-Scripty] Re: IE6 -- No change of cursor while moving an image

2008-11-05 Thread jak0lantash
What do you wanna say by "while my JavaScript is running, the mouse cursor changes evertime" ??? When, why, in which way ? On 3 nov, 17:24, Fernando <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I got a strange situation: in IE6, while my JavaScript is running, the > mouse cursor changes evertim

[Proto-Scripty] Re: Action on innerHTML and bindAsEventListener doesn't work anymore

2008-11-06 Thread jak0lantash
Hi, Thank you for your respons. Yes I know this possibility. I though about it, but I can not use it... and I don't think the bind problem will be fix in that way ;) Because, if in your example, if I take the module-0 code and put it down between the 1 and 2. The binds will be broken too, aren't

[Proto-Scripty] Re: Action on innerHTML and bindAsEventListener doesn't work anymore

2008-11-06 Thread jak0lantash
, > then re-hook them afterward. Note that when re-hooking them, you have > to give the browser a moment to process them using Function.defer or > some such; details on the unofficial > wiki:http://proto-scripty.wikidot.com/prototype:tip-scripting-dynamically-... > > But much eas

[Proto-Scripty] Re: Action on innerHTML and bindAsEventListener doesn't work anymore

2008-11-06 Thread jak0lantash
Just a little question : Can I do in the same way like before, and just replace the innerHTML code with a kind of thing like next and insert ? Like an insert into a div ? On 6 nov, 17:26, jak0lantash <[EMAIL PROTECTED]> wrote: > Hi, > > You're right !!! > It works fine..

[Proto-Scripty] Re: Action on innerHTML and bindAsEventListener doesn't work anymore

2008-11-06 Thread jak0lantash
Anyway, do you have a solution do that please ?? One Two Then Two One ??? Or maybe One Two Then Two One ...??? Please On 6 nov, 17:43, jak0lantash <[EMAIL PROTECTED]> wrote: > Just a little question : Can I do in the same way like before, and > just replace the innerHTML

[Proto-Scripty] Re: Action on innerHTML and bindAsEventListener doesn't work anymore

2008-11-06 Thread jak0lantash
OK in this way, it's working well !! http://www.letroquet.eu/tests/module_inverse.html Thank you so much. See ya On 6 nov, 19:09, jak0lantash <[EMAIL PROTECTED]> wrote: > Anyway, do you have a solution do that please ?? > > One > Two > > Then > > Two >