|
F9 + OK on Autofeature results in 2 msgs "Do you want to update nominals of related dimensions?"
<< Don Turcotte -- 03/13/08 16:34:53>>
F9 + OK on Autofeature results in 2 msgs "Do you want to update nominals of related dimensions?" whether you answer Yes or No
Steps to reproduce:
Load program attached to PR#253655
F9 on CIR4
Press OK
Results:
Get dialog "Do you want to update nominals of related dimensions?"
Press No
Get another "Do you want to update nominals of related dimensions?"
Expected Results:
Should get only 1 "Do you want to update nominals of related dimensions?" when F9 on autofeature, then OK regardless of whether you answer the question Yes or No
<<END>>
<< Jared Hess (Development Notes) -- 04/08/09 23:10:42>>
This has been addedtoreadme for v44 (or ignored if internal item).
<<END>>
<< Don Turcotte -- 09/24/08 14:47:20>>
Merged into V431.
This also fixes 257096 which is a duplicate PR.
Files inserted to server
------------------------
V431\AUTOFEAT\AFDLG.CPP
V431\INCLUDE\GLOBALS.H
V431\SOURCE\GLOBALS.CPP
<<END>>
<< Changes made by Don Turcotte -- 09/24/08 14:47:46>>
Action: Don Turcotte to David Petrizze, Status: OPEN to REVIEW
<<END>>
<< Werner Habermann -- 09/24/08 16:59:37>>
Hi Don, I created a duplicate PR with
"257096 - When I update an auto feature command I get 2 times the question whether or not the related dimension command should update". Regards - Werner
<<END>>
<< Changes made by Werner Habermann -- 09/24/08 16:59:49>>
Action: David Petrizze to Don Turcotte
<<END>>
<< Changes made by Bret Naylor -- 09/11/08 12:17:39>>
Status: REVIEW to OPEN, Priority: High to Stop Rel.
<<END>>
<< Neil Kay -- 04/07/08 22:14:29>>
Tim, looks to me like an MR1 candidate
<<END>>
<< Don Turcotte -- 03/18/08 09:56:42>>
The autofeature dialog (CAFDlg) calls command_dialog_ok(...) which calls UpdateObjectsReferencing(...), then calls CEditWin::update_fields(...). The call to update_fields(...) performs the correct processing for updating Feature control frames. The call to UpdateObjectsReferencing(...) in command_dialog_ok(...) is redundant and does not handle feature control frames. I added a parameter to command_dialog_ok(...) to skip the call to UpdateObjectsReferencing(...). This parameter is by default TRUE so in other cases this call will still be made.
I have fixed this in V43B and V44B.
Files inserted to server
------------------------
V43B\AUTOFEAT\AFDLG.CPP
V43B\INCLUDE\GLOBALS.H
V43B\SOURCE\GLOBALS.CPP
V44B\AUTOFEAT\AFDLG.CPP
V44B\INCLUDE\GLOBALS.H
V44B\SOURCE\GLOBALS.CPP
<<END>>
<< Changes made by Don Turcotte -- 03/18/08 09:57:08>>
Action: CMM Group to David Petrizze, Status: OPEN to REVIEW
<<END>>
<< Changes made by Don Turcotte -- 03/18/08 09:56:42>>
Assigned: CMM Group to Don Turcotte
<<END>>
<< Changes made by Tim Wernicke -- 03/17/08 09:03:45>>
Priority: Medium to High
<<END>>
<< Changes made by Don Ruggieri -- 03/14/08 16:47:39>>
Priority: to Medium
<<END>> |
|