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

Re: Could not open app. Try again later - Issue FIORI Custom app

$
0
0

The TextView is in one of my Views (see Line 17).

 

sap.ui.jsview("location.calc.distancecalculator.DetailsPage", {  /** Specifies the Controller belonging to this View.  * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.  * @memberOf location.calc.distancecalculator.DetailsPage  */  getControllerName : function() {  return "location.calc.distancecalculator.DetailsPage";  },  /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.  * Since the Controller is given to this method, its event handlers can be attached right away.  * @memberOf location.calc.distancecalculator.DetailsPage  */  createContent : function(oController) {  return new sap.m.Page({  title: "Details",  content: [          new sap.ui.commons.TextView({          text: "Please select data on left",          design : sap.ui.commons.TextViewDesign.H5          })  ]  });  }
});

Thank you,

Justin.


Viewing all articles
Browse latest Browse all 3019

Trending Articles



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