--- a/LPCBeremiz.py Wed Jun 02 16:35:00 2010 +0200
+++ b/LPCBeremiz.py Wed Jun 02 16:52:58 2010 +0200
@@ -386,6 +386,10 @@
"tooltip" : _("Stop Running PLC"),
+ {"bitmap" : opjimg("Build"), + "tooltip" : _("Build project into build folder"), {"bitmap" : opjimg("Transfer"),
@@ -592,18 +596,22 @@
"Started" : [("_Simulate", False),
"Stopped" : [("_Simulate", True),
"Connected" : [("_Simulate", not simulating),
"Disconnected" :[("_Simulate", not simulating),
@@ -1144,6 +1152,7 @@
self.PluginRoot.SetAppFrame(frame, frame.Log)
+ wx.CallAfter(frame.Raise)