From: Isaac Toothyxdip Date: 2008-03-07T06:44:05+09:00 Subject: Reading pick from option menu words = ['-', 'cm', 'mm', 'ml'] @var = TkVariable.new() minuteOptionMenu = TkOptionMenubutton.new( detailViewFrm, @var, *words) { width 1 }.grid('column'=>1, 'row'=>0, 'sticky'=>'w', 'padx'=>5) I was wondering something...what is the way that you can check what is chosen from the menu ive tried checking what words was and i also checked what @var was but i dont think i did it the right way there were a few other ways i tried like setting commands but i dont know where it is i think it is on my usb key at my friends house so i will try that later if know one knows how. Thanks in advance! -- Posted via http://www.ruby-forum.com/.