I have implemented a number of megawidget counters, and I would like them to call a function when their values change. Is this possible?
So far, I have only been able to get the counters to call my function when I enter keystrokes in the entryfield (excluding the up and down arrow keys, which do nothing). Here's a snippet:
Code:
myCounter.component('entryfield').bind("<Key>",myFunc)