Skip to Content
0
Apr 29, 2014 at 09:57 AM

Launch Tile Problem

26 Views

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