Bvdet,
Thank you; I'm extremely impressed! That works perfectly. Can you tell me how you figured that out so I know where to look in the future? I just ran help(Button.bin d), and it mentions add, but it doesn't say anything about the values that add can take. Thanks again.
User Profile
Collapse
Profile Sidebar
Collapse
DaveJ
Last Activity: Nov 9 '11, 03:44 AM
Joined: Nov 7 '11
Location:
-
How to get PMW counter to call a function when value changes
Hi,
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)
No activity results to display
Show More
Leave a comment: