Skip to Content
0
Former Member
Oct 13, 2016 at 01:53 PM

Status symbol and button in header content

215 Views Last edit Oct 13, 2016 at 01:53 PM 2 rev

Hey,

I wanna show a status symbol in the head of my master list. I have this piece of code:

        <semantic:customHeaderContent>
            <Button id="flushButton" icon="sap-icon://synchronize" press=""/>
            <ObjectStatus id="synchronizedStatus" visible="true" state="Error" icon="sap-icon://alert"/>
        </semantic:customHeaderContent>

But there is only one UI element showed, the button. When I change the order, only the status symbol is shown. How can I establish that both UI elements are shown?

Thanks for your help and best regards,

David