Re: Event handling stops for no reason? [message #69998 is a reply to message #69997] |
Wed, 03 March 2010 15:01   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
MichaelT writes:
> I have an object which sends an event to the main program to update an
> info label (to tell the user what the sub-program is currently doing):
> Widget_Control, self.Group_Leader, Send_Event = {Info, 0L, 0L, 0L,
> (*self.lang).info}
Well, you don't tell me how {INFO} is defined,
but if it is not defined with an ID, TOP, and HANDLER
field, then it is likely this event is being swallowed
in the event handler of the self.group_leader widget.
Is that the event handler that is suppose to do something
sensible with this event?
Just too many unknowns here for me to make sensible
judgments. Maybe you want to send this event to the
draw widget?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|