03-03-2020 05:47
03-03-2020 05:47
I´d like to create an app with 4 Combo Buttons.
But I would also have a button on top between the left and right Combo Button.
This should only be displayed as text with no Frame.
How could i do this?
03-03-2020 11:50
03-03-2020 11:50
I have tried with:
<rect id ="myrect" x="20%" y="0" height="25%" width="50%" fill="black" pointer-events="visible"/>
than i can get the event, but if I use a section to diplay text in this rectangle, i do not get any events.