UI5 - special characters in controls
Hey everyone, I'm trying to use special characters and umlauts like "€, ä, ü, ö" in strings for UI5 controls (as titles, labels ...), but they are not displayed correctly. I tried to write them HTML...
View ArticleCan anyone please post a working link for the UI Demo Kit?
The link that is available from SAP only downloads up to 2MB, ive seen that some people are encountering this.would anyone please be kind enough to share a mirror or a working link? thanks!
View ArticleHow to add beautiful notifications to UI5
Just playing around with UI5 found out that i currently miss a lighweight notifier widget.UI5 depends on jQuery and there a countless community plugins that will do such a job. To make live easier just...
View ArticleSimple node.js chat server example using UI5 WebSocket
Today i will show you an example using node.js to provide a simple chat server to play around with the WebSocket API sap.ui.core.ws.WebSocket that is part of UI5. To offer some useful tricks and...
View Articlei cannot download the evaluation_complete.zip file and current VIZ folder
hi there,i cannot download the HTML5Evaluation_complete_1.16.3_1.zip file from the community home page and it is keeping giving me bad zip file.. only 2M in size.any idea? i am looking for the new...
View ArticleDo I Need To Learn jQuery Before I Can Learn OpenUI5
Hi, I am very new to OpenUI5 as obvious.It seems OpenUI5 is based on jQuery. Do I therefore need to explore jQuery before I can start with OpenUI5?If yes, how much of jQuery? Please help! -Amjad
View ArticleSplitApp using XML views
I would like to write a SplitApp using XML view. However all my attempts have failed miserably. Since the sap.m Explored Apps have SplitApp implemented in JS views I dont have any form of reference for...
View ArticleSystem filtering BSP app URL
Hi Experts, I am creating a sapui5 application which consumes data from a gateway service. From my gateway service I can filter the system in the url perfectly (e.g: ?$filter = sid eq 'EDD'), and I...
View ArticleHow 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 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 ArticleFilter a table based on two columns
I have a table consisting of two columns, name and address. When user enters a search text and hits a button, I want to filter the table based on the criterion that either the name or address column...
View ArticleOpenUI5 Meets Google App Engine
I have been playing around with Google App Engine recently and, because the SAPUI5 library has recently gone open source, I have decided to introduce the two together and share my experiences. In order...
View ArticleBinding to HTML View with Formatter
Hi, I'm trying to bind a value to my sap.m.Text using the following HTML: <div data-sap-ui-type="sap.m.Text" data-text={name} id="name"></div>and it works just fine but what I would like to...
View ArticleMove the legend Position
Hi, Has anybody worked on moving the legend position in charts? I have tried many options to play with sap.viz.ui5.types.legend.Common_position but the default position(which is set to right) isnt...
View Articlegetting row,col of a sap.ui.commons.Table upon a cell click
Hi, I have a table. When I click a cell I want to know the row and column number of the cell. How do I do it? Thanks,
View ArticleView Development Paradigm - which one?
Hi All, I suspect this has been discussed before but I can't see the wood for the trees at the moment... I'm taking my first proper steps in SAPUI5 development in anger and wondered if there is a...
View ArticleOpen PDF retrieved via odata service in SAPUI5
Hi all, How can I show a PDF file retrieved via an ODATA service in to my SAPUI5 application? I have looked for some controls or api's but I can not find one in the SAPUI5 labrary. Also can not find...
View ArticleData binding not working for Component based SAPUI5 app
I may be going about this wrong but in trying to following documentation on creating SAPUI5 apps that can be added to the Fiori Launchpad, I found the UI Developer Guide that states to Run Your Own...
View ArticleHow to control SAPUI5 chart axis label?
Hi all, I created a simple line chart using SAPUI5 viz. The xAxis is the time and the yAxis is the revenue. The following is my xAxis, from 07:00 to 22:00, one point every ten minutes, i.e., 07:00,...
View ArticleDefining an Empty Model and binding Table
Hello All, I am just starting to work on SAPUI5 and pardon me if I am asking basic questions. I am trying to add 2 Text Fields and button to a Form and then on clicking of this button I need to add the...
View Article