Category: Tk
-
Tk docs and best practices
I’ve been using Ruby/Tk some time. It is quite good GUI toolkit, however very poorly documented. Well there is a lot documentation, but it is hard to start writing Ruby/Tk applications, since documentation is meant for advanced users. And how to become one? Well it may change in future. First, there was new Tcl/Tk release…
-
Writing tests for Ruby/Tk application
Tk allows to place widgets without explicitly specifying root window. It could become problem if You don’t have this window. I got basic functionality of my application and then I wanted to develop it further more TDD way, since I anticipated some redesigns on the fly. Having then test suite will help me not break…
-
Ruby Tk
Recently I wrote a lot code with Ruby and Tk. I just need to write some old fashioned GUI application. And being somewhere in 1/3 way with this work, what I can say? This is my first time I’m using Tk so I’m newcomer to this land, and my first impressions are quite positive (YMMV).…