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

2009-06-18 Thread T.J. Crowder
Hi, That code looks...unexamined. In addition to the typo Alex pointed out (which will prevent it from ever entering the loop, presumably), there's the pretty major issue of what it would do inside the loop if it ever entered it: Repeatedly re-search for elements of class drag and then pass an

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

2009-06-18 Thread Rafael M Ximenes
Hey, guys. I know both of your suggestions (type correction and don't array) but I just recreate the code here, just an error on type. My code, in app is correct (length). Thanks, anyway. Waiting for a suggestion to solve the real problem. :D On Jun 18, 10:05 am, T.J. Crowder

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

2009-06-18 Thread Alex McAuley
or array) }); HTH .. - Original Message - From: Rafael M Ximenes rmalv...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, June 18, 2009 2:35 PM Subject: [Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us) Hey, guys. I know

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

2009-06-18 Thread Rafael M Ximenes
...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, June 18, 2009 2:35 PM Subject: [Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us) Hey, guys. I know both of your suggestions (type correction and don't array) but I just recreate

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

2009-06-18 Thread Alex McAuley
To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, June 18, 2009 2:35 PM Subject: [Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us) Hey, guys. I know both of your suggestions (type correction and don't array) but I just recreate the code here

[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 Alex McAuley
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 (script.aculo.us) Nop

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

2009-06-18 Thread Rafael M Ximenes
...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, June 18, 2009 2:35 PM Subject: [Proto-Scripty] Re: Curvy Corners + draggables (script.aculo.us) Hey, guys. I know both of your suggestions (type correction and don't array

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

2009-06-18 Thread Maarten
Depending on which browsers your website needs to be compatible with, I'd recommend using a pure CSS solution: .rounded { -webkit-border-radius: 5px; /* Safari */ -moz-border-radius: 5px;/* Firefox */ } For Internet Explorer you could use some extra span elements in

[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] Re: Curvy Corners + draggables (script.aculo.us)

2009-06-17 Thread Rick Waldron
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