Hi Graham,
thanks for your help.
I am new to this. How can I add your code to mine?
var aTile = new sap.m.StandardTile("account", {
icon : sap.ui.core.IconPool.getIconURI("account"),
number : "28",
title : "Meine Kunden",
press : function() {oEventBus.publish("nav", "to", {
id : "CustomerList" })}
});
tiles.push(aTile);
Thanks
Jens