I think you want to have a look at the "grab" command.
If it is just about keeping the window on top of the other, "wm transient"
might do the job.

HTH,

Stef.

Op za, 10 mrt 2001, schreef u:
> Greetings,
> 
> I am sure these questions ahve been asked before but I seem to be having
> problems with opening up a child window (for lack of knowing the correct
> tcl/tk term) and having the child window retain the script focus until
> it is destroyed, in which case the parent get the focus back.  I have
> been trying something on the order of: 
> Window show $widget(child)
> focus window $widget(child)
> 
> 
> then a :
> 
> focus none 
> 
> when the window is closed.  I am having no success. I can not seem to
> keep the child window on top.
> 
> 
> Thoughts welcome!
> -- 
> RJEnt -- http://www.rjent.pair.com
> 
> _______________________________________________
> vtcl-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/vtcl-user


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to