--- a/LPCBeremiz.py Mon Oct 10 00:19:40 2011 +0200
+++ b/LPCBeremiz.py Thu Oct 13 13:49:40 2011 +0200
@@ -397,7 +397,7 @@
{"bitmap" : opjimg("Build"),
"tooltip" : _("Build project into build folder"),
{"bitmap" : opjimg("Transfer"),
@@ -443,14 +443,14 @@
return PluginsRoot._getBuildPath(self)
save = self.ProjectTestModified()
self.AppFrame._Refresh(TITLE, FILEMENU)
if self.BuildPath is not None:
mycopytree(self.OrigBuildPath, self.BuildPath)
- PluginsRoot._build(self)
+ PluginsRoot._Build(self) wx.CallAfter(self.AppFrame.RefreshAll)
@@ -610,22 +610,22 @@
"Started" : [("_Simulate", False),
"Stopped" : [("_Simulate", False),
"Connected" : [("_Simulate", not simulating),
"Disconnected" :[("_Simulate", not simulating),
@@ -802,7 +802,7 @@
if self.CurrentMode is None and self.OnlineMode != "OFF":
self.CurrentMode = TRANSFER_MODE
- PluginsRoot._build(self)
+ PluginsRoot._Build(self) ID_ABORTTRANSFERTIMER = wx.NewId()
self.AbortTransferTimer = wx.Timer(self.AppFrame, ID_ABORTTRANSFERTIMER)
@@ -1222,7 +1222,7 @@
- self.PluginRoot._build()
+ self.PluginRoot._Build() def SetProjectProperties(self, projectname, productname, productversion, companyname):
properties = self.PluginRoot.GetProjectProperties()