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

Home » Public Forums » archive » Speeding up data crunching using IDL_IDLBridge with asychronous execution
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: Speeding up data crunching using IDL_IDLBridge with asychronous execution [message #85190 is a reply to message #85137] Thu, 11 July 2013 12:47 Go to previous messageGo to previous message
dpmc07 is currently offline  dpmc07
Messages: 3
Registered: July 2013
Junior Member
Hi All,

I think the IDL bridge timers aren't destroyed correctly. You could try running this when you all the children have finished doing their stuff.

pro clear_idl_timers

annoying = widget_info(/managed)
for i = 0, n_elements(annoying)-1 do $
if widget_info(annoying[i],/event_pro) eq 'IDL_IDLBRIDGETIMER_EVENT' then $
widget_control,annoying[i],/destroy

end

Cheers,
Dan Perera
[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
Read Message
Previous Topic: Plot colors
Next Topic: Font List

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

Current Time: Thu Oct 09 20:26:51 PDT 2025

Total time taken to generate the page: 1.36140 seconds