How to make a Line Chart with Time Series Data?
Hello all, I am trying to make a line chart sap.viz.ui5.Line with a time series scale on the x axsis. Does anybody have an example how to do this? I searched the APIs and the sdn and can't find any...
View ArticleCall default renderer in custom control
Hi there, I'm trying to extend the sap.ui.commons.TextView.I'm wondering if it's possible to call the default renderer first and then make some custom changes. Here's a little code snippet to make...
View ArticleSAPUI5 Examples
Hello I am working with SAP and just started to learn SAPUI5. And my colleagues asked me to do some kind of presentation for students who chose SAP in the university (they had just started to learn SAP...
View Articlesap.ui.getCore().byId not working
Hello, I am trying to run a simple program where I set the Label in View and on the controller I am trying to change the label text. I am using the method sap.ui.core.byId() which is not working. This...
View ArticleIssue with Carousel in a Dialog Box, scrollbar doesnot appear
HiI am trying to add a Carousel containing many Forms (with too many Form Elements) to a Dialog Control (desktop controls) , however I seem to have a problem with the scrollbar on the Dialog Box. It...
View ArticleHow to bind a single property to a value with oDataModel?
I've had a look through the guides on binding, and I've tried a lot of things but I'm still struggling with this. The data service I'm calling returns this in the browser. <feed...
View ArticleBind button in row to the table row
I have an Edit and Delete button in each row of an oData table. I wanted to know how to bind each button to its respective row, so when I click a particular button, I can edit and save a particular...
View ArticlegetLiveValue() method usage !
Hi Experts, my requirement Goes like this I have table with three columns having text boxes , now when ever there is change in vale in any of first two text fields i have to update the value in a...
View ArticleFiori : Grouping Tiles in UI5
I saw a few demo Fiori apps had some sort of method to group Tiles together under a header text.eg - http://ld8700-23.wdf.sap.corp:8080/ushell/test-resources/sap/ushell/shells/demo/FioriLaunchpad.html...
View ArticlejQuery Drag&Drop functions doesn't work in sap.ui.ux3.shell
Hello at all, i'm facing the same problem like Samba in the SAP HANA Developer Center http://scn.sap.com/thread/3480868. I tried to use drag and drop functions using jQuery. Without the...
View ArticleBinding models together in sapui5 / mapping paths between models
Hi there, is there a possibility to keep two models in sync or define a model which is just a view to some subset of information onto another model? Assume you have a model like this var oModelA = new...
View ArticleBrowser / Pseudo Events for Carousel Next/Previous
HiWhat are the event names for Carousel Next & Previous functionality? either the Browser or the Pseudo Events? I basically need to stop navigation in the carousel once the last item is...
View ArticleVizChart not working on integrating UI5 application into portal using URL iView
Hi, I was trying to integrate UI5 application into the portal. However, since our system is not upgraded yet, we cannot use SAP UI5 iViews. I tried using URL iViews, instead. However, it gives the...
View ArticleOffline Application in SAPUI5
Hi, I want to do Offline application in SAPUI5 just like Application Cache in HTML5. I followed the below blog to do offline application.Going offline with SAP UI5 But I got little bit confusion on...
View ArticleoData update
Hi, I'm trying to update my table using the oData Update. Below is the code press: function(){...
View ArticleHow to create a modal popup window that renders content (html/json/xml etc)...
Hello all! I'm new to ui5 so please excuse the triviality of the question. I have several oData services exposed in my application and I would like to create a landing page that shows links to the...
View ArticleCRUD via oData on SAP UI5?
Hi Experts, We're building an application through the SAP UI5 in HTML5 and also using the SQL Anywhere 16 as our source DB and using oData as our webservice.So far we couldn't get the DB tables to show...
View ArticleUI5 constants in XML views
In a JS view a password field is defined as followed: new sap.m.InputListItem({ label: "Password", content: new sap.m.Input({ value: "{app>/Password}", type: sap.m.InputType.Password })...
View ArticleAttaching table to a button press, Form contains buttons & click on button a...
Hi Experts, My requirement is i have one form, inside that form i have three buttons, after clicking each button a table should come up inside the same form & for each button the values are...
View ArticleGetting the file path from the FileUploader Control
Hi Experts, I am using a FileUploader control in SAPUI5 to upload a file. I am able to get the Name of the file that I upload using the method getValue() of the sap.ui.commons.FileUploader, but what I...
View Article