Re: Extending sap.m.ObjectListItem control to make number and numberUnit a...
Hi Robin, I cleaned up the old code yesterday before using the standard ObjectListItem control. But this is what I tried: I created a template to fit in : ObjectListItem + two buttons + the image to...
View Articletable cache timeout
Hi, I have a question about refreshing data of a table (sap.ui.table). The table is bind to a ODataModel and uses paging. I see oData-requests send to server when I switch pages (depending on the...
View ArticleHow To bind to a XMLModel with a namespace
Hello,I am having difficulty with binding a property to an xml model that contains namespaces. I can get it to work it I remove namespaces but I would think there is a way to do this. I...
View ArticleRe: problem of POC like icon-explorer
use ObjectListItem! another question, How to resize icon?<ObjectListItem title="{name}" number="{id}" icon="/want/ep/photo.do?id={id}"> <attributes> <ObjectAttribute...
View ArticleRe: How To bind to a XMLModel with a namespace
Thank you. That worked. Now I have to try to apply that to the real soap response.
View ArticleRe: How to set oData model data to Json Model
hi swati, i think while binding the rows for a rowrepeater, it should be oRowRepeater.bindRows("SCNModel>/results", oMatrix5); when you do console.log(oSCNJSon) you can see that the data is under...
View ArticleRe: en.json blocking screen
Hi Nate, Hi Sergio, en.json file is laoded typically for Date Formatting. In case you have specified the date type for your data binding as specified here :...
View ArticleRe: HANA Cloud Connector - HTTP setup error
Jamie, I will go through your links provided, meanwhile I was trying to connect to NorthWind service on the web and it actually worked. I am attaching the pictures of the same v/s our setting....
View ArticleRe: en.json blocking screen
Radhika, when we load the app, we are returning a json object from the xsjs side... we are using the recordsetToJSON function Thomas had shared with a while back.. anyways, the recordsetToJSON function...
View ArticleRe: en.json blocking screen
Hi Sergio, Okay, so I get that you are making a call during the initialization of the app, which returns you a JSON reponse, and this call is is taking some time. So, how much time is the processing of...
View ArticleRe: HANA Cloud Connector - HTTP setup error
Hi Prahalad, The url you are using is not valid, it has to be a valid endpoint, something that would return service metadata. I would suggest that you go through some of the guides first to get your...
View ArticleRe: HANA Cloud Connector - HTTP setup error
Hi Jamie I just got reply from Jennifer Cha : This will not work in trial account. It will only work on the production account. However, there is a way to achieve this. My colleague is going to...
View ArticleRe: How to change local jsonmodel property values?
You need to replace evt.getSource().getBindingContext()withevt.getParameters().listItem.getBindingContext()This is because evt.getSource().getBindingContext() is undefined.
View ArticleFormatter in XML view not working
I'm trying to use a formatter to change the color of a number in a table. However, it doesn't seem like the formatter is being called: index.html!DOCTYPE html><html><head> <meta...
View ArticleRe: Populating Table in JS View from Json file using MVC
hi dhiraj, first create a JSON model instance and then set the data to the model. // create JSON model instance var oModel = new sap.ui.model.json.JSONModel(); // set the data for the model...
View ArticleRe: How to Call Post method Function import
Code looks ok, do you see request in Dev tools?
View ArticleRe: Change color of Header in sap.m.page
id of that element is <PAGE_NAME>-intHeader-BarPH JS Bin - Collaborative JavaScript Debugging</title> <link rel="alternate" type="application/jso…
View ArticleRe: Make a part of text as hyperlink
As Robin said - Text / Link controls in a FlexBox. I'v done it before, works fine
View Article