comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Event handling stops for no reason?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Event handling stops for no reason? [message #69997 is a reply to message #69996] Wed, 03 March 2010 15:47 Go to previous messageGo to previous message
MichaelT is currently offline  MichaelT
Messages: 52
Registered: May 2006
Member
> Well, you don't tell me how {INFO} is defined,

void = {Info, ID: 0L, Top: 0L, Handler: 0L, Info: ''}

This should be OK.

> 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?
Yes. Like this:

;Get the structure name of the event
Case Tag_Names(ev, /Structure_Name) Of

;Tell the user what to do. Event is generated when an object is
mapped/started.
'INFO': Begin
Widget_Control, self.info, Set_Value = ev.info
Return
End
...

This is indeed executed and then processing stops until I move the
mouse. There are no further events involved...

>
> Just too many unknowns here for me to make sensible
> judgments.
I am afraid so.

I just had the hope this was some known phenomenon.

Thanks for your help anyway!

Michael
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: to read and to save multiple fits format files at a time
Next Topic: idlwave completion does not work

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 09:20:10 PDT 2025

Total time taken to generate the page: 0.64083 seconds