I'm having bind problems with TkRoot. I want to detect a window resize. Here
is what I am attempting:
root.bind( 'Configure' ){
p "Window has been resized"
}
When I attempt to run it I get the follow error:
abnormal program termination
Exit Code: 3
Any ideas? Thanks,
Zach