RE: [Rails-spinoffs] Released: window dialog script

2006-02-16 Thread Maninder, Singh
Oh!! Scratch that!   It was a dialog window. When I closed it, it started working fine..Sorry!   Works cool in Firefox 1.5.0.1 & IE 6.0.   Thanks,Mandy. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Maninder, SinghSent: Friday, February 1

RE: [Rails-spinoffs] Released: window dialog script

2006-02-16 Thread Maninder, Singh
Sweet!   Are you in the process of making any changes?   I just tested it in IE 6.0 and it worked super!   When I started checking it in Firefox, I could only move one dialog window...went back to IE and same behavior.   Let me know.   Thanks, Mandy. -Original Message-From: [E

Re: [Rails-spinoffs] Released: window dialog script

2006-02-16 Thread David Zülke
Very sweet. Doesn't work in Safari, though :( - David Am 17.02.2006 um 08:20 schrieb Marco M. Jaeger: Hello, First, please let me thank you to Ryan Gahl and Jerod Venema for their patient help – really appreciated their input – I couldn’t have done this script without their support.

[Rails-spinoffs] Released: window dialog script

2006-02-16 Thread Marco M. Jaeger
Hello,   First, please let me thank you to Ryan Gahl and Jerod Venema for their patient help – really appreciated their input – I couldn’t have done this script without their support.   Today I released a dialog script based on scriptaculous and prototype. A demo can be seen here: http:

RE: [Rails-spinoffs] Autocompleter question

2006-02-16 Thread Bob Silva
Hi Joe, Using the afterUpdateElement patch for the Javascript Macro Helper, I do this using the following code: function auto_complete_on_select(element, selectedElement) { document.getElementById('encounter_client_id').value = selectedElement.childNodes.item(0).innerHTML; }

Re: [Rails-spinoffs] Autocompleter question

2006-02-16 Thread Nicolas
Hi,You can play with which will be displayed, but not selected and which won't be displayed, but selected.You can do pretty much everything with that, so you won't need to moidfy autocompleter code. Reagrds,NicoOn 2/16/06, Joseph Potenza <[EMAIL PROTECTED]> wrote: Hey all,     When using t

[Rails-spinoffs] Autocompleter question

2006-02-16 Thread Joseph Potenza
Hey all,     When using the Ajax.autocompleter, how would I configure it so that the user is searching based on an entry's name, but once they select an entry, I record the ID?       I have the user entering a person's name in a text box to make it easier to find contacts in a large databa

[Rails-spinoffs] Blind effect and tables

2006-02-16 Thread Scott Walter
Greetings,I am trying to add a row to a table using the blind down effect.  I have this working for lists (aka ) but not tables.  With tables it seems to display the newly inserted row then blind.  I basically want to start with the row hidden and then blind down.  For example this works with lists

RE: [Rails-spinoffs] Draggables and overflow:auto

2006-02-16 Thread Ryan Gahl
I apologize, people, for my comment. I'm not feeling unappreciated. On the contrary, I'm just glad I can contribute anything (even if just in posts to this list), and I sincerely think Thomas and the other devs like Mandy just have their hands full. Yea, I re-read my post after I sent it and kind

Re: [Rails-spinoffs] javascript node with Ajax.Updater

2006-02-16 Thread Francisco Calderon
thanks!!! with evalscripts works =D hosnestly i didn't know about evalscript, thanks a lot2006/2/16, Michael Peters <[EMAIL PROTECTED]>: Francisco Calderon wrote:> Hi there, im having a problem with the Ajax.Updater, im using the> Ajax.Updater to get an divider, inside the div i have a _javascript

Re: [Rails-spinoffs] cancelling droppable if draggable dropped on different droppable

2006-02-16 Thread Rob Clayburn
Could you explain please ? I don't really understand this greedy option :/ _ if a dropables greedy is set to true then any other dropable under it will not know that a dropable has been dropped on it. For my case making the window a greedy dropable meant that you now have to drag th

Re: [Rails-spinoffs] javascript node with Ajax.Updater

2006-02-16 Thread Michael Peters
Francisco Calderon wrote: > Hi there, im having a problem with the Ajax.Updater, im using the > Ajax.Updater to get an divider, inside the div i have a javascript node > that i use to do javascript stuff, the problem is when i get the divider > i get whole the html but not the javascript node, th

Re: [Rails-spinoffs] cancelling droppable if draggable dropped on different droppable

2006-02-16 Thread Nicolas Terray
On 2/16/06, Rob Clayburn <[EMAIL PROTECTED]> wrote: > Rob Clayburn wrote: > > > > > > Or alternatively how can I ensure that a droppable is only activated > > if my dragable is dropped out side of my image manager window? > > > > Many thanks > > Rob > > > > > To answer my own question I made ea

[Rails-spinoffs] javascript node with Ajax.Updater

2006-02-16 Thread Francisco Calderon
Hi there, im having a problem with the Ajax.Updater, im using the Ajax.Updater to get an divider, inside the div i have a _javascript_ node that i use to do _javascript_ stuff, the problem is when i get the divider i get whole the html but not the _javascript_ node, thats a bug? anybody know what's

Re: [Rails-spinoffs] cancelling droppable if draggable dropped on different droppable

2006-02-16 Thread Rob Clayburn
Rob Clayburn wrote: Or alternatively how can I ensure that a droppable is only activated if my dragable is dropped out side of my image manager window? Many thanks Rob To answer my own question I made each window a greedy droppable object. Cheers Rob _

Re: [Rails-spinoffs] Re: Retrieve a property defined in a css

2006-02-16 Thread Nicolas Terray
On 2/16/06, SPENDLOVE, Matt, FM <[EMAIL PROTECTED]> wrote: > You can use Element.getStyle() in later versions of prototype.js > . > > Best > > Matt > Thanks for your fast answer. However, Element.getStyle does not feed my needs, because I ha

[Rails-spinoffs] cancelling droppable if draggable dropped on different droppable

2006-02-16 Thread Rob Clayburn
I'm writing a web app in which I have several 'windows' in which the user can perform given functionality. So for example I have one window which manages images on a server (drag an image into a folder and the file physically moved on the server via ajax ) These images can also be

RE: [Rails-spinoffs] Re: Retrieve a property defined in a css

2006-02-16 Thread SPENDLOVE, Matt, FM
You can use Element.getStyle() in later versions of prototype.js . Best Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nicolas Terray > Sent: 16 February 2006 09:59 > To: rails-spin

[Rails-spinoffs] Re: Retrieve a property defined in a css

2006-02-16 Thread Nicolas Terray
On 2/16/06, Nicolas Terray <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a property, defined in an external stylesheet: > > .my_class { >background-color: #FF; > } > > > I want to retrieve the value of this background-color of the class my_class. > > How can I do that with prototype/scrip

Re: [Rails-spinoffs] Draggables and overflow:auto

2006-02-16 Thread Chris Lear
* Ryan Gahl wrote (15/02/2006 22:32): > Nah, I've only ever just submitted my optimizations in isolation to this > list (only a couple times so far)... seems like Thomas has his hands > full though since he's not yet responded to any of my suggestions. In case you're feeling unappreciated... I've

[Rails-spinoffs] Retrieve a property defined in a css

2006-02-16 Thread Nicolas Terray
Hi all, I have a property, defined in an external stylesheet: .my_class { background-color: #FF; } I want to retrieve the value of this background-color of the class my_class. How can I do that with prototype/scriptaculous ? Thanks in advance, Nicolas Terray ___