[Proto-Scripty] Re: selectors failing in IE8FF3

2009-07-24 Thread Daniel Rubin
ColinFine wrote: On Jul 21, 1:52 pm, Alex McAuley webmas...@thecarmarketplace.com wrote: Each to their own, everyone has their own coding practices and concepts. Indeed. I'm not about to start using '.' or ':' in ID's myself. Well... You have no idea how grateful I am you guys discussed

[Proto-Scripty] Re: selectors failing in IE8FF3

2009-07-24 Thread Mona Remlawi
most welcome, glad to know that someone else out there is using dots in ids ;-) cheers -- mona On Fri, Jul 24, 2009 at 11:20 AM, Daniel Rubindru...@dimedis.de wrote: ColinFine wrote: On Jul 21, 1:52 pm, Alex McAuley webmas...@thecarmarketplace.com wrote: Each to their own, everyone has

[Proto-Scripty] Re: Masked Input in Prototype

2009-07-24 Thread Richard Quadling
2009/7/23 Matt Foster mattfoste...@gmail.com: You must further define your idea of masked input http://www.google.com/search?q=define%3A+masked+inputie=utf-8oe=utf-8aq=trls=org.mozilla:en-US:officialclient=firefox-a On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote: Anyone know a masked

[Proto-Scripty] Re: IE8 invalid argument line 4501

2009-07-24 Thread ColinFine
On Jul 23, 12:28 pm, Jeff jtaylor...@gmail.com wrote: We've having this exact error with IE8 and it's always related to developers using element IDs that begin with non-Alpha characters. Doing something like adding and underscore to the id fixes the problem. Note that an underscore is not

[Proto-Scripty] Re: get controls array

2009-07-24 Thread ColinFine
On Jul 24, 1:02 am, diegoturriaga diegoturri...@gmail.com wrote: Well... first that all thanks for your reply! I'm trying to use a multidemensional javascript array... various arrays of input controls of type checkbox I have 10 controls with name myarray[1][] other 10 controls with name

[Proto-Scripty] Which parameters are affected by Effect.Move()

2009-07-24 Thread tej
Hi, I have a project where I have 3 DIVs one on top of another and I have 3 anchors to show the contents of each DIV. if I click show 1 then divs 2 and 3 move to show div 1's content now if i click show 2 divs 2 and 3 move back to original position and followed by moving div 3 to show div2

[Proto-Scripty] drag between sortables - how to pass sortable id to db

2009-07-24 Thread johnb
I have a small app using sortables where you can re-order within them but also drag them between different sortables, saving both position within and which sortable they are in to a db. My problem: getting the order within each sortable is passing ok but I can't find the way to get the id of the

[Proto-Scripty] Re: compatibility prototype_scriptaculos et mootools

2009-07-24 Thread Richard Quadling
2009/7/23 lvdesign mail...@lvdesign.com.fr: Thanks for the messsage and you know what?  i am very happy to know that! (sic) but where i can find an clever library with sound.js? i must created it? bye, bye and merci encore. On Jul 23, 8:29 pm, Tobie Langel tobie.lan...@gmail.com wrote:

[Proto-Scripty] Re: drag between sortables - how to pass sortable id to db

2009-07-24 Thread DJ Mangus
you could probably just add the id to the params object directly before you pass it to the Ajax.Request On Thu, Jul 23, 2009 at 12:13 PM, johnb jbcen...@gmail.com wrote: I have a small app using sortables where you can re-order within them but also drag them between different sortables,

[Proto-Scripty] Re: Which parameters are affected by Effect.Move()

2009-07-24 Thread DJ Mangus
If you know the original values of x and y you shouldn't have to know the current value to use effect.Move if you use mode: 'absolute' unless I am misunderstanding what you are trying to do, can you explain in a little bit more detail? (an example would be nice) On Thu, Jul 23, 2009 at 11:20

[Proto-Scripty] Re: Need help for performantly creating tooltips

2009-07-24 Thread klochner
What about css tool tips with onmouseover/anchors? On Jul 23, 12:21 am, Chris c...@clicksports.de wrote: Hi all! @Trevan: Thank you for this information, I am going to look if I need to tweak that function or if I leave it alone. @Matt: As stated in my mail from 22 Jul., 12:07, this is

[Proto-Scripty] Re: compatibility prototype_scriptaculos et mootools

2009-07-24 Thread lvdesign
Thanks Richard for this proposition but i knew it and it's a very good solution. But i search a no_flash solution, only .js and the prototype function sound is apparently the only one. Merci, cordialement. On Jul 24, 3:30 pm, Richard Quadling rquadl...@googlemail.com wrote: 2009/7/23

[Proto-Scripty] Is there a standard Ajax Event ?

2009-07-24 Thread Joachim H. Skeie
Hello, I would like to be able to execute code whenever an ajax event is triggered. The reason for this, is that I need to know that the DOM is finished loading when I first execute the code. I have my code inside the document.observe('dom:loaded'... I would also llike to be able to execute

[Proto-Scripty] IE autocompleter out of place. Firefox works ok.

2009-07-24 Thread ror-dev244
Hi, I'm using prototype 1.6 and scriptaculous 1.8.2 on top of my Ruby on Rails app. I'm using Autocompleter.local and it works great for Firefox 3.0.12 but when I use IE8 to see it, the suggestion box is out of place. See screenshot links below IE8 (broken) http://tinypic.com/r/11t51tz/3 ff3

[Proto-Scripty] Re: Is there a standard Ajax Event ?

2009-07-24 Thread T.J. Crowder
Hi, For Ajax calls *via Prototype*, there's Ajax.Responders[1]. I'm pretty sure there's no generic event for all direct XHR uses. [1] http://prototypejs.org/api/ajax/responders HTH, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On

[Proto-Scripty] scriptaculous PHP help

2009-07-24 Thread dmcglone
Hi all, I am trying to create a page that reads a directory of images and displays them with scriptaculous. So far from what I have, the code does work as far as displaying the directory links but it is only making the very 1st one active, all the rest of the directory links on the page work,

[Proto-Scripty] Re: scriptaculous PHP help

2009-07-24 Thread T.J. Crowder
Hi, echo h2a href=\#\ onclick=\Effect.toggle('d2','BLIND', {duration: 2.0}); return false;\$directory/h2br //a; I'm not a PHP guy, but surely that ends up outputting HTML that has an onclick attribute calling Effect.toggle on the literal element ID d2? And of course, IDs are unique in a

[Proto-Scripty] Re: Is there a standard Ajax Event ?

2009-07-24 Thread Tobie Langel
Not available but planned. Best, Tobie On Jul 25, 1:46 am, T.J. Crowder t...@crowdersoftware.com wrote: Hi, For Ajax calls *via Prototype*, there's Ajax.Responders[1].  I'm pretty sure there's no generic event for all direct XHR uses. [1]http://prototypejs.org/api/ajax/responders HTH,

[Proto-Scripty] Re: scriptaculous PHP help

2009-07-24 Thread Rick Waldron
Or output class=some-class in the element tags and observe the whole set with some event delegation... will keep your markup and JS sep. and clean. On Fri, Jul 24, 2009 at 7:59 PM, T.J. Crowder t...@crowdersoftware.comwrote: Hi, echo h2a href=\#\ onclick=\Effect.toggle('d2','BLIND',