i have this View:
<OverflowToolbar id="sceneToolbar" content="{path: '/scenes/scenes'}">
<ToolbarSpcaer/>
<ToggleButton text="{name}" custom:id="{id}" press="onSceneButtonPress"/>
<ToolbarSpcaer/>
<OverflowToolbarButton type="Transparent" text="Konfigurieren" icon="sap-icon://action-settings" press="onSettingsButtonPress"/>
</OverflowToolbar>
You see, I want to generate X ToggleButtons BUT I also want at the end a ToolbarSpacer and a OverflowToolbarButton and in the beginning a ToolbarSpacer.
If I delete the "static controls" it works fine. But with the "static controls" it doesn't. I don't know why...