[Microba-controls] Listener
Brought to you by:
michaelbaranov
From: David S. <fo...@wi...> - 2006-05-08 17:41:21
|
Hello! First of all: thanks for this great, free tool! I have just one little question: I want to call a specified method when the value of a datepicker has been changed. experiments with --- CODE --- private DatePicker displayfield = new DatePicker(); CommitListener cl = new CommitListener(){ public void commit(CommitEvent ce){ calculate(); } }; displayfield.addCommitListener(cl); -- / CODE --- didn't work unfortunately. Thank you for your help! Greetings, DigiTalk |