Hi,
Am getting error when I try to use launch tile in my application.
Code :
var oLaunchTile = new sap.suite.ui.commons.LaunchTile({
title : "Create Shopping Cart",
icon : "sap-icon://cart",
link : "http://www.sap.com"
});
Error :
Cannot read property 'ImageHelper' of undefined
Am getting this error only when I use icon property in the Launch Tile.
Please help me on the same.
Regards,
Ram