search for: onselect

Displaying 8 results from an estimated 8 matches for "onselect".

Did you mean: noselect
2005 Apr 01
0
Selections from tcltk list boxes
...;FALSE", selectmode="single") for (x in letters[1:10]) tkinsert(listbox, "end", x) value <- tclVar("") entry <- tkentry(top, width="2", textvariable=value) onOK <- function(){ tkdestroy(top) print(tclvalue(value)) return() } onSelect <- function(){ selection <- letters[1:10][as.numeric(tkcurselection(listbox)) + 1] tclvalue(value) <- selection } OK <- tkbutton(top, text="OK", command=onOK) tkgrid(listbox, entry, sticky="nw") tkgrid(OK) tkbind(listbox, "<ButtonPress-1>"...
2010 Jun 09
1
To display a button onselect of an option from dropdown
Hi Is there an option of displaying a button only when you select an option from dropdown. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this
2005 Aug 17
3
Ajax.Autocompleter
I have been working with the Ajax.Autocompleter for about a day so forgive my ignorance. Is there any value in adding additional callbacks. I want perform an action when the user selects a choice. So I was thinking of adding an option {select: function(selectedElement) {}} similar to the callbacks on Ajax.Request in the prototype library. Call me out if you think I am crazy my feelings
2013 Feb 25
1
setting sound indicators for Isolinux menu selections
...en the boot menu loads by adding a ^G to the label statement which works well to tell a blind user they are at the boot menu. My intent is to sound the bell at each menu item, but I'm unable to do so since I'm only able to use the hotkey once. My questions is, is it possible to set an "onselect" function that would sound the bell each time the selection changed? I'm looking at the "say" command but I'm unsure if that will accomplish my goal. Any suggestions would be greatly appreciated. Thanks, Jeff Malewski
2006 Jan 04
2
noob help
I am writing an app with i18n , so my main.rhtml has this option <%= start_form_tag :action => ''lang_hi'' %> <%= select "Lang","language",[''Telugu'',''Hindi'']%> <%= submit_tag "Go" %> <%= end_form_tag %> the above way i am able to call only one action , is there a way i can call any
2010 Sep 21
0
Upload form with uploadify jquery plugin
...l(''('' + response + '')'');$.getScript(data.photo)}, onAllComplete : function(event, data){ $(''#uploadify_cancel'').hide(''blind''); $(''#uploadify_submit'').show(''blind''); }, onSelect: function(event, queueID, fileObj){ if (fileObj.size > <%= max_size %>) { alert(''The image'' + fileObj.name + '' is too large.'') return false; } }, scriptData : { ''format'': ''json'&...
2009 Aug 26
27
How to stop a user submitting the same data more than once.
I have a standard form built with rails, which a user to my site can use to submit data. Unfortunately one user just managed to submit exactly the the same data three times in a row. From the server logs it seems as though he didn''t use his back button and then resubmit everything. It looks more like he got a bit fed up waiting for the form to process and pressed the submit button three
2007 Nov 30
0
36 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_flash_security.c
...ewind = boolean : true + save = boolean : true + zoom = boolean : true + constructor (h) = _global.ContextMenu + customItems = object + __constructor__ (hn) = _global.Array + __proto__ (hp) = _global.Array.prototype + constructor (h) = _global.Array + length (hp) = number : 0 + onSelect = undefined local.b = undefined diff --git a/test/trace/context-menu-properties-6.swf b/test/trace/context-menu-properties-6.swf index 209ff54..885e09f 100644 Binary files a/test/trace/context-menu-properties-6.swf and b/test/trace/context-menu-properties-6.swf differ diff --git a/test/trace/conte...