Page 1 of 4
UCCNC Screen Editor Web App
Posted:
Fri Mar 05, 2021 7:03 pm
by zerodivide
Hello,
Decided to share my UCCNC screenset editor with everybody here:
https://snapwebapps.com/uccnceditor/It currently supports all basic functions of the built-in screen editor PLUS the ability to select, delete, move and edit multiple controls at the same time
You can also create button pictures.
Due to the limitations of the web platform you need to import both the screenset file and then the BMP/screensetname folder.
Re: UCCNC Screen Editor Web App
Posted:
Sat Mar 06, 2021 3:03 pm
by Rhinokeegan
Wow, I've always been to intimidated to try and edit the screens. Now I think it's in my reach.
Thanks for the hard work on this!
Re: UCCNC Screen Editor Web App
Posted:
Sat Mar 06, 2021 3:30 pm
by cncdrive
This is really nice, thank you for sharing it.
BTW, what software/programming language did you use to run this?
Is it php or html5 or asp.net or ? I'm just curious.
Re: UCCNC Screen Editor Web App
Posted:
Sat Mar 06, 2021 4:42 pm
by zerodivide
Hi. Thanks.
It's written in pure frontend JavaScript.
Using the latest FileAPI that was just made available by Google a few months ago. I decided to try the new technology AND do something useful while doing it.
Re: UCCNC Screen Editor Web App
Posted:
Sat Mar 06, 2021 4:50 pm
by zerodivide
Btw. CNCDrive, where can I get the list of buttons, text fields and label numbers and what they do?
I want to create a mapping to easily select the proper number when creating a new control.
Otherwise it's almost impossible to create a new element.
Re: UCCNC Screen Editor Web App
Posted:
Sat Mar 06, 2021 5:05 pm
by ger21
\UCCNC\Documentation
Re: UCCNC Screen Editor Web App
Posted:
Sat Mar 06, 2021 7:34 pm
by zerodivide
ger21 wrote:\UCCNC\Documentation
Jesus, I am stupid! Would have saved my self a lot of time if I just read the folder called "Docs"
Re: UCCNC Screen Editor Web App
Posted:
Sun Mar 07, 2021 4:40 am
by zerodivide
Gerry, thanks for pointing me in the direction of the docs.
Just added the descriptions to buttons, fields and leds.
Also now save the screenshot snapshot into browser cache, so users don't loose their work if they accidentally close or reload the browser.
Re: UCCNC Screen Editor Web App
Posted:
Sun Mar 07, 2021 12:53 pm
by ger21
I get this error when trying to load a screenset. The default screensets load fine.
Re: UCCNC Screen Editor Web App
Posted:
Sun Mar 07, 2021 2:16 pm
by zerodivide
Gerry,
As it says in the italic text it works in the latest chrome browser. Also make sure you are going to https:// address. It is only available on secure sites.