@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'.