From: Hidetoshi NAGAI Date: 2009-06-03T13:11:08+09:00 Subject: Re: invoke a event in ruby/tk From: Jesus Jesus Subject: invoke a event in ruby/tk Date: Wed, 3 Jun 2009 01:46:17 +0900 Message-ID: > i have a TkEntry and A TkTable and i need to invoke the events of "Up" > and "Down" of the TkTable To change the selection of cell as well as if > it were selected. for reasons unnecessary to explain i need to hold the > focus in the Tkentry.Please write a suggestion on how to do this. For example, ----------------------------------------------------------- table.takefocus false table.bind('FocusIn'){entry.focus} ----------------------------------------------------------- -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)