Ok, there's no bug in FSC_Inputfield.. I solved my own problem.
What I had done was to put several widgets, including two
FSC_Inputfield widgets in a base for which an event_func was defined.
I had also defined the event func keyword for each of the
FSC_Inputfield widgets, because without doing this those widgets will
not return any events. It was this double specification of the event
handler that caused the problem. The solution is to specify
event_func for each of my widgets individually, rather than for the
base that contains them. OR, add a keyword to FSC_Inputfield so that
it will return events even when event_func and event_pro are left
undefined.
Mark


|