|   |
  |
Wed Nov 14 14:05:30 2007 |
jaltman - Ticket created
|
|
|
| |
  |
Subject: NIM 1.3.1 - Show Network Identity Manager Window bug
After upgrading to KfW 3.2.2, when I right click on NIM and choose Show
Network Identity Manager Window, the desired window doesn't open. On
the second request it does. Subsequent requests work the first time.
This seems to just apply to the first attempt to open that window per
login to the machine.
|
Download (untitled) 305b
|
|   |
  |
Wed Nov 14 17:27:02 2007 |
jaltman - Queue changed from kfw to krb5
|
|
|
|   |
  |
Wed Nov 14 17:27:49 2007 |
jaltman - Component windows added
|
|
|
|   |
  |
Wed Nov 14 17:27:49 2007 |
jaltman - Version_reported 1.6.3 added
|
|
|
|   |
  |
Wed Nov 14 17:34:59 2007 |
jaltman - Status changed from open to resolved
|
|
|
|   |
  |
Wed Nov 14 17:34:59 2007 |
jaltman - Correspondence added
|
|
|
| |
  |
From: jaltman@mit.edu
Subject: SVN Commit
The khm_show_main_window() function is no longer called
at startup with khm_nCmdShow == SW_SHOWMINIMIZED in order to
hide the main application by calling khm_hide_main_window().
Instead, the main application window is simply never shown.
As a result, khm_show_main_window() needs to respond to
khm_nCmdShow == SW_SHOWMINIMIZED not by hiding the window
but by changing the khm_nCmdShow state to SW_SHOW and then
calling ShowWindow().
This change will address the problem whereby "Show NIM Window"
had to be triggered twice by the user when the process
was started in a minimized state.
Commit By: jaltman
Revision: 20164
Changed Files:
U trunk/src/windows/identity/ui/mainwnd.c
|
Download (untitled) 688b
|
|   |
  |
Wed Nov 14 17:35:31 2007 |
jaltman - Status changed from resolved to open
|
|
|
|   |
  |
Wed Nov 14 17:35:32 2007 |
jaltman - Tags pullup added
|
|
|
|   |
  |
Wed Nov 14 17:39:29 2007 |
jaltman - Stolen from asanka
|
|
|
|   |
  |
Wed Nov 28 19:59:28 2007 |
tlyu - Status changed from open to resolved
|
|
|
|   |
  |
Wed Nov 28 19:59:29 2007 |
tlyu - Version_Fixed 1.6.4 added
|
|
|
|   |
  |
Wed Nov 28 19:59:29 2007 |
tlyu - Correspondence added
|
|
|
| |
  |
From: tlyu@mit.edu
Subject: SVN Commit
pull up r20164 from trunk
r20164@cathode-dark-space: jaltman | 2007-11-14 17:34:53 -0500
ticket: 5842
The khm_show_main_window() function is no longer called
at startup with khm_nCmdShow == SW_SHOWMINIMIZED in order to
hide the main application by calling khm_hide_main_window().
Instead, the main application window is simply never shown.
As a result, khm_show_main_window() needs to respond to
khm_nCmdShow == SW_SHOWMINIMIZED not by hiding the window
but by changing the khm_nCmdShow state to SW_SHOW and then
calling ShowWindow().
This change will address the problem whereby "Show NIM Window"
had to be triggered twice by the user when the process
was started in a minimized state.
Commit By: tlyu
Revision: 20172
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/identity/ui/mainwnd.c
|
Download (untitled) 845b
|