From: "Harry Truax" <htruax / stf.com> Subject: Looking for good reads on Ruby TK GUI programming Date: Thu, 9 Mar 2006 01:14:47 +0900 Message-ID: <200603081114464.SM03532 / htruax> > Could anyone suggest any good examples, articles, books, etc. for Ruby TK > GUI programming with particular emphasis on multi-screen/window GUI > applications? For example, someone is working on one window, clicks on a > button and another window 'takes-over the screen', they finish with that one > and return to the previous window. Do you mean about such like as TkWindow#grab or TkWindow#focus? Or usage of 'screen' option of TkToplevel widget? Or again, how to control another {Ruby|Tcl}/Tk process on the same or other machine with RemoteTkIp class? Did you check samples in 'ext/tk/sample' directory on your ruby source tree? -- Hidetoshi NAGAI (nagai / ai.kyutech.ac.jp)