messagebundle_de_DE.properties not found
Hello, my SAPUI5 app tries to load the file messagebundle_de_DE.properties from the folder http://myserver.com:8000/sap/ui5/1/resources/sap/ui/commons/messagebundle_de_DE.properties and the file...
View Articleui5 mobile views navigation
Hi,Can someone pls share how to navigate between tow views on click of a button in the first view.
View ArticleController - Cannot get reference by Id from View
Dear UI5 Friends, I'm having a hard time getting the reference to an element in my view from its controller. I tried several combinations like using createId, giving the HTML5 name of the element etc,...
View ArticleShell Search Tool Label - Hardcoded text prevents translation
Hi All,During the translation to portuguese of the shell control texts, I've found out that the Search Tool label text is hardcoded and cannot be translated. I don't know if there is a better place...
View ArticleServer side compression possible?
Hi there, we need to offer an option to download data (from a table) within a SAPUI5 app.At the moment we deliver plain text file which results in very large file.Is there a way to use server side...
View ArticleSimple SAPUI5 Chrome icon for lazy developers like me
I created a Chrome "hosted app" manifest to get a large start page icon with which I could navigate directly to this excellent content resource. Now I can get to my favourite area on SCN in even less...
View ArticleHow to change Background image in sap.m.Page control
I am new to SAPUI5. I want to change the background image within sap.m.Page control but unable to do that. Please suggest how to do that. Trying with the following way: var myTripPage = new...
View ArticleSAPUI5 me package on Hana
Hi,I've created a project outside Hana using UI5 and now I am trying to deploy it into a XSJS UI5 project. I was able to create the UI5 project in Hana and even commit and activate contents. But when...
View ArticleCan we use sup as a web server like apache tomcat ?
Hi , I want to know if we can use sup ( 2.1.3 ) as a web server to deploy web apps like we do in apache tomcat ? Exact requirement :- We are building apps in sap ui 5 using eclipse .I want to deploy...
View ArticleSAPUI5 oData Connection Error
Hi. We are trying to consume oData using SAPUI5. We use the demo Gateway Sales Order. We are trying to create this application on mobile devices. Below is our index.html <!DOCTYPE...
View Article$count request does not send the custom headers specified in the oDATA Model
Hi, Our oDATA service requires a set of custom HTTP header key value pairs to be sent along with each and every the oDATA request. These custom headers are required for an additional or shall I...
View ArticleTable Paginator Issue
Hello Guys, I have a doubt regarding the sap.ui.table.NavigationMode.Paginator object used for navigation for table. I do not know how can i access the page event for this Paginator object. The...
View ArticleAuth with SAPUI5 Mobile
I am using SAPUI5 to write a web application that will be ported to iPhone and iPad using XCode and PhoneGap. In the SAPUI5 best practice documentation, it clearly states not to create any custom logon...
View ArticleProblems building a simple MVC
I just spent a few hours trying to build a MVC application like this. http://scn.sap.com/community/developer-center/front-end/blog/2013/03/19/how-to-build-testable-sapui5-applications. Great example...
View ArticleChange in Table-control are lost after scrolling
Hello, I got a table control which is bound to an oData-model.The table cells should be editable.The problem is: When the content of a cell is changed, and you scroll up or down in the grid using the...
View ArticleUnable to bind Value in ToolPopup Control
HiI am using SAPUI5 MVC 1.12.1I have one view in which data is bind to Label but when I add same label in Toolpupup control, the data is not bind. Following is my code: var lblR1 = new...
View ArticleUnable to select sap.ui.core.HTML-content via $()
Hello everyone, i'm working on a mobile application based on sapui5. Now i need a canvas for drawing graphics (no images).So i've created a new HTML-Control: var htmlCanvas = new sap.ui.core.HTML({...
View ArticleUnable to trigger a click-event in onAfterRendering
Hello everyone, In our desktop application I have built the main navigation using button controls, where each button loads a defined view. My idea is that the default view is loaded by triggering a...
View ArticleIssues while installing SAPUI5 on HANA Studio
Hi,We are facing below mentioned issue while installing SAPUI5 on HANA studio(SP5 version 45):“Cannot complete the install because one or more required items could not be found. Software being...
View ArticleSolving "Same Origin Policy" Issue in different ways
Same Origin Policy. Is that really necessary?1. Use JSONP to make cross-domain Ajax requests2. Establish a Reverse Proxy with Apache HTTP Server2.1 The theory2.2 The practice2.2.1 Download Apache HTTP...
View Article