|
2002-07-08
| ||
| 19:07 | • Deleted ticket [535350ffff]: bgerror - wrong displaying window plus 7 other changes artifact: 334965d078 user: drh | |
|
2002-06-01
| ||
| 04:05 | • Ticket [535350ffff]: 1 change artifact: 2dbefd8545 user: hobbs | |
|
2002-03-26
| ||
| 19:02 | • New ticket [535350ffff]. artifact: c08afeea85 user: nobody | |
| Ticket UUID: | 535350 | |||
| Title: | bgerror - wrong displaying window | |||
| Type: | Patch | Version: | None | |
| Submitter: | nobody | Created on: | 2002-03-26 19:02:18 | |
| Subsystem: | None | Assigned To: | drh | |
| Priority: | 5 Medium | Severity: | ||
| Status: | Deleted | Last Modified: | 2002-07-08 19:07:38 | |
| Resolution: | Works For Me | Closed By: | drh | |
| Closed on: | 2002-07-08 12:07:38 | |||
| 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>
| |||
| User Comments: |
drh added on 2002-07-08 19:07:38:
Logged In: YES user_id=69293 The person who submitted this bug now reports that the problem was with the AfterStep WM version 1.6.10. The problam is fixed in newer versions of AfterStep. | |||