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.
Question on creating a parameter input window
Moderators: TomKerekes, dynomotion
-
AlexTsevuh
- Posts: 5
- Joined: Mon May 26, 2025 9:40 am
- TomKerekes
- Posts: 2889
- Joined: Mon Dec 04, 2017 1:49 am
Re: Question on creating a parameter input window
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
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
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
AlexTsevuh
- Posts: 5
- Joined: Mon May 26, 2025 9:40 am
Re: Question on creating a parameter input window
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
Create a window with its own input fields
- TomKerekes
- Posts: 2889
- Joined: Mon Dec 04, 2017 1:49 am
Re: Question on creating a parameter input window
Well like I said make a Screen like that.
Here is an Add.scr example that has 2 edit input controls.
Here is an Add.scr example that has 2 edit input controls.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
AlexTsevuh
- Posts: 5
- Joined: Mon May 26, 2025 9:40 am
Re: Question on creating a parameter input window
Thank you, Tom!
I'll give it a try.
I'll give it a try.