Ayup, I have an application that presents some data in a toplevel window top1. I can embed another application (a tcl script) in the toplevel window but I can't position it where I would like. Ideally I wanted to create a frame in the toplevel and then position the frame but I can only get it to work using ...
exec wish sript.tcl -use [winfo id .top1] &
if I try [winfo id .top1.embed] it falls over.
All the embedded application does is create a button and at the moment the button appears in the top left of top1, I would like to place it either bottom left or bottom centre, any ideas/suggestions?
exec wish sript.tcl -use [winfo id .top1] &
if I try [winfo id .top1.embed] it falls over.
All the embedded application does is create a button and at the moment the button appears in the top left of top1, I would like to place it either bottom left or bottom centre, any ideas/suggestions?