几何尺寸与公差论坛

 找回密码
 注册
查看: 110|回复: 2

PR 253353 The list of the FCF is emptied after the apparition of a warning (S

[复制链接]
发表于 2008-12-26 15:51:19 | 显示全部楼层 |阅读模式
The list of the FCF is emptied after the apparition of a warning (Simultaneous Evaluation)
<< Domenico Varacalli  --  02/18/08  16:14:07>>
If the sequence of FCF that I have selected in the list is wrong, there is a warning (1.GIF). But when I repeat the operation, the list is empty (2.GIF).
I have to go out of the program and to reenter for seeing the list. Since the warning has not written any statement in the program, therefore I would like to find
the elements FCF, completely visible. Does another possibility exist without going out of the program?
<<END>>


<< Changes made by Neil Kay -- 12/12/08  09:27:29>>
Action:  David Petrizze to Yanhua Huang
<<END>>
<< Don Turcotte  --  02/26/08  16:56:40>>
Fixed in V43B and V44B.
Files inserted to server
------------------------
V43B\DIMENS\DimSimultaneousDlg.CPP
V43B\EDITORS\EDITWIN.CPP
V43B\INCLUDE\DimSimultaneousDlg.H
V44B\DIMENS\DimSimultaneousDlg.CPP
V44B\EDITORS\EDITWIN.CPP
V44B\INCLUDE\DimSimultaneousDlg.H

<<END>>
<< Changes made by Don Turcotte -- 02/26/08  16:56:55>>
Action:  Don Turcotte to David Petrizze, Status:  OPEN to REVIEW
<<END>>
<< Changes made by Tim Wernicke -- 02/18/08  09:29:54>>
Category:  dimensions to GD&T, Priority:  to Critical
<<END>>
 楼主| 发表于 2008-12-26 16:36:00 | 显示全部楼层

回复: PR 253353 The list of the FCF is emptied after the apparition of a warn

V44B\EDITORS\EDITWIN.CPP      
    else if( Obj[line].command->bit(MARKED) ) // PR253353
          {
            color_value = MARKED_TEXT >> 4;
            textmode = COLOR_MODE_MARKED;
          }
 楼主| 发表于 2008-12-26 16:37:13 | 显示全部楼层

回复: PR 253353 The list of the FCF is emptied after the apparition of a warn

V44B\DIMENS\DimSimultaneousDlg.CPP
// PR253353 - save original markings
void CDimSimultaneousDlg::SaveMarkings()
{  
  m_bMarkedList.RemoveAll();
  int ii = 0;
  for( ; ii < m_elements.GetSize(); ii++ )
  {
    BOOL bMarked = m_elements[ii]->ptr->bit(MARKED);
    m_bMarkedList.Add(bMarked);
  }
}
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-12-23 01:17 , Processed in 0.037960 second(s), 20 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表