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

Java error: "Menubar cannot be resolved to a type" #1

Closed Wooopz closed 6 years ago

Wooopz commented 6 years ago

Hello, When i try to launch your program through Eclipse, i get this error in the Problems tab : "Menubar cannot be resolved to a type" Main.java /Telemetry Viewer/src line 38.

Maybe Menubar is a Missing library ?

Thank you.

Lecerof commented 6 years ago

Menubar is a class, but ill look in to it asap and get back to you. Meanwhile, did you do a clean clone of the project and cleaned the project in eclipse? Are you using the latest version of eclipse?

Wooopz commented 6 years ago

Ok. I have done a clean clone, i cleaned the project and it works like a charm ! I was able to save the layout in binary mode now. Thank you very much :)

Lecerof commented 6 years ago

Perfect! You are very welcome. If you have any requests on functionality you want added you may open an issue again at any moment.

PS. Do not try to save a layout where you did not attach an input to the chart. It will give you headaches.