[Rails-spinoffs] Turn off Responder for PeriodicalExecuter?

2006-03-13 Thread Matt Grommes
I've got a PeriodicalExecuter refreshing some content on my homepage. I've also got a Responder popping up a 'Working...' box when ajax calls are being made. Is there a way to tell the Responder not to run when the PE is running? I'm new to prototype and scriptaculous so no assumptions of my kn

RE: [Rails-spinoffs] Autocompleter that auto scrolls through results..

2006-03-13 Thread Maninder, Singh
Title: RE: [Rails-spinoffs] Autocompleter that auto scrolls through results.. I think this is what you are looking for: http://dev.rubyonrails.org/ticket/3516   Thank you,Mandy. ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.or

[Rails-spinoffs] Ajax.DoubleCombo

2006-03-13 Thread Colin Mollenhour
I made this a few weeks ago and haven't had time to actually put it to use, but made a demo/documentation page. It is somewhat based off of the "Ajax in Action" book, but with a Prototype/Scriptaculous slant to it. Please feel free to use it and let me know what you think of it. Maybe it'll ma

RE: [Rails-spinoffs] Autocompleter that auto scrolls through resu lts..

2006-03-13 Thread SPENDLOVE, Matt, FM
> the scriptaculous autocompleter already does this. I don't think so ? What I mean is if the user moves through the results using the arrows keys and the results div is bigger than the screen height, then trigger scrolling on the results div itself ?

Re: [Rails-spinoffs] Autocompleter that auto scrolls through results..

2006-03-13 Thread Jeremy Kitchen
On Monday 13 March 2006 08:14, SPENDLOVE, Matt, FM wrote: > Hi All > > Before I investigate further, has anyone implemented an Autocompleter that > will auto scroll down / up the results div as the user moves down through > the list (using arrow keys) ? the scriptaculous autocompleter already does

Re: [Rails-spinoffs] Question abour Draggables & Droppables

2006-03-13 Thread Garito
Ryan Gahl escribió: Sure There are any solution in these case? I'm sorry, but I already gave you the solution. I'm not sure I know what you mean by the above question. The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed an

RE: [Rails-spinoffs] Question abour Draggables & Droppables

2006-03-13 Thread Ryan Gahl
> Sure > There are any solution in these case? I'm sorry, but I already gave you the solution. I'm not sure I know what you mean by the above question. The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confident

Re: [Rails-spinoffs] Question abour Draggables & Droppables

2006-03-13 Thread Garito
Ryan Gahl escribió: Well, this seems to be logic but then when you define a sortable list all its items are not draggable objects? There is a difference that I think you're not seeing between the DOM element and the Draggable object. When a Draggable is created with the "new" keyword, you

RE: [Rails-spinoffs] Question abour Draggables & Droppables

2006-03-13 Thread Ryan Gahl
> Well, this seems to be logic but then when you define a sortable list > all its items are not draggable objects? There is a difference that I think you're not seeing between the DOM element and the Draggable object. When a Draggable is created with the "new" keyword, you pass in as the 1st arg

[Rails-spinoffs] Autocompleter that auto scrolls through results..

2006-03-13 Thread SPENDLOVE, Matt, FM
Hi All Before I investigate further, has anyone implemented an Autocompleter that will auto scroll down / up the results div as the user moves down through the list (using arrow keys) ? Any pointers / thoughts appreciated. Best Matt

Re: [Rails-spinoffs] Question abour Draggables & Droppables

2006-03-13 Thread Garito
Ryan Gahl escribió: Not always because some of these draggable objects are draggable because they are elements of a sortable list I think when you define a list as sortable all its elements are draggable, isn't it? Hmm. Well for this technique to work, you'll have to h

RE: [Rails-spinoffs] Question abour Draggables & Droppables

2006-03-13 Thread Ryan Gahl
> Not always because some of these draggable objects are draggable because > they are elements of a sortable list > I think when you define a list as sortable all its elements are > draggable, isn't it? Hmm. Well for this technique to work, you'll have to have a handle to the actual draggable o

Re: [Rails-spinoffs] Question abour Draggables & Droppables

2006-03-13 Thread Garito
Ryan Gahl escribió: Ok, and are you sure that when you defined the draggable in the first place that you assigned it to a member variable of the element? Like this? $('elemento').draggable = new Draggable($('elemento'), {... } ); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

RE: [Rails-spinoffs] Question abour Draggables & Droppables

2006-03-13 Thread Ryan Gahl
Ok, and are you sure that when you defined the draggable in the first place that you assigned it to a member variable of the element? Like this? $('elemento').draggable = new Draggable($('elemento'), {... } ); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal