[Rails-spinoffs] Ajax.Autocompleter onkeypress problem when typing in Japanese

2006-07-04 Thread shima tetuo
Hi, all. --- environments --- prototype.js Version: '1.5.0_rc0', scriptaculous.js Version: '1.6.1', windows 2000 When typing Japanese(or other multibyte languages) in a textbox, like the images below, it holds the inputs until "enter(return key)" is pressed. This is all co

[Rails-spinoffs] Re: problem with xul/prototype experiment: "bind"

2006-07-04 Thread Fred Achtien
Hi,   I'm using prototype_for_xul and i have a bug which seems to be in prototype. As i am new to XUL i dont know enough to figure it out myself.   When i use the columpicker in a tree the column-select-list wont show up if i have included prototype_for_xul   If i dont include prototype_for

[Rails-spinoffs] AJAX Form Issue

2006-07-04 Thread iggy
Hey all, I currently have a form with a select menu that is populated via AJAX. Problem is it seems that the select menu is not being sent with the form. Is this correct? Does any one know of a work around? Thanks Iggy ___ Rails-spinoffs mailing lis

Re: [Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Nicolas Terray
On 7/4/06, Alexander Presber <[EMAIL PROTECTED]> wrote: For the scoping issue you might want to read this: http://www.iamcal.com/publish/articles/js/scoping/ Cheers, Alex Many, many thanks 8) Nicolas ___ Rails-spinoffs mailing list Rails-spinoffs@l

Re: [Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Alexander Presber
For the scoping issue you might want to read this: http://www.iamcal.com/publish/articles/js/scoping/ Cheers, Alex Am 04.07.2006 um 17:44 schrieb Nicolas Terray: On 7/4/06, Alexander Presber <[EMAIL PROTECTED]> wrote: It is interesting you could build anything "huge" without knowing the var

Re: [Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Nicolas Terray
On 7/4/06, Alexander Presber <[EMAIL PROTECTED]> wrote: It is interesting you could build anything "huge" without knowing the var declaration. Thanks 8) It declares the scope of the variable to be in the current function (or global, if you are not in a function definition). Any reference to

Re: [Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Alexander Presber
It is interesting you could build anything "huge" without knowing the var declaration. It declares the scope of the variable to be in the current function (or global, if you are not in a function definition). Any reference to a variable inside of a function,, that was NOT declared local to

Re: [Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Nicolas Terray
On 7/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I don't knowMaybe you should learn how to program in javascript in general.. http://javascriptkit.com/javatutors/index.shtml lol. Thanks for the suggestion. However I have built successfully some application with huge use of javascript/

Re: [Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Jesse Kuhnert
I don't knowMaybe you should learn how to program in _javascript_ in general..http://_javascript_kit.com/javatutors/index.shtml On 7/4/06, Nicolas Terray <[EMAIL PROTECTED]> wrote: On 7/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:> It means "variable" . It's how you define something. Not usin

Re: [Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Nicolas Terray
On 7/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: It means "variable" . It's how you define something. Not using it will cost you performance-wise. (however small that may be) Thanks. In the following code : --8< var v; function f() { var v; } --8< What i

[Rails-spinoffs] How to add ordinary draggables to sortables??

2006-07-04 Thread Kjell Bublitz
Hi all..I have some sortable lists and i have items that can be added to it .. sorta... however.. the items that can be added are draggables outside the sortable list, now i would like to make it possible that the collision detection works on these aswell.. i.e. If you move the draggable over a so

Re: [Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Jesse Kuhnert
It means "variable" . It's how you define something. Not using it will cost you performance-wise. (however small that may be) On 7/4/06, Nicolas Terray <[EMAIL PROTECTED]> wrote: Hi everybody,Sorry to be a little off-topic, but I know that some js experts arelistening to me here.What is the keywor

[Rails-spinoffs] [OT] Of the good use of var

2006-07-04 Thread Nicolas Terray
Hi everybody, Sorry to be a little off-topic, but I know that some js experts are listening to me here. What is the keyword 'var' ? When do I must/can't use it ? In my current development, I do not use 'var' however I have strange behaviours (aka It doesn't work) in some version of IE6. I thoug

Re: [Rails-spinoffs] problem with Ajax.PeriodicalUpdater

2006-07-04 Thread Fernando
send a  new parameter like a this var pars = 'tiempo=' + this.lastCheck + '&nocache= ' + cacheBuster() function cacheBuster() {   var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";   var randomstring = '';       for (var i=0; i<20; i++) {     var rnum

Re: [Rails-spinoffs] Expand divs

2006-07-04 Thread Danial Tzadeh
Probably you are looking for this:http://wiki.script.aculo.us/scriptaculous/show/accordion+featureDanial On 7/4/06, Fabio Sussetto <[EMAIL PROTECTED]> wrote: Hi, I'm using scriptaculous effects to make some divs apperar anddisappear. I have three divs and I'm using the following code: 0.5});"> 

[Rails-spinoffs] Expand divs

2006-07-04 Thread Fabio Sussetto
Hi, I'm using scriptaculous effects to make some divs apperar and disappear. I have three divs and I'm using the following code: onclick="Effect.toggle('subMenu1','slide',{duration:0.5});"> .. then I have: onclick="Effect.toggle('subMenu2','slide',{dur

[Rails-spinoffs] problem with Ajax.PeriodicalUpdater

2006-07-04 Thread Daniel Herrero
Hello, My problem is the following: I have an Ajax.PeriodicalUpdater which sends several params to a php page and one of those is the actual date (tiempo) but I don´t know how to make it change in each request, the problem seens to be that once the parameters are defined, they don´t change any more

Re: [Rails-spinoffs] Can Ajax.Autocompleter be abused for this?

2006-07-04 Thread Thomas Fuchs
Heya, Just wanted to note that it seems it has some graphical glitches on Safari, most notably the "type" thing at the right side of the list (Package, etc.) disappears when you mouseover. Best, Thomas Am 03.07.2006 um 18:49 schrieb Jeremy Kitchen: check out what I did for g-p: http://ge