From: Milind G. <mil...@gm...> - 2012-02-15 03:09:10
|
Hi, I wonder if this is a known issue or something intentional. I have made a module that creates a frame with some buttons and associates an event handling function for the button click, the function resides in the module itself. The frame also is visible in the module. Now when the event handler is called the event handler function is executed in the global environment rather than the module environment hence it is not able to see the variables and functions of the module. Does this mean event handler functions cannot be in a module? Thanks, Milind |