davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
272 stars 25 forks source link

Improve embedControl to be able to save layouts for mobile use #366

Closed davetcc closed 11 months ago

davetcc commented 1 year ago

Is your feature request related to a problem? Please describe. EmbedCONTROL needs a general tidy up so that the form editor works in a way that could create a tidy mobile, tablet and desktop view. The form editor as it exists before this change is not really acceptable.

Describe the solution you'd like A workable form editor that can be loaded by both Java and .NET UIs, the new preview in the designer should also house this new form editing capability.

vzahradnik commented 1 year ago

Do you still plan to maintain the Java version or from now on the .NET will be the unified solution?

davetcc commented 1 year ago

The Java one is actually further along than the c# one and has a working form editor. I see the c# one as like a lighter version, at least initially that can load forms saved out from the desktop version.

vzahradnik commented 1 year ago

OK, got it. Thanks for clarification.

davetcc commented 11 months ago

This is done in so far as the functionality works, any bugs or subsequent improvements will be on new issues.