Closed GoogleCodeExporter closed 9 years ago
Sorry the post should read:
The newly stable version of the cross-section has been added to the SVN
repository under the name csection_calc.py. The associated GUI panel has also
been added under then name csection_panel.py. The GUI portion and calculation
work well in the unstable git repository given the correct method in
GUI_main.py:
def OnLaunchCrossSection(self, evt):
myparent = self
frame1 = wx.Frame(myparent, -1, "Cross-section")
dlg = csection_panel.CrossSectionPanel(procManager = self.procManager, parent=frame1, id = -1)
self.SetExtraStyle(wx.WS_EX_VALIDATE_RECURSIVELY)
frame1.Fit()
frame1.Show()
frame1.Refresh()
However, these files have not been tied into the SVN repo yet nor have they
been tested for compatibility with the most recent version of the SVN repo.
This must be done and the executable rebuilt.
Original comment by wfly...@gmail.com
on 22 Jun 2010 at 6:15
The cross-section and cross-section panel are in and working. Need to tie in
with ProcessManager.
Original comment by wfly...@gmail.com
on 7 Jul 2010 at 3:29
This is now complete
Original comment by wfly...@gmail.com
on 30 Jul 2010 at 11:22
Original issue reported on code.google.com by
wfly...@gmail.com
on 22 Jun 2010 at 6:14