Index: shared/scripts/names.py =================================================================== diff -u -rc93470567d8adf60e6b64224c6cad7f9a2f674ac -rab639c7acff8c8444f869f2ac898a1cd241efa87 --- shared/scripts/names.py (.../names.py) (revision c93470567d8adf60e6b64224c6cad7f9a2f674ac) +++ shared/scripts/names.py (.../names.py) (revision ab639c7acff8c8444f869f2ac898a1cd241efa87) @@ -73,16 +73,28 @@ #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} + +#slider +o_sd_folder_slider = {"container": o_SettingsBase_SettingsBase, "id": "_sdcFolderView", "type": "ListView", "unnamed": 1, "visible": True} +o_usb_folder_slider={"container": o_SettingsBase_SettingsBase, "id": "_usbFolderView", "type": "ListView", "unnamed": 1, "visible": True} +o_slider_text = {"container": o_SettingsBase_SettingsBase, "text": "4.350", "type": "Text", "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} -#USB drive Information -o_usb_text = {"container": o_SettingsBase_SettingsBase, "text": "USB Drive (MB)\nFree : 0.000\nTotal: 0.000", "type": "Label", "unnamed": 1, "visible": True} -o_export_btns = {"container": o_SettingsBase_SettingsBase,"id": "_logTypeExportButton", "type": "ExportButton", "unnamed": 1, "visible": True} +o_sd_card_btn= {"container": o_SettingsBase_SettingsBase, "text": "SD", "type": "Label", "unnamed": 1, "visible": True} + #Export button +o_export_btns = {"container": o_SettingsBase_SettingsBase,"id": "_logTypeExportButton", "type": "ExportButton", "unnamed": 1, "visible": True} 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} + +#USB drive Information +# o_usb_text = {"container": o_SettingsBase_SettingsBase, "text": "USB Drive (MB)\nFree : 0.000\nTotal: 0.000", "type": "Label", "unnamed": 1, "visible": True} +# o_usb_before_click= {"container": o_SettingsBase_SettingsBase, "text": 0, "type": "Label", "unnamed": 1, "visible": True} +# o_usb_after_click={"container": o_SettingsBase_SettingsBase, "text": "USB", "type": "Label", "unnamed": 1, "visible": True} + +o_usb_folder_list= {"container": o_SettingsBase_SettingsBase, "id": "_usbFolderView", "type": "ListView", "unnamed": 1, "visible": True} +o_usb_folder_file= {"container": o_SettingsBase_SettingsBase, "type": "Text", "unnamed": 1, "visible": True} +o_usb_folder_id= {"container": o_SettingsBase_SettingsBase, "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}