swingbion.blogg.se

Easygui codebox multiple strings
Easygui codebox multiple strings













"Donation Date", "Director", "Reference number of first record", "Accession number of first record "]įieldValues = # we start with blanks for the valuesįieldValues = multenterbox(msg,title, fieldNames)

easygui codebox multiple strings

Grade_interventions = # we start with blanks for the values grade_interventions = multenterbox(msg,title, fieldNames) else:Ĭapture_frame_rate = # we start with blanks for the valuesĬapture_frame_rate = choicebox(msg,title, fieldNames)įps_string = 'Captured at %s fps' % capture_frame_rateĬhoices = No_of_emptyfields = 18 if workflow = "Telecine Grade":įieldNames = # Currently unused, but I'll get around to it :[ else: Physdata2=getPhysData(splitup, float(setup), float(setup),( "sessions"))Īdd_to_revtmd( '//revtmd:codingProcessHistory' + str() + '/revtmd:role', 'Host Computer', revtmd_xmlfile)Īdd_to_revtmd( '//revtmd:codingProcessHistory' + str() + '/revtmd:manufacturer', 'Hewlett Packard', revtmd_xmlfile)Īdd_to_revtmd( '//revtmd:codingProcessHistory' + str() + '/revtmd:modelName', 'Z420 Workstation', revtmd_xmlfile)Īdd_to_revtmd( '//revtmd:codingProcessHistory' + str() + '/revtmd:version', 'ABC123', revtmd_xmlfile)Īdd_to_revtmd( '//revtmd:codingProcessHistory' + str() + '/revtmd:serialNumber', 'CZC4310HP8', revtmd_xmlfile) Physdata1=getPhysData(splitup, float(setup), float(setup),( "sessions")) Setup=eg.multenterbox(title= "Analysis settings",msg= "Choose the settings you want for this analysis.",fields=,values=) M2=eg.choicebox(title= "Select measurement 2",msg= "Select which column contains data files corresponding to measurement 2",choices=splitHead)

easygui codebox multiple strings

M1=eg.choicebox(title= "Select measurement 1",msg= "Select which column contains data files corresponding to measurement 1",choices=splitHead)















Easygui codebox multiple strings