former_member197827
Participant
Member since ‎12-03-2013

User Statistics

  • 74 Posts
  • 2 Solutions
  • 10 Kudos given
  • 6 Kudos received

User Activity

HI,There is an issue for vizframe(column/bar) charts in chrome latest Version 48.0.2564.97 m.once the chart is loaded it shows "TypeError: P.getTransformToElement is not a function" error on top of graph. This error is not there in other browsers and...
Hi,The sap.suite.ui.commons.DateRangeSlider is not getting rendered properly in the content aggregation of sap.ui.unified.Shell but works fine in the Panecontent aggregation. It doesnt even throw any error. Please have a look into this.here is my sam...
Hi @DennisI am trying to extend sap.m.MessageStrip to give moving/marquee effect .here is the code :sap.m.MessageStrip.extend("MovingMessageStrip",{  metadata: {     properties: {       text: {type: 'string', defaultValue: 'Example'},       showIcon:...
Hi All,I am developg an applicatiinon using  sap.ui.vbm.GeoCircle control. Here I am providing an input option with suggestion enabled, which I can use to search the predefined places(GeoCircles) that are coming from the backend server through oData ...
Hi All,In my application I am using sap.ui.commons.TextField to key in the inputs from user and trying to validate the fields as well. The issue is sap.ui.commons.TextField control doesn't have valueStateText property which can be used to highlight t...