Well.

Still with the code provided by the author's site, the important
section of code was:

function () {
  ...
  var drags = $$('.drag');
  for (var i=0; i<drags.lenght;i++){
    new Draggable($$('.drag'));
  }
  initCorners('.drag',settings);
...
}

:)


On Jun 17, 2:48 pm, Rick Waldron <waldron.r...@gmail.com> wrote:
> Before I take a look at your issue... I have a rewrite of CurvyCorners that
> i did that makes it run way faster. I was using it in a project and was
> annoyed by how long it took to render the corners. I can't say its any
> cleaner, but I corrected an unecessary loop. I've attched the rewrite to
> this email along with an  example usage (same file, its at the bottom).
>
> Can you post your code?http://jsbin.com
>
> Rick
>
> On Wed, Jun 17, 2009 at 9:58 AM, Rafael M Ximenes <rmalv...@gmail.com>wrote:
>
>
>
>
>
> > 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
>
>
>
>  curvy-doesnt-suck.js
> 51KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to