[Rails-spinoffs] multi file uploader

2006-06-22 Thread shima tetuo
Hi, all. I made "multi file uploader" by using scriptaculous. I have seen such things as "multi file uploader" but mine is a bit different. Just take a look and I hope this can, somehow, help you develop your websites better. "multi file uploader" http://mlmlml.yaekumo.com/MultiFileUpload/ Com

[Rails-spinoffs] Creating a scrolling effect with slider

2006-06-22 Thread Ian Tyndall
I'm currently working on a method to implement a scroller for a div using a slider. I need to do this as an alternative to making a stylish flash scroller with content. The main advantage of this method is to allow the ability to style the sliding elements cross browser (and maybe as a future a

Re: [Rails-spinoffs] Implementing a boolean "switch" in a Class

2006-06-22 Thread Andrew Tetlaw
On 23/06/06, Ryan Gahl <[EMAIL PROTECTED]> wrote: Ok... I'm not sure why there's a semi-debate going on here... Not a debate, just cooperative exploration. :) -- Andrew Tetlaw htp://tetlaw.id.au ___ Rails-spinoffs mailing list Rails-spinoffs@lists

Re: [Rails-spinoffs] Implementing a boolean "switch" in a Class

2006-06-22 Thread Andrew Tetlaw
On 23/06/06, Gregory Hill <[EMAIL PROTECTED]> wrote: Modifying the prototype will not modify all of the instances (according to Andrew, haven't verified it or anything, but I think he's right). Actually, Ryan is right. I did a test and If you modify a prototype object, existing instances of an

RE: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Sam
I'd encourage you to learn. It's good for the soul. And it tastes great. AND it's less filling. http://dev.rubyonrails.org/ OK. I've submitted a ticket with the patch. Sam ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http

Re: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Todd Ross
On 6/22/06, Sam <[EMAIL PROTECTED]> wrote: I don't have any idea how to log a bug report so if anyone here would do it that would be fine with me. I'd encourage you to learn. It's good for the soul. And it tastes great. AND it's less filling. http://dev.rubyonrails.org/ Like Gregory said t

RE: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Sam
Title: Message I don't have any idea how to log a bug report so if anyone here would do it that would be fine with me.   Sam     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gregory HillSent: Thursday, June 22, 2006 3:26 PMTo: rails-spinoffs@lis

RE: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Gregory Hill
Title: Message That would definitely do it.  Send a bug report to Sam, who maintains prototype.  He’s never replied to my bugs in the past, but most of them eventually got fixed.  Should probably also fix that line where it looks for ‘get’ to compare in lower case, while you’re at it. That

RE: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Sam
Title: Message I think the fix for Ajax 501 error in prototype.js would be to force the method to upper case on the transport.open line 679     this.transport.open(this.options.method.toUpperCase(), this.url,   Sam ___ Rails-spinoffs mailing l

RE: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Sam
Title: Message My earlier question wasn't stated well...   I get an Ajax onFailure error in IE 5.5/Windows 98 only.  Here's the request...      new Ajax.Request (sUrl{ method:  'get',  parameters: '',  onFailure: this.loadPageError.bind(this), onComplete: this.loadP

RE: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Sam
Title: Message  >  As far as I know, all the way back to 5.0.  Prototype, however, doesn’t work in 5.0, but does work in 5.5 when things like array.push() and for…in were added (odd that such basic language features were missing from 5.0).     I'm getting an Ajax error loading a URL.  I don

RE: [Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Gregory Hill
Title: Message As far as I know, all the way back to 5.0.  Prototype, however, doesn’t work in 5.0, but does work in 5.5 when things like array.push() and for…in were added (odd that such basic language features were missing from 5.0).   Greg   From: [EMAIL PROTECTED] [mailto:

[Rails-spinoffs] Ajax in IE 5.5 / Win 98

2006-06-22 Thread Sam
Title: Message Are Ajax requests available in IE 5.5 / Win 98?   Sam     ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Re: [Rails-spinoffs] Implementing a boolean "switch" in a Class

2006-06-22 Thread Ryan Gahl
Ok... I'm not sure why there's a semi-debate going on here...OP asked: "How can I set a value for a class such that all instances of said class get that value change automatically"I said "you have to change a property on the main class's prototype... a la MyClass.prototype.bSwitch = true;"Yes, it

RE: [Rails-spinoffs] Implementing a boolean "switch" in a Class

2006-06-22 Thread Gregory Hill
Which is what I think he’s saying as well.  You need to set it at a class level, not at the object level.  Modifying the prototype will not modify all of the instances (according to Andrew, haven’t verified it or anything, but I think he’s right).  So, if you set a class-level Boolean it sh

Re: [Rails-spinoffs] Implementing a boolean "switch" in a Class

2006-06-22 Thread Ryan Gahl
damnit... can't type.. "possesive"On 6/22/06, Ryan Gahl <[EMAIL PROTECTED]> wrote: lol, no ides why i decided "original" should be a possisive contraction.On 6/22/06, Ryan Gahl <[EMAIL PROTECTED] > wrote:Right, but the original's poster was looking for precisely a way to chance a property in the m

Re: [Rails-spinoffs] Implementing a boolean "switch" in a Class

2006-06-22 Thread Ryan Gahl
lol, no ides why i decided "original" should be a possisive contraction.On 6/22/06, Ryan Gahl <[EMAIL PROTECTED] > wrote:Right, but the original's poster was looking for precisely a way to chance a property in the main function ("class") and have that change instantly propagate to all instances. O

Re: [Rails-spinoffs] Implementing a boolean "switch" in a Class

2006-06-22 Thread Ryan Gahl
Right, but the original's poster was looking for precisely a way to chance a property in the main function ("class") and have that change instantly propagate to all instances. On 6/21/06, Andrew Tetlaw <[EMAIL PROTECTED]> wrote: On 21/06/06, Ryan Gahl <[EMAIL PROTECTED]> wrote:> MyObject.prototype.

Re: [Rails-spinoffs] scriptaculous question

2006-06-22 Thread Dallas Cahker
Yes actually this form I am creating is inside a users account, he only has access to his address book, his customer numbers and so on and so forth.On 6/21/06, Alex Duffield <[EMAIL PROTECTED]> wrote: One thing to keep in mind, if you have the form data auto filled in when the user types in the cu

[Rails-spinoffs] Re: Autocompleter enhancement feature request

2006-06-22 Thread Surendra Singhi
Surendra Singhi <[EMAIL PROTECTED]> writes: > Hello, > I have created a ticket for an enhancement of the autocompleter to show the > options immediately when the field gets focus. Right now at least one > character must be typed for autocomplete to kick in. > > http://dev.rubyonrails.org/tick