Page 1 of 1

Question on creating a parameter input window

Posted: Wed May 28, 2025 3:33 pm
by AlexTsevuh
Hello, Tom!
I am studying Screen Editor.
I want to press a button to open a window and enter data as done, for example, in “Edit Fixture Offsets”.
Then I want to transmit it via UART. How to make transmission via UART - it is clear.
But nowhere found an example of how to make a window for entering parameters. If there is a video, please provide a link.

Re: Question on creating a parameter input window

Posted: Wed May 28, 2025 4:30 pm
by TomKerekes
Hi Alex,

The Screen Editor doesn’t have the capability to open multiple windows. But you might switch to a new screen to enter your data, send it, then switch back to the original screen.

Here’s a video of an included example switching between 3 screens


Re: Question on creating a parameter input window

Posted: Thu May 29, 2025 7:41 am
by AlexTsevuh
Thanks for the reply. But I meant to call an input window like the one in the picture I sent you.
Create a window with its own input fields

Re: Question on creating a parameter input window

Posted: Thu May 29, 2025 7:37 pm
by TomKerekes
Well like I said make a Screen like that.

Here is an Add.scr example that has 2 edit input controls.

Add.png
Add.png (14.05 KiB) Viewed 22342 times

Re: Question on creating a parameter input window

Posted: Fri May 30, 2025 7:53 am
by AlexTsevuh
Thank you, Tom!
I'll give it a try.