[GME-commit] GMESRC/GME/Gme GMEApp.cpp,1.114,1.115
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri May 14 09:27:19 CDT 2004
- Previous message: [GME-commit]
GMESRC/Install Binary.idt,1.9,1.10 Component.idt,1.25,1.26
CustomAction.idt,1.11,1.12 Directory.idt,1.10,1.11
FeatureComponents.idt,1.17,1.18 File.idt,1.25,1.26
ISComponentExtended.idt,1.18,1.19
InstallExecuteSequence.idt,1.11,1.12
- Next message: [GME-commit] GMESRC/GME/ObjectInspector InspectorList.cpp,1.38,1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv7342/GME/Gme
Modified Files:
GMEApp.cpp
Log Message:
Fixed focus problems in the browser and the attribute editor. See JIRA GME-64
CVS User: volgy
Index: GMEApp.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEApp.cpp,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** GMEApp.cpp 11 May 2004 14:22:09 -0000 1.114
--- GMEApp.cpp 14 May 2004 13:27:15 -0000 1.115
***************
*** 2142,2153 ****
void CGMEApp::OnRunPlugin(UINT nID) {
CGMEEventLogger::LogGMEEvent("CGMEApp::OnRunPlugin "+plugins[nID - ID_FILE_RUNPLUGIN1]+"\r\n");
RunComponent(plugins[nID - ID_FILE_RUNPLUGIN1]);
}
void CGMEApp::OnRunInterpreter(UINT nID) {
-
CGMEEventLogger::LogGMEEvent("CGMEApp::OnRunInterpreter "+interpreters[nID - ID_FILE_INTERPRET1]+"\r\n");
RunComponent(interpreters[nID - ID_FILE_INTERPRET1]);
-
}
--- 2142,2159 ----
void CGMEApp::OnRunPlugin(UINT nID) {
CGMEEventLogger::LogGMEEvent("CGMEApp::OnRunPlugin "+plugins[nID - ID_FILE_RUNPLUGIN1]+"\r\n");
+
+ // Focus must be killed to flush ObjectInspector and Browser
+ ::SetFocus(NULL);
+
RunComponent(plugins[nID - ID_FILE_RUNPLUGIN1]);
}
void CGMEApp::OnRunInterpreter(UINT nID) {
CGMEEventLogger::LogGMEEvent("CGMEApp::OnRunInterpreter "+interpreters[nID - ID_FILE_INTERPRET1]+"\r\n");
+
+ // Focus must be killed to flush ObjectInspector and Browser
+ ::SetFocus(NULL);
+
RunComponent(interpreters[nID - ID_FILE_INTERPRET1]);
}
- Previous message: [GME-commit]
GMESRC/Install Binary.idt,1.9,1.10 Component.idt,1.25,1.26
CustomAction.idt,1.11,1.12 Directory.idt,1.10,1.11
FeatureComponents.idt,1.17,1.18 File.idt,1.25,1.26
ISComponentExtended.idt,1.18,1.19
InstallExecuteSequence.idt,1.11,1.12
- Next message: [GME-commit] GMESRC/GME/ObjectInspector InspectorList.cpp,1.38,1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list