Tcl Source Code

View Ticket
Login
Ticket UUID: 657282
Title: geometry and event misbehavior at macosx
Type: Bug Version: obsolete: 8.4.0
Submitter: tak416 Created on: 2002-12-21 19:51:39
Subsystem: None Assigned To: das
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2004-03-31 01:09:04
Resolution: Invalid Closed By: dgp
    Closed on: 2004-03-30 18:09:04
Description:
I wrote a test program so if I move the .tmain window
the .tasoc window will move to either the left of the
right the .tmain window.

I use the <Configure> event to accomplish this. The
script works fine at Sun Solaris 8.0 with wish 8.3 and
8.4. However, under MacOSX the main window sometime did
not get the correct geometry from the wm command.

use the attached script and follow the step you may see
the problem:

step 1: move .tmain to any location. The .tasoc should
move to either its left or right.
step 2: move several time, if the .tasoc will move to
the left/right it is the problem.
step 3: you can click on the title bar it may behave
wrong too. In Sun the set-window-orient command will
not be called.

In Sun the set-window-orient command usually will not
be called. In OSX it was called a lot.

Or the method I use is wrong to attach the window.

Thanks,
[email protected]
User Comments: dgp added on 2004-03-31 01:09:04:
Logged In: YES 
user_id=80530


This looks like a report about Tk.
It should be re-filed with the
tktoolkit project, probably in the
Mac OS X Window Commands
category.

tak416 added on 2002-12-22 03:25:25:

File Added - 38062: mv-window.tk

Logged In: YES 
user_id=564039

Looks like my original attchment was not received by the server.

Attachments: