|
The Tabs in the Probe ToolBox disappear, after the use of a Dimension dialog.
<< Domenico Varacalli -- 02/27/09 11:29:06>>
After the use of a Dimension dialog (in the example a Distance Dimension), the Tabs of the Probe ToolBox inside the AutoFeature dialog, disapper.
This disappearance happens on all the autofeatures. To recover the condition of normal operation, it is necessary to close the program and to reopen it.
To look inside the ZIP, all data.
<<END>>
<< Domenico Varacalli -- 03/05/09 16:16:41>>
I have verified with the version V.4.4beta (March 4, 2009). The problem it doesn't appear anymore.
<<END>>
<< Changes made by Domenico Varacalli -- 03/05/09 16:17:22>>
Status: RESOLVED to CLOSED
<<END>>
<< Changes made by Gianni Revello -- 03/05/09 08:53:36>>
Action: Gianni Revello to Domenico Varacalli, Status: REVIEW to RESOLVED
<<END>>
<< Don Turcotte -- 03/03/09 08:34:21>>
Reviewed.
OK
<<END>>
<< Changes made by Don Turcotte -- 03/03/09 08:34:21>>
Action: Don Turcotte to Gianni Revello
<<END>>
<< Alberto Piolatto -- 03/02/09 17:54:04>>
Fixed on v44b.
It was a side effect of TK#104595.
The problem arises when in the distance dialog the 2D option is selected.
The 2D section causes the command_dialog_ok() method to be exeecuted with the current dialog command set as "TRIAL COMMAND"
At the begin command_dialog_ok() calls
m_pPartProgram->SetBlockUpdateUI(true);
With the "True" parameter SetBlockUpdateUI increases the CPCDpart_program::m_BlockUpdateUICnt counter and freezes the DRAW mode.
When SetBlockUpdateUI is called with "false" increases the CPCDpart_program::m_BlockUpdateUICnt counter and if the counter becomes 0 un freezes the DRAW mode and refreshes the UI.
If the current dialog command is marked as TRIAL the command_dialog_ok() exits without calling
m_pPartProgram->SetBlockUpdateUI(false);
This causes the CPCDpart_program::m_BlockUpdateUICnt counter never go to 0 and DRAW mode is left frozen ad UI never updated.
Files inserted to server
------------------------
V44B\SOURCE\GLOBALS.CPP
<<END>>
<< Changes made by Alberto Piolatto -- 03/02/09 17:57:02>>
Action: Alberto Piolatto to Don Turcotte, Status: OPEN to REVIEW
<<END>>
<< Changes made by Alberto Piolatto -- 03/02/09 09:58:41>>
Action: Sheetmetal Group to Alberto Piolatto
<<END>>
<< Tim Wernicke -- 02/27/09 11:47:20>>
I can reproduce this. It only happens on create from the Dimension dialog.
<<END>>
<< Changes made by Tim Wernicke -- 02/27/09 11:47:22>>
Priority: to Stop Rel.
<<END>> |
|