[GME-commit] GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp, 1.61, 1.62

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu May 3 14:26:08 CDT 2007


Update of /project/gme-repository/GMESRC/GME/GMEActiveBrowser
In directory escher:/tmp/cvs-serv28282

Modified Files:
	ActiveBrowserPropertyPage.cpp 
Log Message:
Inspector Page cycling.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: ActiveBrowserPropertyPage.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** ActiveBrowserPropertyPage.cpp	7 Mar 2007 21:29:05 -0000	1.61
--- ActiveBrowserPropertyPage.cpp	3 May 2007 19:26:06 -0000	1.62
***************
*** 889,892 ****
--- 889,894 ----
  		MessageBox("Connections cannot be  copied.","Copy Error", MB_ICONERROR);
  	}
+ 
+ 	CGMEDataDescriptor::destructList( rectSelectedList);
  }
  
***************
*** 1095,1098 ****
--- 1097,1102 ----
  		MessageBox("No object selected","Copy Error", MB_ICONERROR);
  	}
+ 
+ 	CGMEDataDescriptor::destructList( rectSelectedList);
  }
  
***************
*** 1254,1257 ****
--- 1258,1263 ----
  		MessageBox("No object selected","Copy Error", MB_ICONERROR);
  	}
+ 
+ 	CGMEDataDescriptor::destructList( rectSelectedList);
  }
  
***************
*** 1344,1347 ****
--- 1350,1355 ----
  		MessageBox("Connections cannot be dropped or copied.","Error", MB_ICONERROR);
  	}
+ 
+ 	CGMEDataDescriptor::destructList( rectSelectedList);
  }
  
***************
*** 2425,2428 ****
--- 2433,2437 ----
  			}
  		}break;
+ 	case 0x41: // VK_A
  	case 0x49: // VK_I
  		{
***************
*** 2430,2433 ****
--- 2439,2446 ----
  				CGMEActiveBrowserApp* pApp=(CGMEActiveBrowserApp*)AfxGetApp();
  				pApp->GetCtrl()->FireShowObjInspDlg();
+ 			}
+ 			else if( ::GetKeyState( VK_MENU) < 0) { // alt pressed
+ 				CGMEActiveBrowserApp* pApp=(CGMEActiveBrowserApp*)AfxGetApp();
+ 				pApp->GetCtrl()->FireCycleObjInsp( (::GetKeyState( VK_SHIFT) >= 0)? VARIANT_TRUE:VARIANT_FALSE);
  			}
  		}break;



More information about the GME-commit mailing list