----Messaggio originale----

Da: ulf.l.elias...@gmail.com

Data: 27/11/2013 22.04I do not know TCL but digged around a little bit in the 
code and found this in proc makeAnalysisWin around line 26490 in my version of 
bin/scid:


    set w ".analysisWin$n"    if {[winfo exists $w]} {        focus .        
destroy $w        return    }





Hi,thank you very much for you help.Can I ask you to try a quick test?What 
happens if you add this two lines:
puts "entering makeAnalysisWin"
update idletasks
just before that code?My guess is that some sort of recursion happens and 
destroying the half-created window cause the problem.Thanks,Fulvio
 
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to