[Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us)

2009-06-18 Thread Rafael M Ximenes
/ com Independent Software Engineer, consulting services available On Jun 18, 1:36 pm, Rafael M Ximenes rmalv...@gmail.com wrote: Well. Still with the code provided by the author's site, the important section of code was: function () {   ...   var drags = $$('.drag

[Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us)

2009-06-18 Thread Rafael M Ximenes
. so you would have to at minimum change it to $$('.drags').each(function(e){     new Draggable(e,settings); initCorners(e,settings); // not sure about this as i am not sure what it expects (element or array) }); HTH .. - Original Message - From: Rafael M Ximenes rmalv

[Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us)

2009-06-18 Thread Rafael M Ximenes
errors do they throw? Alex - Original Message - From: Rafael M Ximenes rmalv...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, June 18, 2009 3:19 PM Subject: [Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us) Sorry, guys

[Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us)

2009-06-18 Thread Rafael M Ximenes
wrote: that page works fine for me - Original Message - From: Rafael M Ximenes rmalv...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, June 18, 2009 4:13 PM Subject: [Proto-Scripty] Re: Curvy Corners + draggables

[Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us)

2009-06-18 Thread Rafael M Ximenes
- From: Rafael M Ximenes rmalv...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, June 18, 2009 6:23 PM Subject: [Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us) Have you tried to move the orange blocks? Explaining: Gray

[Proto-Scripty] Curvy Corners + draggables (script.aculo.us)

2009-06-17 Thread Rafael M Ximenes
Hi, everybody! I'm a Brazilian WebDev and I've found a script to round corners without images (Script's name is Curvy Corners: http://www.curvycorners.net/demos/). I was trying to round corners of the draggables, but they lose your functions. Some help? Regards. Rafael