From: Lyle Johnson Date: 2003-03-11T19:30:23+09:00 Subject: Re: FXRuby - changing cursor position John Reed wrote: > I'm editing an input form in FXRuby and want to position the cursor to > the field in error, the one that is blank. How do I get the cursor to > position where I want it? Use the FXWindow#setFocus() method, i.e. widget.setFocus() Hope this helps, Lyle