[Proto-Scripty] Re: Dragging in script.aculo.us, intermittant sticking

2009-01-07 Thread Eric
to eventually do with the problem I am experiencing. Eric On Jan 7, 6:28 am, Wyerarch wyera...@gmail.com wrote: Hi All, I wondered whether anyone had experienced anything similar to this? When I am dragging an item, sometimes the draggable sticks to the mouse, and you have to click again to let it go

[Proto-Scripty] Effect.Highlight corrupts the element background-color

2008-11-28 Thread Yves-Eric
) { effectObject.element.style.backgroundColor = ; }}); PS: I guess this is related to bug the following bug: http://prototype.lighthouseapp.com/projects/8887/tickets/11-remove-inline-style-on-element-when-effect-highlight-finishes -- Yves-Eric --~--~-~--~~~---~--~~ You received this message

[Proto-Scripty] Re: how to optimize?

2008-10-23 Thread Eric
have a very marginal impact when the library is loaded. What do you think? Eric NB: This is an untested example, but I am pretty confident it can be tweaked until it actually works :o) --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Proto-Scripty] Re: Safe hiding of a DOM element

2008-10-20 Thread Eric
did thought to the same kind of solution using $ ('pleaseWait','xx').invoke(hide) ('xx' being a non-existing id) but I do prefer Justin's. Eric -justin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype

[Proto-Scripty] Re: Scriptaculous - Sound.play problem

2008-10-09 Thread Eric
) ? IIRC, there is an attribute or a methode for doing this in the Response object. Eric --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Re: Script.aculo.us 2

2008-10-09 Thread Eric
it... What would you do in my shoes? Eric On Oct 5, 3:46 pm, Christophe Porteneuve [EMAIL PROTECTED] wrote: Baglan a écrit : Does that mean that Script.aculo.us 2 is in works? 'course it is :-)  Check out:        http://github.com/madrobby/scripty2 Coming up soon: finalization of the brand-new

[Proto-Scripty] Re: xml vs json

2008-09-30 Thread Eric
string will contain the new version of your object including all changes you made. Eric --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Re: Adding unique ID to AJAX request / response objects

2008-09-24 Thread Eric
to yor AJAX URL. Something like using myajax.php?ID=+Date.now() So all your URL will be different, and your current solution will work fine. Of course, if you want to use this issue to learn more about extending classes, you may use a more complex approach :o) Eric

[Proto-Scripty] Re: Casting objects into Number

2008-09-16 Thread Eric
-to-find bugs :o) Eric --~--~-~--~~~---~--~~ 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

<    1   2