Changeset 1276 for trunk/GSASIIIO.py
- Timestamp:
- Apr 11, 2014 2:31:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r1275 r1276 1311 1311 # select one or more from a from list 1312 1312 choices = [i.filename for i in zinfo] 1313 dlg = wx.MultiChoiceDialog(parent,'Select file(s) to extract from zip file'+str(filename),1314 'Choose file(s)',choices ,wx.CHOICEDLG_STYLE,)1313 dlg = G2gd.G2MultiChoiceDialog(parent,'Select file(s) to extract from zip file '+str(filename), 1314 'Choose file(s)',choices) 1315 1315 if dlg.ShowModal() == wx.ID_OK: 1316 1316 zlist = dlg.GetSelections() … … 1409 1409 self.repeat = False 1410 1410 self.repeatcount = 0 1411 self.readfilename = '?' 1411 1412 #print 'created',self.__class__ 1412 1413 … … 1417 1418 self.repeat = False 1418 1419 self.repeatcount = 0 1420 self.readfilename = '?' 1419 1421 1420 1422 def BlockSelector(self, ChoiceList, ParentFrame=None,
Note: See TracChangeset
for help on using the changeset viewer.