search for: selectioncommand

Displaying 2 results from an estimated 2 matches for "selectioncommand".

2003 Mar 26
0
R TclTk iwidgets::comboboc
...] . I am using R 1.6.2 (with tcltk package 1.6.2) and ActiveTcl 8.3.5.0 in Windows 2000. Below I've included some of the relevant ActiveTcl help. I'm not sure why it has "funny characters". # # Non?.editable Dropdown Combobox # iwidgets::combobox .cb1 ?.labeltext Month: \ ?.selectioncommand {puts ?selected: [.cb1 getcurselection]"} \ ?.editable false ?.listheight 185 ?.popupcursor hand1 .cb1 insert list end Jan Feb Mar Apr May June Jul Aug Sept Oct Nov Dec BTW, Thanks very much to all organizers and presenters at the DSC 2003 - a huge sucess! Regards, James ---------------...
2006 Aug 09
1
tk combobox question
Hello! The IWigdets::combobox has an option "selectioncommand" to specify a procedure which is called when an item in the combobox is selected. Does ComboBox from Bwidgets have an equal option or is there a simple method to do thi? I haven't found one but i would like to use Bwidgets instead of Iwidgets. Another question which should not be a pro...