[Rails-spinoffs] [protoype] Problem with Effects on draggable element if revert is true

2006-01-20 Thread Manik Juneja
hi, I have a draggable element (cart-item) in a shopping cart  <%= draggable_element "item_#{product}_#{i}", :revert => true %> When this element is dragged outside the cart into the "main_div", I want to show a puff effect and remove the element. When it is dragged within the cart, it sh

Re: [Rails-spinoffs] scriptaculous accordion feature - Jump?

2006-01-20 Thread Kenneth Lee
Is it possible that the "jump up" is because the two effects are happening on different timers? For a smooth accordian effect, it should blind down one pixel for every pixel it blinds up on the other div. I think to get this to work right it'd have to be done w/out using BlindDown or BlindUp but

Re: [Rails-spinoffs] disabling drag'n'drop features on some areas

2006-01-20 Thread Jaimz
i'd love that, infact it would be the same for the effects, because i have a blindup/blinddown toggle effect on a few divs and some of them contain links, however i need to have the whole div (except the link) trigger the effect. Tarek Ziadé wrote: On 1/20/06, *Maninder, Singh* <[EMAIL PROTE

Re: [Rails-spinoffs] AJAX for sale!

2006-01-20 Thread Jaimz
i know it's funny. but tell them that you can't buy it, because it's not a thing at all, it's a method of using javascript. tell them that they should donate something to scriptaculous instead. i doubt they will. Dominic Stockdale wrote: Hey if you’re buying in bulk maybe we can combine orders

Re: [Rails-spinoffs] scriptaculous accordion feature - Jump?

2006-01-20 Thread Jim Davis
Alex,Thanks. Must have been a short in the headset!JimOn 1/20/06, Alex Duffield <[EMAIL PROTECTED] > wrote:Jim, I think you misread that page. The Rico accordion does not jump, but this  script.aculo.us based implementation does, the person posting the code on the wiki was looking for advise on get

Re: [Rails-spinoffs] scriptaculous accordion feature - Jump?

2006-01-20 Thread Alex Duffield
Jim, I think you misread that page. The Rico accordion does not jump, but this script.aculo.us based implementation does, the person posting the code on the wiki was looking for advise on getting ride of the jump.I wouldn't mind an accordion in script.aculo.us though!! 

[Rails-spinoffs] scriptaculous accordion feature - Jump?

2006-01-20 Thread Jim Davis
Trying the accordion feature as offered at: http://wiki.script.aculo.us/scriptaculous/show/accordion+feature The objective is to remove the "jump" reported in the Rico accordion feature. My demo of the scriptaculous feature, however has a noticeable jump when tested if FireFox. and IE Win. See: ht

Re: [Rails-spinoffs] Height problem after interrupting SlideDown/SlideUp effects

2006-01-20 Thread Abdur-Rahman Advany
Matthias, Thnx, I can't agree more. However its a good solution for now :) I made the limit for everything else except toggle, but I patched it because I though it would improve it a bit. At this moment I am writing an article about the core effect and I was looking into this too. Next week I

[Rails-spinoffs] script.aculo.us Libraries Repository

2006-01-20 Thread Jerod Venema
Has anyone put any thought into a repository for all the "widgets" being posted here? I've seen a LOT of good stuff, and it would be great if we could keep it all in one place.I could create a project on sourceforge or something...anyone have any ideas/thoughts around this? -Jerod _

Re: [Rails-spinoffs] Height problem after interrupting SlideDown/SlideUp effects

2006-01-20 Thread Matthias Platzer
Hi Abdur-Rahman Advany, first of all great article, and thanks for adding the limit-feature. it may seem picky, but it's not perfect yet. if you use Effect.toggle() on mouseover/mouseout on an element (for example a tooltip) it won't trigger the mouseout event. (close the element again). a b

RE: [Rails-spinoffs] Effect.Slideshow and Ajax.Slideshow

2006-01-20 Thread Gregory Hill
Looks like Outlook (I hate having to use it at work) stripped some new lines, here's the options section again: Options: 'delay' (in seconds - default 5) - sets how long the system waits before loading the next frame 'randomize' (boolean - default false) - randomizes the order that frames are loa

[Rails-spinoffs] Effect.Slideshow and Ajax.Slideshow

2006-01-20 Thread Gregory Hill
Ok, I'm almost done programming this, although I still have to test the ajax version. Anyway, I thought I'd pass along the documentation to y'all, so you can look it over and see if there's anything missing, or anything I should change. There's a lot to read here, so if you aren't interested, qu

Re: [Rails-spinoffs] FireFox JavaScript Console

2006-01-20 Thread Jeremy Kitchen
On Friday 20 January 2006 09:13, Alex Duffield wrote: > The new version of Firefox displays a bunch of CSS errors for things > that I am forced to use to make IE Windows work... Does any one know > a way to get the Javascript Console to only show actual Javascript > errors, disabling the CSS errors

Re: [Rails-spinoffs] AJAX for sale!

2006-01-20 Thread Dominic Stockdale
Title: Re: [Rails-spinoffs] AJAX for sale! Hey if you’re buying in bulk maybe we can combine orders and increase our buying power. Put me down for a few AJAX’s. On 20/1/06 14:18, "Ryan Gahl" <[EMAIL PROTECTED]> wrote: Make them a deal, 50% off! LOL   From: [EMAIL PROTECTED] [mailto:[EMAI

Re: [Rails-spinoffs] Effect.moveTo??

2006-01-20 Thread Alex Duffield
Perfect, thank you kindly sir! __ Alex Duffield . Principal . InControl Solutions . http://www.incontrolsolutions.com  On 20-Jan-06, at 8:01 AM, Cam McVey wrote:Alex,You need to use the new effect "Move". There is a 'mode' option

Re: [Rails-spinoffs] FireFox JavaScript Console

2006-01-20 Thread Jesse Kuhnert
Yeah, try one of the extensios. I like this one right now:https://addons.mozilla.org/extensions/moreinfo.php?id=1843&application=firefox On 1/20/06, Alex Duffield <[EMAIL PROTECTED]> wrote: The new version of Firefox displays a bunch of CSS errors for things that I am forced to use to make IE Windo

[Rails-spinoffs] FireFox JavaScript Console

2006-01-20 Thread Alex Duffield
The new version of Firefox displays a bunch of CSS errors for things that I am forced to use to make IE Windows work... Does any one know a way to get the _javascript_ Console to only show actual _javascript_ errors, disabling the CSS errors???Oh ya, im on OSX.Thanks. __

Re: [Rails-spinoffs] Height problem after interrupting SlideDown/SlideUp effects

2006-01-20 Thread Dirk Eschler
Am Freitag, 20. Januar 2006 16:12 schrieb Matthias Platzer: > hi, > > that was fixed in the latest svn version. > > see: > http://dev.rubyonrails.org/browser/spinoffs/scriptaculous/CHANGELOG > > * Add limit option to effect queues to limit the maximum number of > effects in a queue, new unit tests

Re: [Rails-spinoffs] Effect.moveTo??

2006-01-20 Thread Cam McVey
Alex, You need to use the new effect "Move". There is a 'mode' option that can either be 'absolute' or 'relative'. You want the 'absolute' version. Here's an example: new Effect.Move('elid', { x: 10, y: 10, mode: 'absolute'}); regards, Cam On 1/20/06, Alex Duffield <[EMAIL PROTECTED]> wrote:

[Rails-spinoffs] Effect.moveTo??

2006-01-20 Thread Alex Duffield
I cant seem to find an effect to move an element to a given XY positionnew Effect.Move('elid',{x:10, y:10});Will move the element 10px down and 10px to the right, but I want to move my element to 10px from the top left corner of the page.I know I could find the current position, and do the math to

Re: [Rails-spinoffs] Height problem after interrupting SlideDown/SlideUp effects

2006-01-20 Thread Matthias Platzer
hi, that was fixed in the latest svn version. see: http://dev.rubyonrails.org/browser/spinoffs/scriptaculous/CHANGELOG * Add limit option to effect queues to limit the maximum number of effects in a queue, new unit tests for scoped effect queues, fixes #3498 [thx Abdur-Rahman Advany] http:/

Re: [Rails-spinoffs] Height problem after interrupting SlideDown/SlideUp effects

2006-01-20 Thread Abdur-Rahman Advany
Dirk, In the latest svn there is a option limit, you can read about it on www.railsdevelopment.com/2006/01/15/effectqueue/. It will limit the 'effects' that can be added to the queue, so it doesn't execute a other queue while processing the first. Abdur-Rahman Advany Dirk Eschler wrote: Hi,

RE: [Rails-spinoffs] AJAX for sale!

2006-01-20 Thread Ryan Gahl
Make them a deal, 50% off! LOL   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Korhonen Sent: Friday, January 20, 2006 5:14 AM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] AJAX for sale!   Thought I would share this with you guys, i

Re: [Rails-spinoffs] disabling drag'n'drop features on some areas

2006-01-20 Thread Tarek Ziadé
On 1/20/06, Maninder, Singh <[EMAIL PROTECTED]> wrote: Do you really need to make the entire div draggable? Well, I could, but in my use case, i think it's a better user experience to let the user drag from anywhere, here's the demo: http://blogs.nuxeo.com/sections/blogs/tarek_ziade/2006_

RE: [Rails-spinoffs] disabling drag'n'drop features on some areas

2006-01-20 Thread Maninder, Singh
Do you really need to make the entire div draggable?   Why don't you experiement with the handle: option?   That way you can provide a handle to the div using which the drag can take place.   Hope this helps!   Thank you, Mandy. ___ Rails-spinoff

[Rails-spinoffs] disabling drag'n'drop features on some areas

2006-01-20 Thread Tarek Ziadé
Hi, I have implemented the drag and drop feature to move around some divs, but I have a small side effect i am trying to clear: When the draggable div contains links, and if the user grab the div on the link, the drag is done but the link is also visited, leading to unwanted issues. What I've tr

[Rails-spinoffs] Height problem after interrupting SlideDown/SlideUp effects

2006-01-20 Thread Dirk Eschler
Hi, i have a problem with the the SlideDown and SlideUp effects. Since a similiar problem is also visible on the script.aculo.us homepage, i'm going to explain it this way. - Go to http://script.aculo.us/ - On the main site below "visual effects", click "Advanced options", the sub panel will s

[Rails-spinoffs] AJAX for sale!

2006-01-20 Thread Chris Korhonen
Thought I would share this with you guys, it brought a smile to my face this morning...So, I work for a quick American company who I won't name, and for the past few months I have been pushing to use AJAX in some of our Web applications. This looks like its finally happening, and we are using it in

[Rails-spinoffs] [protoype] Problem with Effects on draggable element if revert is true

2006-01-20 Thread Manik Juneja
hi, I have a draggable element (cart-item) in a shopping cart  <%= draggable_element "item_#{product}_#{i}", :revert => true %> When this element is dragged outside the cart into the "main_div", I want to show a puff effect and remove the element. When it is dragged within the cart, it should r