[Proto-Scripty] How to hyperlink images?

2009-03-07 Thread MH
I am using the MudFadeGallery slideshow by a web-developer and I have implemented it for my own use. However, as it functions as a fade image gallery slideshow, how am I able to get each image to be hyperlinked with a specific href address?? This is the main script that makes the gallery work:

[Proto-Scripty] firefox, form_remote_tag, and element not updated

2009-03-07 Thread FredO
In the context of the Rails framework, I am trying to update a table on a page asynchronously. I have several fields that can be used to filter the records whic populate the table. And I am using 'form_remote_tag' more or less like this: % form_remote_tag :url='/users/ update_user_rows/',

[Proto-Scripty] Re: firefox, form_remote_tag, and element not updated

2009-03-07 Thread T.J. Crowder
Hi, This sounds more like a Rails question than a Prototype question, probably better asked over in the Rails group: http://groups.google.com/group/rubyonrails-talk/topics Knowing nothing about Rails myself, that onChange='form.submit()' looks awfully suspicious, since submitting a form

[Proto-Scripty] Re: script.aculo.us compare Jquery UI

2009-03-07 Thread Tobie Langel
Hi, Well, why don't _you_ do something about it, then ? Remember, this is open-source work. You're welcomed to contribute, document, or even sponsor work if you're into that. Best, Tobie On Mar 7, 4:24 am, vtsuper vtsu...@gmail.com wrote: Today I read the JQuery UI

[Proto-Scripty] Re: Position of div with suggests

2009-03-07 Thread Mr. Snoot
What do you mean? You can use stylesheet :) Thtat's what I tried. But most of the settings in the css filey didn't have any effect, so I thought that the position ist somehow overwritten via javascript or sth else. Anyways, I now got my primal (much shorter) script to work correctly, so I

[Proto-Scripty] Draggable div only barely visible

2009-03-07 Thread Al C
I new to script.aculo.us... I added a draggable div to my pages the div is a 'pop-up' dialog... it starts on the page empy and hidden... div id='edit_entry' id='edit_entry' style='display:none'/div script type=''text/javascript'' new Draggable('edit_entry', { scroll: window }); /script

[Proto-Scripty] Post Deleted

2009-03-07 Thread Bhudda Ben
I could almost cry I posted a query here on problems I was having, got three seemingly useful replies that were here yesterday, but I did not have time to work with them. Now all is gone - but an older post remains. Did I do something wrong?

[Proto-Scripty] How do you add methods to Form.Element

2009-03-07 Thread Walter Lee Davis
I have this little bit of fluff: Element.addMethods({ addText: function(input, theText) { if(typeof input.selectionStart != 'undefined'){ var start = input.selectionStart; var end =

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-07 Thread Quleczka
Hi, How to get the latest prototypejs source under windows system? Do you mean how to get the current release right now or how to make it automatically every time when new version is available? I don't really get your question. You can simply download it from http://prototypejs.org/download

[Proto-Scripty] Re: How do you add methods to Form.Element

2009-03-07 Thread kangax
On Mar 7, 4:34 pm, Walter Lee Davis wa...@wdstudio.com wrote: I have this little bit of fluff:         Element.addMethods({                 addText: function(input, theText) {                         if(typeof input.selectionStart != 'undefined'){                                 var start =

[Proto-Scripty] Re: How do you add methods to Form.Element

2009-03-07 Thread Walter Lee Davis
On Mar 7, 2009, at 5:58 PM, kangax wrote: On Mar 7, 4:34 pm, Walter Lee Davis wa...@wdstudio.com wrote: I have this little bit of fluff: Element.addMethods({ addText: function(input, theText) { if(typeof input.selectionStart !=

[Proto-Scripty] Re: writeAttribute problem

2009-03-07 Thread RobG
On Mar 7, 4:29 am, Tobie Langel tobie.lan...@gmail.com wrote: Hi again, Rob. I don't really want to argue over the benefits of attributes versus expandos, just wanted to outline that they weren't the same thing although the specs mandate a mapping of specified expandos to their attribute

[Proto-Scripty] Re: writeAttribute problem

2009-03-07 Thread RobG
On Mar 7, 12:53 pm, kangax kan...@gmail.com wrote: On Mar 6, 7:07 am, RobG rg...@iinet.net.au wrote: [...] The differences are in the browsers' implementation of setAttribute, For example, using setAttribute with any of the intrinsic event handlers. Setting intrinsic event handlers

[Proto-Scripty] Can't stop and start Ajax.PeriodicalUpdater

2009-03-07 Thread fruehjahr
Yes, I searched right here and @ Google for a solution. But I spent now over an hour with debugging and I can't find the solution. Please help! Ok, here's my script: var liveStream = new Ajax.PeriodicalUpdater('live_buehne', '/inc/ live.php?lang=all', { method: 'get', frequency: 5, decay: 2

[Proto-Scripty] Re: Can't stop and start Ajax.PeriodicalUpdater

2009-03-07 Thread T.J. Crowder
Hi, Assuming you are calling livestart() at some point, you're creating two PeriodicalExecuters [one at initialization time and another in livestart()]. The second one overwrites the reference to the first, so if you later call langChange(), my guess is that you are succeeding in stopping the

[Proto-Scripty] Re: Post Deleted

2009-03-07 Thread T.J. Crowder
Hi, What makes you think it was deleted? Provided you didn't send spam or say something outrageously offensive (which seems unlikely), your posts will not be deleted. There's a team of moderators, but I didn't delete anything that had actually gone out, and I tend to doubt any of the others

[Proto-Scripty] Re: How to get the latest prototypejs source under windows system?

2009-03-07 Thread T.J. Crowder
Hi, Have you tried the steps listed on the Contribute page[1] and run into a problem? [1] http://prototypejs.org/contribute -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Mar 7, 5:20 pm, buda www...@pochta.ru wrote: Does anyone