[Proto-Scripty] Missing onUpdateComplete callback in Ajax.PeriodicalUpdater

2010-05-31 Thread Lemmi
. But for now you can use it this way. Best regards, Lemmi -- 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-scriptacul...@googlegroups.com. To unsubscribe from this group, send email

[Proto-Scripty] Re: drag and drop on the iphone

2010-06-02 Thread Lemmi
Great list, thanks for that! Seems to be more exhaustive then other lists I've seen so far. On 1 Jun., 19:06, Eric lefauv...@gmail.com wrote: Hi, iPhone and friends use dedicated event like touchstart, touchend, touchmove and touchcancel (those 4 ones seems to do what you're looking for and

[Proto-Scripty] Re: how to get started

2010-06-02 Thread Lemmi
This depends on your skill with JavaScript. What do you know about it? Especially the API of Prototype (http://api.prototypejs.org/) is a great and easy way to find functionality, which can simplify your life. On 1 Jun., 07:35, ankit.it09 ankit.i...@gmail.com wrote: Hi All, I am newbie to

[Proto-Scripty] Re: how to get started

2010-06-02 Thread Lemmi
i like to work on this framework, that's why i asked from where i get started How can i make this prototype helpful for me makes my work more simpler. Thanks Regards: Ankit Jain On Jun 2, 11:12 am, Lemmi l...@vipixel.de wrote: This depends on your skill with JavaScript. What do you

[Proto-Scripty] Re: prototype(js) docs

2010-06-04 Thread Lemmi
I like both versions. But I think the new API can be much faster when you want to find specific informations. Apart from that the new API is up-to-date. (For example: http://api.prototypejs.org/dom/element/on/) On 3 Jun., 18:51, Miguel Beltran R. yourpa...@gmail.com wrote: 2010/6/2 davidenke

[Proto-Scripty] Re: Extending the Array object

2010-06-04 Thread Lemmi
What do you want to do with your code? I don't understand it? I think you misunderstand the idea of Prototypes $super argument in a class. Look to the following: http://prototypejs.org/learn/class-inheritance Which version of prototype do you? On 4 Jun., 08:43, 0m4r omar.adob...@gmail.com wrote:

[Proto-Scripty] Re: .innerHTML Undefined form name error

2010-07-13 Thread Lemmi
On Jul 13, 11:28 am, Richard Quadling rquadl...@gmail.com wrote: ? http://groups.google.com/group/prototype-scriptaculous/post On Jul 13, 11:10 am, ColinFine colin.f...@pace.com wrote: We cannot possibly tell what is the problem unless you give us at least a little bit of your code. Maybe