Re: [Proto-Scripty] Is there a way to get the name of a class from within the class?

2010-12-16 Thread bernard
I truly wish some people would take the trouble to buy a javascript book instead of off-topic-posting in this group... meh. b. Intellectual honesty consists in taking ideas seriously. To take ideas seriously means that you intend to live by, to practice, any idea you accept as true. [Ayn Rand]

Re: [Proto-Scripty] Re: Scrodicator: a javascript indicator while you scroll through your form or page

2010-03-21 Thread bernard wolsieffer
Rather evokes the idea of fishmongery in Boston... but that's just me, probably. ;-) On 3/21/2010 6:40 PM, joe t. wrote: Not me. i snickered. Brings images of The Terminator as an adult film to mind. :) -joe t. On Mar 21, 8:04 am, "T.J. Crowder" wrote: Hi, I can change the name

Re: [Proto-Scripty] Effect.Fade/Effect.Appear

2010-03-19 Thread bernard wolsieffer
Woohoo! Works pretty well, although, i'm not sure that I did it completely correctly. I had to put the Effect.Appear inside the afterFinish for the Effect.Fade... otherwise, nothing showed up. Now all I have to do is generalize the buttons to use this... merci boucoups. bernard On 3/19/2

Re: [Proto-Scripty] Effect.Fade/Effect.Appear

2010-03-19 Thread bernard wolsieffer
an effect, javascript doesn't wait for it. Remaining code is executed immediately. So either you look at Effects.Queue in Scriptaculous doc, or you investigate the afterFinish option that you could add to the first effect Christophe Le 19 mars 2010 à 15:44, bernard wolsieffer a écrit : Up

Re: [Proto-Scripty] Effect.Fade/Effect.Appear

2010-03-19 Thread bernard wolsieffer
ging facility is actually pretty nice. The behaviour is the same in Firefox. Thanks in advance for any hints that might help. bernard -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send em

[Proto-Scripty] Effect.Fade/Effect.Appear

2010-03-18 Thread bernard wolsieffer
also, the src attribute (no matter where I put it) always reverts to "", even though I explicitly set it in the function... -- /Le homme n'est rien; le oeuvre c'est tout/ Flaubert -- You received this message because you ar

[Proto-Scripty] Effect.Fade/Effect.Appear

2010-03-18 Thread bernard christophe
ntentFrame').src = s; Effect.Appear('root'); } The actual behaviour is to show the page (without any fade effect) and then disappear. Shouldn't fade make the container invisible, load the content into the , then visible the ? Thanks in advance. bernard -- You received this message

[Proto-Scripty] An anomaly that shows up occasionally in Visual Web Developer

2009-11-02 Thread bernard
I updated to Prototype 1.6.1, and I now sporadically get a message: Warning 1 Error updating JScript IntelliSense: C:\inetpub\wwwroot\lib\prototype.js: Object doesn't support this property or method @ 1764:4. If I revert to 1.6, the message goes away. I'd rather not be mucking about with this un

[Proto-Scripty] Re: Anomaly in IE8 or am I assuming too much from $('formName').serialize(true)?

2009-10-28 Thread bernard
's used for addressing elements (looking them up in JavaScript or using them as anchors). HTH, -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com On Oct 27, 9:07 pm, "bernard" wrote: > I have a form whose elements (inp

[Proto-Scripty] Anomaly in IE8 or am I assuming too much from $('formName').serialize(true)?

2009-10-27 Thread bernard
I have a form whose elements (input, select) were given explicit IDs, but no name. when I do this: var parmHash; parmHash = $('myForm').serialize(true) parmHash is empty. When i gave the form elements name='someName', parmHash is completed as expected. Doesn't serialize() just work with Eleme

[Proto-Scripty] Re: Range utility increment

2009-09-25 Thread bernard
so generalize the class... - Original Message - From: Alex McAuley To: prototype-scriptaculous@googlegroups.com Sent: Friday, September 25, 2009 12:25 PM Subject: [Proto-Scripty] Re: Range utility increment That only gives you even or odd increments to the top number...

[Proto-Scripty] Re: Screwy CSS confusing Prototype

2009-05-27 Thread bernard
all i see is missing ... in my experience that can jack things up rather quickly, depending on browser and other factors... - Original Message - From: craig To: Prototype & script.aculo.us Sent: Wednesday, May 27, 2009 11:08 AM Subject: [Proto-Scripty] Screwy CSS confusing Pro