[Proto-Scripty] Prototype on IRC

2009-06-18 Thread DoomedLung
Hey, just trying to connect to the IRC freenode with Pidgin and need to punch in a username and password otherwise it just cancels out.. any idea how I could connect with Pidgin (with username/password and do I have to be a member) or is there an alternative that is better for connecting? Cheers

[Proto-Scripty] Re: Clarification on PUT method in Ajax.Request

2009-06-18 Thread T.J. Crowder
Hi Doug, Do I understand this to mean that Prototype is incapable of issuing a true HTTP PUT request, that to issue one, I must deal with the raw XHR object? FWIW, that's my read both of the docs and of the code. Specifically, in the Ajax.Request#request method, this code is not in a

[Proto-Scripty] Re: Prototype on IRC

2009-06-18 Thread Alex McAuley
Try a java client .. google Freenode IRC Java CLient!! Or get a free Irc client to install on your computer - Original Message - From: DoomedLung doomedl...@googlemail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Thursday, June 18, 2009 10:16 AM

[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] Effect.BlindDown on DIV with dynamic content

2009-06-18 Thread gingerbbm
Dear all I have a DIV that gets toggled using BlindDown and BlindUp as the user makes a selection from a dropdown list. The DIV contains a number of DIVs that correspond to the options in the dropdown list. Prior to calling Effect.BlindDown(), all the contained DIVs have their display style set

[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
Well to implement that code as TJ says .. Draggables do not respond to classes only ID's . 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

[Proto-Scripty] document.getElementsByClassName is not working my JSP.

2009-06-18 Thread rajashekhar.p
I am getting the following error when i access document.getElementsByClassName method, this issue came up when i included jquery.js in the same JSP. Error: ($(parentElement) || document.body).getElementsByTagName is not a function. Thanxs --~--~-~--~~~---~--~~

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

2009-06-18 Thread Rafael M Ximenes
Sorry, guys. My fail. I'll paste the code here, we'll don't lose more time with a code created right on time that I wrote the first e-mail. One more time: sorry. =$ Here's the REAL code of my app: function Init(event){ var drags = $$('.drag');

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

2009-06-18 Thread Alex McAuley
Does IE or FF throw any errors and if so which 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

[Proto-Scripty] Re: document.getElementsByClassName is not working my JSP.

2009-06-18 Thread raj shekar
Hiii..thank you very much .. it worked...!!! Thanks Regards, P.Rajashekar. --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Re: document.getElementsByClassName is not working my JSP.

2009-06-18 Thread Alex McAuley
I use jquery alot with prototype and i just assign jQuery to a new variable after loading prototype and jquery like this ... $jq=jQuery.noConflict(); then every time i call a jquery function i just use $jq() instead of jQuery or $ ... It works with most plugins i've found so far... definatley

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

2009-06-18 Thread Rafael M Ximenes
Nop. Any error. But: Now I've identified a secondary error. A logical error on this for - the equal. for (var i = 0; i= drags.length;i+=1){ curvyCorners(settings, drags[i] ); } Plus: I don't know why, but, the error disappear!

[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] Autocompleter shifts results to the right in IE8

2009-06-18 Thread BillyRayPreachersSon
I'm having difficulty in getting the drop-down portion of the Autocompleter control to display in the correct place in IE8. It doesn't seem to matter whether I use the Ajax or Local autocompleter controls, so have posted the test harness here with a Local one. This works fine under IE7 and Fx

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

2009-06-18 Thread Rafael M Ximenes
Have you tried to move the orange blocks? Explaining: Gray Area: Div Droppable. Orange Column: lot of div Draggables PS: Gray Area is a Draggable too! Suggestion of test: 1) Handle orange blocks by the center-top; right-top; center-bottom; center-center; For me, results in little areas

[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
Yes, Alex! Everything moves, but, e.g.: if I click on the rounded corner, its highlight alone and not the block!. If I drag the Gray Area for anywhere and then add some orange block, its appear on a random x,y. Here, the problem is in FF3, IE7, Chrome. Note: On jQueryUI, I've done exactly what I

[Proto-Scripty] Event.observe and Ajax.Updater recursion problems?

2009-06-18 Thread ph...@ryangibbons.net
Hey all, I will preface this with the fact that I am a new user of both prototype and javascript, so I am learning (slowly) as I go. I am currently working on a blog interface and I was going to use this as my opportunity to learn prototype and some more dynamic ways to handle form data. That