RE: [Rails-spinoffs] anyone have a good accordion component?

2006-05-11 Thread Joe Hudson
e a good accordion component? > > Hey. I have one but it's not perfect yet. Attached in a zip. > > -Rob > > Joe Hudson wrote: > > Hello, I was just wondering if anyone has created a smooth accordion > > feature like: http://moofx.mad4milk.net/ using scr

[Rails-spinoffs] anyone have a good accordion component?

2006-05-11 Thread Joe Hudson
Hello, I was just wondering if anyone has created a smooth accordion feature like:  http://moofx.mad4milk.net/ using scriptaculous?   I’ve seen the current accordion here: http://wiki.script.aculo.us/scriptaculous/show/accordion+feature but, It seems to be real jumpy.  Any information

RE: [Rails-spinoffs] [ANN] Tooltips v1.1 Released

2006-05-09 Thread Joe Hudson
: [Rails-spinoffs] [ANN] Tooltips v1.1 Released > > Joe -- > > Currently the tooltips are bound to the links mouse over/out events, > but I'll keep that in mind for future release(s) > > Thanks for the feedback! > e. > > On 5/9/06, Joe Hudson <[EMAIL PROTE

RE: [Rails-spinoffs] [ANN] Tooltips v1.1 Released

2006-05-08 Thread Joe Hudson
Yeah, I looked at the demo and it really is great. Is there any way that you can optionally be able to keep the tooltip from disappearing if the mouse moves over the tooltip (in case you have links in the tooltip)? Thanks Joe > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-

RE: [Rails-spinoffs] how to use Effect.BlindUp for resizing a div

2006-04-26 Thread Joe Hudson
the definitive doc ! > > Matt > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Joe Hudson > > Sent: 26 April 2006 15:09 > > To: rails-spinoffs@lists.rubyonrails.org > > Subject: RE: [Rails-spinoffs

RE: [Rails-spinoffs] how to use Effect.BlindUp for resizing a div

2006-04-26 Thread Joe Hudson
o do some height juggling in IE if you are using padding, > > margins, or borders. (read up on the box model problem if you > > are wondering about it...) > > > > For setting the height, this is a CSS declaration and can use > > any valid CSS value. The default is pixels

RE: [Rails-spinoffs] how to use Effect.BlindUp for resizing a div

2006-04-26 Thread Joe Hudson
much. Joe > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-spinoffs- > [EMAIL PROTECTED] On Behalf Of Joe Hudson > Sent: Tuesday, April 25, 2006 10:59 AM > To: rails-spinoffs@lists.rubyonrails.org > Subject: [Rails-spinoffs] how to use Effect.BlindUp for resizing a div &

[Rails-spinoffs] how to use Effect.BlindUp for resizing a div

2006-04-25 Thread Joe Hudson
I would like to resize a div to half the size that it was and would like to use the BlindUp transition. I think that I need the scaleTo parameter from the docs: http://wiki.script.aculo.us/scriptaculous/show/Effect.BlindDown But this doesn't exactly work. new Effect.BlindUp(gridId, {scaleTo: 50})

RE: [Rails-spinoffs] Element.scrollTo duration isn't working

2006-04-25 Thread Joe Hudson
ions, > but I could be wrong. > > Greg > > > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:rails-spinoffs- > > [EMAIL PROTECTED] On Behalf Of Joe Hudson > > Sent: Tuesday, April 25, 2006 8:37 AM > > To: rails-spinoffs@lists.rubyonrails.or

[Rails-spinoffs] Element.scrollTo duration isn't working

2006-04-25 Thread Joe Hudson
Does anybody have any ideas what I am doing wrong? The duration parameter seems to have no effect on the scrollTo function. Element.scrollTo(divId, {duration: 5.0}); Am I using this correctly? Thanks. Joe ___ Rails-spinoffs mailing list Rails-spino

RE: [Rails-spinoffs] how to evaluate responseText as an array?

2006-04-18 Thread Joe Hudson
    From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Hudson Sent: Tuesday, April 18, 2006 12:56 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] how to evaluate responseText as an array?   Hello, I have an array of arrays (used for the seed of a

[Rails-spinoffs] how to evaluate responseText as an array?

2006-04-18 Thread Joe Hudson
Hello, I have an array of arrays (used for the seed of a grid component).  I am trying to update the grid at runtime so I have to update the underlying array.   Using the following code, I get the appropriate response but it is just a string… how can I convert it to an array?  Please see

RE: [Rails-spinoffs] Autocompleter

2006-04-11 Thread Joe Hudson
Is there a cross-browser way of doing this by any chance? Joe > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-spinoffs- > [EMAIL PROTECTED] On Behalf Of Claudio Gamboa > Sent: Tuesday, April 11, 2006 6:41 PM > To: rails-spinoffs@lists.rubyonrails.org > Subject: Re: [Rails-spi

RE: [Rails-spinoffs] 'this.initialize' is null or not an object

2006-02-22 Thread Joe Hudson
s null or not an object > > With > new Effect.Parallel > instead of > Effect.Parallel > > I have no errors in Fx 1.5 > > On 2/22/06, Joe Hudson <[EMAIL PROTECTED]> wrote: > > > > > > Hi, working on the accordion widget and it's actually workin

[Rails-spinoffs] 'this.initialize' is null or not an object

2006-02-22 Thread Joe Hudson
Title: 'this.initialize' is null or not an object Hi, working on the accordion widget and it’s actually working nice (doesn’t seem to be jumpy) now but I am receiving a _javascript_ error in IE 6.  Does anybody have any ideas why it is happening?  Thanks

RE: [Rails-spinoffs] accordion (outlook bar thingy) help

2006-02-21 Thread Joe Hudson
I had the same experiences as well. I would certainly rather have an option that only used scriptaculous (just to keep a lighter footprint) but I can't get it to stop jumping around right when the bars start moving and right before they stop. Joe > -Original Message- > From: [EMAIL PROTE

RE: [Rails-spinoffs] accordion (outlook bar thingy) help

2006-02-21 Thread Joe Hudson
  I did a demo of the Rico accordion by borrowing code snipets from the Rico demo page. You can see my demo here: http://www.jimdavis.org/ken/page2.html Jim On 2/21/06, Joe Hudson <[EMAIL PROTECTED]> wrote: Does anybody have a solution that really works nice?  I know about

[Rails-spinoffs] accordion (outlook bar thingy) help

2006-02-21 Thread Joe Hudson
Does anybody have a solution that really works nice? I know about: http://wiki.script.aculo.us/scriptaculous/show/accordion%20feature but I was hoping someone had worked out the kinks. I'm really looking for something like: http://openrico.org/rico/demos.page?demo=rico_accordion Thanks for your

[Rails-spinoffs] ajax toolip (context help)

2006-02-21 Thread Joe Hudson
Title: ajax toolip (context help) Does anybody have a solution for creating ajax (and local) tooltips using scriptaculous?  I have a solution that uses another script library as well but would like to keep the footprint of the web pages down.  Any advice would be greatly appreciated. Joe _

RE: [Rails-spinoffs] [Prototype] onSuccess Event and, Ajax.Updater bug in IE

2006-02-21 Thread Joe Hudson
[Prototype] onSuccess Event and,Ajax.Updater > bug in IE > > Joe, > > After removing all occurrences of charset=utf-8 from > my headers I am > still getting the same bug in IE. > Currently, it's Content-Type: text/html > Any other suggestion? > > Nath

RE: [Rails-spinoffs] [Prototype] onSuccess Event and Ajax.Updater bugin IE

2006-02-20 Thread Joe Hudson
I'm very new here so I might be leading you in the wrong direction but I had a similar problem and after days of research, I finally found the answer. Look at the response headers. If the content type header contains ;charset={encoding} there seems to be a problem with IE. Try removing this. K

RE: [Rails-spinoffs] spinner not working inside a table with IE 6

2006-02-18 Thread Joe Hudson
much for the help.   Joe   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Hudson Sent: Saturday, February 18, 2006 5:25 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] spinner not working inside a table with IE 6   Hello, I’m trying to use the

[Rails-spinoffs] spinner not working inside a table with IE 6

2006-02-18 Thread Joe Hudson
Title: spinner not working inside a table with IE 6 Hello, I’m trying to use the slider inside a table and am having problems.  I’m wondering if anybody can help or, if it just isn’t possible for some reason.  The following 2 samples contain same code (1 inside and 1 inside ).  The div one w

[Rails-spinoffs] slider not working in a table for IE 6

2006-02-18 Thread Joe Hudson
Title: slider not working in a table for IE 6 Hello, I’m trying to use the slider inside a table and am having problems.  I’m wondering if anybody can help or, if it just isn’t possible for some reason.  The following 2 entries are the exact same code (1 inside and 1 inside ).  The div one w

[Rails-spinoffs] slider component inside a table not working

2006-02-17 Thread Joe Hudson
Hello, I'm trying to use the slider inside a table and am having problems. I'm wondering if anybody can help or, if it just isn't possible for some reason. The following 2 entries are the exact same code (1 inside and 1 inside ). The div one works fine but the table one doesn't work (using IE 6.

RE: [Rails-spinoffs] problem with sortable lists and IE

2006-02-15 Thread Joe Hudson
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Hudson Sent: Tuesday, February 14, 2006 10:40 AM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] problem with sortable lists and IE * I sent this message previously from the wrong address so it didn't go through

RE: [Rails-spinoffs] problem with sortable lists and IE

2006-02-14 Thread Joe Hudson
Of Robin Haswell Sent: Tuesday, February 14, 2006 11:02 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] problem with sortable lists and IE You should keep your "url" variables local only = eg "/ajax/order". That will make sure you use the right script on

RE: [Rails-spinoffs] problem with sortable lists and IE

2006-02-14 Thread Joe Hudson
Thank you very much for your reply, Cam. Actually I am having the opposite problem. I can successfully test against 'http://demo.script.aculo.us/ajax/order' even when I am serving up the page locally. The problem that I am having is when I try to use localhost as the Ajax URL. Any ideas?

[Rails-spinoffs] problem with sortable lists and IE

2006-02-14 Thread Joe Hudson
setTimeout(this.onComplete.bind(this), 10); } } }); ... I have done everything I can think of to try to understand what the problem is but I am hoping that, given all the information I have been able to retrieve, one of the more advanced developers will be able to help me. Thank you ver