Index: shared/scripts/names.py =================================================================== diff -u -r3cfcbf4c6dc09214cdbde312a5e5c7a90970e975 -rc93470567d8adf60e6b64224c6cad7f9a2f674ac --- shared/scripts/names.py (.../names.py) (revision 3cfcbf4c6dc09214cdbde312a5e5c7a90970e975) +++ shared/scripts/names.py (.../names.py) (revision c93470567d8adf60e6b64224c6cad7f9a2f674ac) @@ -62,6 +62,7 @@ o_back_btn = {"container": o_Gui_MainView, "type": "Text", "unnamed": 1, "visible": True} o_export_logs_text = {"container": o_SettingsBase_SettingsBase, "text": "Export Logs", "type": "Text", "unnamed": 1, "visible": True} o_combo_box_base_object={"container": o_SettingsBase_SettingsBase, "id": "_logTypeRow", "type": "Row", "unnamed": 1, "visible": True} + o_combo_box= {"container": o_SettingsBase_SettingsBase, "id": "_logTypeCombo", "type": "ComboBox", "unnamed": 1, "visible": True} o_option_combo_box={"container": o_Overlay, "type": "Text", "unnamed": 1, "visible": True} @@ -70,6 +71,7 @@ #o_option_combo_box={"checkable": False, "container": o_Overlay, "id": "_logTypeDelegate", "type": "ItemDelegate", "unnamed": 1, "visible": True} #o_service_combo_box={"checkable": False, "container": o_Overlay, "id": "_logTypeDelegate", "text":"Service", "type": "ItemDelegate", "unnamed": 1, "visible": True} + o_combo_box_text={"container": o_SettingsBase_SettingsBase, "echoMode": 0, "type": "TextField", "unnamed": 1, "visible": True} #SD Card Information o_sd_card_text = {"container": o_SettingsBase_SettingsBase, "text": "SD-Card (MB)\nFree : 0.000\nTotal: 0.000", "type": "Label", "unnamed": 1, "visible": True} @@ -78,6 +80,9 @@ o_export_btns = {"container": o_SettingsBase_SettingsBase,"id": "_logTypeExportButton", "type": "ExportButton", "unnamed": 1, "visible": True} #Export button o_export_btn = {"container": o_export_btns, "text": "Export", "type": "Text", "unnamed": 1, "visible": True} +o_export_log_list={"container": o_SettingsBase_SettingsBase, "id": "_usbFolderView", "type": "ListView", "unnamed": 1, "visible": True} +o_export_log_file={"container": o_export_log_list, "text": "VDGPressuresData.o.csmes", "type": "Text", "unnamed": 1, "visible": True} +o_export_log_id={"container": o_export_log_list, "text": "0.010", "type": "Text", "unnamed": 1, "visible": True} #object on keyboard to switch to keypad o_switch_keyboard_to_keypad = {"container": o_Gui_MainView, "text": "&123", "type": "Text", "unnamed": 1, "visible": True} o_keyboard_object = {"container": o_Gui_MainView, "type": "Text", "unnamed": 1, "visible": True}