[Fxruby-users] (unit) testing and FXRuby.
Status: Inactive
Brought to you by:
lyle
From: Hugh S. S. E. E. <hg...@dm...> - 2003-08-13 11:39:06
|
Before I started on FOX I used to use Tk, though I have not had much success using it with Ruby. In Tk you could send messages from one program to another, or even within the same program, and buttons had an action command that effectively clicked the button. If I want to drive a GUI programmatically in FXRuby, what should I be using? Also, are there ways to interrogate the application so I can assert that "clicking ThatWidget means ThisWidget is now visible", etc? I'm thinking my debugging process might go more smoothly if I can drive the UI consitently. Are there idioms for this yet? Hugh |