RE: [Rails-spinoffs] anyone used the new firefox leak monitor?

2006-05-11 Thread SPENDLOVE, Matt, GBM
Title: Message I noticed that when i closed a tab in Firefox whose page utilises prototype 1.4 i got a stream of leaks reported. Not sure if that would be expected ?   Cheers   Matt -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maninde

RE: [Rails-spinoffs] Serialize / deserialize an associative array

2006-04-28 Thread SPENDLOVE, Matt, GBM
you have your object as a string delimited by : for name/value pairs and | between the sets of values. prototype's .flatten() might help also but I haven't used it too much. On 4/28/06, SPENDLOVE, Matt, GBM <[EMAIL PROTECTED]> wrote: Perhaps I missed something but I don't se

[Rails-spinoffs] Serialize / deserialize an associative array

2006-04-28 Thread SPENDLOVE, Matt, GBM
Perhaps I missed something but I don't see an easy way to do this ? Basically just wanna hold some ui state in a cookie. Did I miss something obvious ? Best Matt *** The Royal Bank of Scotland plc. Registered in Sc

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

2006-04-26 Thread SPENDLOVE, Matt, GBM
ept the change. Either way, I say > > learn how it works, then use the API. > > > > Thank you Matt for pointing out that function, I didn't know it > > existed. > > > > Andrew Paul Martinez > > Software Engineer, Associate > > Paetec - Pi

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

2006-04-26 Thread SPENDLOVE, Matt, GBM
FYI prototype lib has Element.getHeight() which wraps up the offset height call.. Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Martinez, Andrew > Sent: 26 April 2006 14:52 > To: rails-spinoffs@lists.rubyonrails.org > Subject: RE: [Rails-

RE: [Rails-spinoffs] DOM events not firing in IE6 with floated di vs

2006-04-26 Thread SPENDLOVE, Matt, GBM
r the top element and it doesn't propagate down > > the the div underneath in IE... > > > > Just a vague memory, Am I speaking total crap here? Anyone? > > > > On 26/04/06, SPENDLOVE, Matt, GBM <[EMAIL PROTECTED]> wrote: > > > Hi All > > > >

[Rails-spinoffs] DOM events not firing in IE6 with floated divs

2006-04-26 Thread SPENDLOVE, Matt, GBM
Hi All Not strictly Scriptaculous but I came across this whilst trying to implement some Scriptaculous code. I am hoping some XHTML guru out there might be able to shed some light. If you load up the attached file in IE6, you'll see the events only fire in the middle section of the title bar when

RE: [Rails-spinoffs] Element.getDimensions() support for IE?

2006-04-10 Thread SPENDLOVE, Matt, GBM
Title: Message Does it matter if you set the dimensions with CSS  ?   Matt -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gregory HillSent: 10 April 2006 18:51To: rails-spinoffs@lists.rubyonrails.orgSubject: RE: [Rails-spinoffs] Ele