Replies: 1 comment
-
Im not sure if it is possible to run it on rasberry pi but seems like you are getting an error for missing reference: try adding this to the top of each C# class that uses cartesianchart: If that does not work and you get the same error regarding WindowsFormIntegration, let me know what version of .net is running on the raspberry pi. WindowsFormIntegration is needed for integrating controls between different formats such as Winforms/WPF/etc and LiveCharts2 works across these. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context: I have to make a UI, that comminicate Arduino Mega with a Raspberry pi (serialport), the UI have to configure some parameters, calculate some equations (trigonometry), graph values and if its possible with the data put all together in a excel file.
Also:
-I never used Visual Studio before.
-I have one UI but I did it with Matlab app designer, so as the Raspberry works with ARM doesn't works. Now I'm trying with Visual Studio (winforms)
-I want to run it on a Raspberry Pi (model 4B with Raspberry Pi OS but I don't mind change the OS).
-I'm new working with Raspberry pi (I try with eric but was difficult to me make there the UI and the final view don't like me).
-I read that its possible open visual studio winForms in the Raspberry with mono but also I used two NuGet packages (MaterialSkin.2 and LiveCharts packages in VS)
when I try to open the UI appears some errors
3 versions of the program (using only one package and then both) so I don't know what can I do or even if it's possible to open that files.
I have another simple UI using only the visual studio tools and works fine (with mono)
then I made 3 compile versions of the UI (the one I want to use) using only one package and then both, marked with red each one (image 2), the question is... can I run the UI using that two packages? if I can't can someone recommend me some programm to make a native UI for Raspberry pi wit an nice final look, like google form or something like that
UI main screen that I want to run (without data in the graphs).
Beta Was this translation helpful? Give feedback.
All reactions