| Description: |
Hi,
my problem is that: Vhen is invoked "bgerror",
created window is separated from its content.
URL of screenshots is:
http://web.telecom.cz/WoodPrint/brerror1.png
http://web.telecom.cz/WoodPrint/brerror2.png
and after move window vith mouse
http://web.telecom.cz/WoodPrint/brerror3.png
Content of window is stiky on sceen and I dosenot
move it.
I found "woraround?", to comment line 245
in file bgerror.tcl
set y [expr {([winfo screenheight .bgerrorDialog] -
$height)/2 - \
[winfo vrooty $parent]}]
.bgerrorDialog configure -width $width
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
wm geometry .bgerrorDialog +$x+$y
wm deiconify .bgerrorDialog
OR execute it later
after 1 .bgerrorDialog configure -width $width
after this things work fine.
Tanks for comments Michal <wohnivec@iol.cz>
|