Menu

#21 listeners for WTextBox doesn't work

open
nobody
None
5
2007-04-02
2007-04-02
taab
No

The following code doesn't work:
WTextBox wtb = new WTextBox("myInp");
wtb.setText("this works");
//calculate strength
wtb.addChangeListener(new ChangeListener() {

public void onChange(Widget sender) {
// the onChange is never called, it works for native TextBox widget, but doesn't for WTextBox :(

}});

Discussion

  • taab

    taab - 2007-04-02
    • summary: litereners for WTextBox doesn't work --> listeners for WTextBox doesn't work
     
  • Trenton D. Adams

    Logged In: YES
    user_id=475005
    Originator: NO

    I'm having the same problem on 0.1.3

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.