[fxruby-users] FXTextField.connect(SEL_CHANGED)
Lyle Johnson
lyle at lylejohnson.name
Wed Jul 28 23:55:39 EDT 2010
On Jul 28, 2010, at 5:35 PM, Ralph Shnelvar <ralphs at dos32.com> wrote:
> When I do an assignment to the text in a FXTextField, SEL_CHANGED is not raised.
>
Try calling setText("new value", true) on the FXTextField instead of assigning to the "text" attribute. That should cause it to notify the text field's target of the SEL_CHANGED event.
More information about the fxruby-users
mailing list