Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3273

Re: I am trying to implement harveyballmicrochart in an application but getting problem in that

$
0
0

This is wrong, you need to do like this,

in index.html give an id for youe app,

var app = new sap.m.App("myApp", {initialPage:"page1"});

and in your controller get that app and view througth the id's,

  HarveyBallMicroChart: function() {

var  app= sap.ui.getCore().byId("myApp");

         var view= sap.ui.getCore().byId("idView1");

   app.to(view);

 

  }


Viewing all articles
Browse latest Browse all 3273

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>