Hello,
I am creating a URCap and had some questions. If anyone can help that would be great!
I am using the DropDownList interface and I have things working, however I have an issue with the program node not updating its selected item with what is on the title.
In the image below when I first select the program node, they all start at OFF, which is correct. I change the S1 value from OFF to Yellow which produces line 3. However, when I create a new program node on line 4, the DropDownList doesnt update to all to Off, however it still keeps the Yellow in there.
How would I create it so it remembers that specific instance values and not change all of them?
Another question I have is im also trying to adjust the positioning of the dropdownlist to be on the right side of the stack light, however am having alot of issues with formatting the screen since many of the common HTML and CSS commands are not valid. Is there an easy way to move it like the picture below?
And my final question I wanted to have it so the when the operator changes the segment to a specific color that the section selected will change the stack light color. Since the HTML and CSS options are limited was there any way to do that? If I was to import color blocks, is it possible to make it visible and invisible when selected?
I have my contribution program and my html attached…
helloworld-1.0-SNAPSHOT (2).urcap (58.0 KB)
DOCTYPE html.pdf (31.3 KB)
Thanks alot!