Lecerof / TelemetryViewer

A simple telemetry viewer based on the one on Farrell Farahbods github: https://github.com/farrellf/TelemetryViewer but suits my needs a bit better
1 stars 1 forks source link

Enhancements in the layout ui #2

Open Wooopz opened 6 years ago

Wooopz commented 6 years ago

Hello Lecerof,

1- It will be really useful if we could move or resize existing charts in the layout.

Actually, in case of positioning mistake, we have to delete and redo one or more charts.

2- Is it possible to auto load a defaut layout file when the program launch?

Something like this : If exist file default.layout.txt Load default.layout.txt

Thank you.

Lecerof commented 6 years ago

Yes, the resizing I've been thinking about myself. What do you mean with default layout? A layout must be connected to a usb-port with a certain data structure coming in to it, and that might make it a useless feature. One thing that might be useful though is to load the last saved settings/layout.

Wooopz commented 6 years ago

You're right. It's a very good idea to load the last saved layout. When i start the program, i always load the last saved layout manually (with the menu).

Lecerof commented 6 years ago

I have added some functionality so that you can easily open the most recently saved or opened layout. Go ahead and try it out =) Do not forget to remove the "metadata" file in the savehistory folder after pulling. Else you will probably run in to errors. The functionality for resizing and moving windows is not implemented yet but I will add them in a popup menu. If you leftclick on a chart you will see.

Wooopz commented 6 years ago

Thank you. I can load most recent layout easily now. Ok. I will try resizing and moving windows when ready.