[Proto-Scripty] Re: Builder.js not loading?

2009-02-12 Thread Andrew
Thank you very much for the help, as well as the compliment! :-p --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Re: Does Prototype have a future?

2008-09-27 Thread Andrew Dupont
these things should be structured. In other words, I we should make Prototype as simple as possible given the design choices we've made. But we shouldn't try to out-jQuery jQuery. Cheers, Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Proto-Scripty] windows mobile 6 supported?

2008-10-02 Thread andrew zuercher
Crazy question I know, but is windows mobile supported by prototype as a browser? I just tried loading 1.6.0.3 in an emulator and it failed somewhere between lines 288 and 803 on load... --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Proto-Scripty] Re: event.observer oncontextmenu

2008-10-03 Thread Andrew Dupont
You want to call event.preventDefault() in your handler. This prevents the default action (showing the context menu, in this case) from happening. Cheers, Andrew On Oct 3, 1:20 am, Maikel Punie [EMAIL PROTECTED] wrote: hmm, it seems that i was not verry clear in the explenation if i use

[Proto-Scripty] Re: fixed position with Javascript

2008-10-07 Thread Andrew Dupont
would approach this in similar ways.) Cheers, Andrew function makeFixed(element) { element = $(element); // Make sure that the element's offset parent is the document itself; // i.e., that it has no non-statically-positioned parents element.setStyle({ position: absolute }); function

[Proto-Scripty] Re: Unoffiicial Prototype script.aculo.us wiki

2008-10-22 Thread Andrew Kaspick
A little late to this thread and maybe I missed something somewhere, so please ignore me if I have, but without core support (or at least mention of resources like this from the core prototype site) people won't find these resources. It took me long enough to find scripteka back in the day

[Proto-Scripty] Builder.js not loading?

2009-02-12 Thread Andrew Albrechtsen
, it was working fine for a while. I even updated to the latest version of Prototype Scriptaculous... -Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send

[Proto-Scripty] Re: draggable onEnd not executing in Safari

2009-02-23 Thread Andrew Szerdahelyi
i cant believe this.. Uncommenting the console.debug() calls inside the onEnd handler resolved the problem. s rgrds andrew 2009/2/23 andras andras.szerdahe...@gmail.com Can anyone help me file a bug report about this with webkit? Could this have anything to do with the safari image drag

[Proto-Scripty] Effect.Morph query

2009-07-28 Thread Andrew Dodd
Hi I page with multiple elements each of which are highlighted (individually) onclick. I would like the morph effect to be removed from the previous element when a new one is clicked (highlighted). I won't know what the id of the previous element was though, is there a way to achieve this?

[Proto-Scripty] Re: Effect.Morph query

2009-07-30 Thread Andrew Dodd
Daykin daykina...@gmail.com wrote: Why don't you use an array to store all of the elements that have been clicked and treat it like a queue? -- From: Andrew Dodd a...@slicethepie.com Sent: Tuesday, July 28, 2009 7:02 AM To: Prototype

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
webmas...@thecarmarketplace.com wrote: A couple of things i would do. First i would remove the onlick and assign the elements a classname something like this will work http://pastie.org/565060 HTH Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From: Andrew

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
- Original Message - From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday, July 31, 2009 9:54 AM Subject: [Proto-Scripty] Re: Effect.Morph query Hi Thanks for the help, I tried the above in  a clean page but I can't

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
onclick! Anything else just let me/the group know Regards Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday, July 31, 2009 10:59 AM Subject: [Proto

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
- From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday, July 31, 2009 12:13 PM Subject: [Proto-Scripty] Re: Effect.Morph query I do have another question. The list of elements is loaded with ajax, I think

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
above You will want to check it and replace your code with it if you are happy. Regards Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
above You will want to check it and replace your code with it if you are happy. Regards Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
- From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday, July 31, 2009 2:26 PM Subject: [Proto-Scripty] Re: Effect.Morph query Wicked. I've edited it and think it's ok. the params are being passed as null though. Here is your

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
- Original Message - From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday, July 31, 2009 2:41 PM Subject: [Proto-Scripty] Re: Effect.Morph query The values are taken from a few diferrent places but Melody, Rating

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
. Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday, July 31, 2009 4:04 PM Subject: [Proto-Scripty] Re: Effect.Morph query No need to apologise

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
Sorry, it's initMorphing(); (my turn for a typo) and that highlights the row but the previous selction doesn't turn off. Cheers Andy On Jul 31, 4:19 pm, Andrew Dodd a...@slicethepie.com wrote: Changed tr class=$class id=\$row[TrackID]\ to tr class=\$class\ id=\$row[TrackID]\ but it still

[Proto-Scripty] Re: Effect.Morph query

2009-07-31 Thread Andrew Dodd
://www.thevacancymarket.com - Original Message - From: Andrew Dodd a...@slicethepie.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Friday, July 31, 2009 4:19 PM Subject: [Proto-Scripty] Re: Effect.Morph query Changed tr class=$class id=\$row[TrackID]\ to tr class

[Proto-Scripty] Re: HTTP OPTION REQUEST with FireFox 3.5

2009-08-06 Thread Andrew Dupont
Omar, can you try rewriting this code to use the native XmlHttpRequest API? If that version works, then the problem definitely lies with Prototype, and I'll open a bug for this. Cheers, Andrew On Aug 5, 4:30 pm, 0m4r omar.adob...@gmail.com wrote: Hi All, I have a strange behavior with a pice

[Proto-Scripty] Re: Prototype: getStyle of document element throws exception

2009-09-01 Thread Andrew Weiland
This seems to be a known issue. There's a fix noted here: https://prototype.lighthouseapp.com/projects/8886/tickets/771-cloneposition-produces-js-error-in-ie-7-p-161_rc3 On Aug 11, 11:29 am, fda dar...@gmx.it wrote: Hi, we are using Prototype 1.6.0.3 in combination with Gabriel Lanzani

Re: [Proto-Scripty] Re: Can't load google maps

2011-05-08 Thread Andrew Niles
into the api's (well that was the sort of errors that cause this sort of thing for me.) Regards. -- andrew 'daff' niles | spidertracks | 117A The Square po box 5203 | palmerston north 4441 | new zealand P: +64-6-353-3395 | M: +64-21-515-548 E: d...@spidertracks.com www.spidertracks.com

[Proto-Scripty] Re: Prototype DOM-traversal methods failing on HTML5 elements in IE 9 using html5shiv

2011-07-01 Thread Andrew Dupont
Yeah, I can confirm we'll update to the latest version of Sizzle before we 1.7.0.1 (which is a soon-ish release). Cheers, Andrew On Jun 30, 8:03 pm, Jonny Nott jonn...@gmail.com wrote: So, any news on Prototype 1.7.0.1, 1.7.1 or 1.8? Assuming it'll have the latest sizzlejs included? -- You

[Proto-Scripty] Sortable list bug.

2011-07-25 Thread Andrew Senner
I have a script that creates sortable lists on the fly embedded in a cakephp helper. I'm running across an issue when creating a second sortable list. Everything works perfectly on the first call to 'Sortable.create()', and everything works perfectly on the second call as well.. except: When

[Proto-Scripty] Re: Sortable list bug.

2011-07-25 Thread Andrew Senner
tagreg...@gmail.com wrote: For problems like this, a minimal example page also helps. Of course, I'm a bit selfish in asking for one, as I find that often when trying to create a minimal reproducible case I find the problem in my own code ... =) TAG On Jul 25, 12:10 pm, Andrew Senner

[Proto-Scripty] Re: Sortable list bug.

2011-07-25 Thread Andrew Senner
-scriptBlock(createSortables(\ . $name . \, . $id . , \ . $path . \, \ . $action . \);)); } } On Jul 25, 1:56 pm, Andrew Senner drewdiddy...@gmail.com wrote: BTW, I know sortables are kind of flaky with tables.  But using tbodytr seems to work.  Normally I would stick with divide, but as im

[Proto-Scripty] Re: Sortable list bug.

2011-07-25 Thread Andrew Senner
. \);)); } } On Jul 25, 1:56 pm, Andrew Senner drewdiddy...@gmail.com wrote: BTW, I know sortables are kind of flaky with tables.  But using tbodytr seems to work.  Normally I would stick with divide, but as im just implementing this feature to a work in progress, I can't edit the base code

[Proto-Scripty] Re: Sortable list bug.

2011-07-25 Thread Andrew Senner
example page also helps. Of course, I'm a bit selfish in asking for one, as I find that often when trying to create a minimal reproducible case I find the problem in my own code ... =) TAG On Jul 25, 12:10 pm, Andrew Senner drewdiddy...@gmail.com wrote: I have a script that creates

[Proto-Scripty] Re: Prototype's evolution

2011-08-22 Thread Andrew Dupont
Thanks for the input, guys. *Lots* of interesting stuff to read in this thread, and I'm gonna try to ruminate on all of it and respond at the end of the day with something long and thoughtful of my own. Cheers, Andrew On Jul 13, 9:36 am, Cantrelle Vincent vcantre...@gmail.com wrote: Dear all

[Proto-Scripty] Re: Prototype's evolution

2011-08-22 Thread Andrew Dupont
(@andrewdupont), GitHub (savetheclocktower), or at this very e- mail address. Cheers, Andrew [1] http://www.quora.com/What-must-Prototype-JS-do-to-become-the-library-of-choice -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post

[Proto-Scripty] Re: Prototype's evolution

2011-09-01 Thread Andrew Dupont
On Aug 25, 3:50 am, Victor vkhomyac...@gmail.com wrote: Hello Andrew! Great to see that someone from developers still reading this list. You didn't cleared the situation about lighthouse bug tracker and code patches. Will someone somehow react to the bug messages, questions about code

[Proto-Scripty] Re: Prototype's evolution

2011-09-01 Thread Andrew Dupont
I'm sorry, Victor. I'll make sure these get addressed before the next release. Cheers, Andrew On Sep 1, 2:10 am, Victor vkhomyac...@gmail.com wrote: Fine. Here is a list of my Prototype tickets (not counting tickets for Prototype documentation): 1269https://prototype.lighthouseapp.com

[Proto-Scripty] Re: Prototype's evolution

2011-10-07 Thread Andrew Dupont
(Dammit, I've got to set up an alert for this thread so new messages don't fall through the cracks. Sorry for the late reply, guys.) On Sep 2, 9:10 pm, Phil Petree phil.pet...@gmail.com wrote: What I read in to this is that Andrew has said he is not planning on ceasing development anytime soon

[Proto-Scripty] Re: Is it posible multiple Inheritance?

2011-10-19 Thread Andrew Dupont
Sadly, no. You can mixin any number of objects (like Enumerable), but only one class. On Oct 13, 11:05 am, buda www...@pochta.ru wrote: I need to create class which is inhereted from enumerable module, sortable class and observable class Is it possible in one operation call? -- You received

[Proto-Scripty] Re: Stopping events using Prototype 1.6.1 in IE9 / how compatible is Prototype 1.7 with 1.6.1?

2011-10-19 Thread Andrew Dupont
IE 9 makes major changes to the event system. We had to rewrite the event code in 1.7 to support it. You can either (a) upgrade to 1.7; (b) force your site into compatibility mode [1]. I highly recommend option A. If it's not a seamless upgrade, option B is there as a last resort. Cheers, Andrew

[Proto-Scripty] Re: IE8 compatibility

2009-03-21 Thread Completely Free Dating - Andrew
== className)) name='class'; value = attributes[attr]; ... This seems to fix the problem and I have tested in IE7, IE8, FF3, Opera 9.5, Safari 3 and Chrome 2.0 (all on Windows) and it appears to have no other side effects. Kinds regards, Andrew Completely Free Dating www.completelyfreedating.co.uk