View Single Post
Old 06-12-2018, 03:12 PM   #172
wrCisco
Enthusiast
wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.
 
Posts: 48
Karma: 605108
Join Date: Apr 2016
Device: none
@CalibUser: I had some spare time today and I looked at the code. I think that this line in ShowdlgProcessSpanTags
Code:
InteriorFrame.bind("<Configure>", fnScrollable)
should be
Code:
canvas.bind("<Configure>", fnScrollable)
Secondly, fnScrollable can't access 'canvas' name, it should be 'event.widget'.
wrCisco is offline   Reply With Quote