2019-12-17 04:23 PM
Why is it not possible to insert a button instead of adding this button with add() ?
I need to place it in a specific Z position
2019-12-19 12:58 AM
It just isn't :)
You can roll your own by calling remove(), add()-ing where you want to, then re-add() the ones you removed.
/Martin