setValueState(sap.ui.core.ValueState.Error) works but lasts lessthan 1 second
Hi experts I am newbie in sap UI5 I have created a mobile app with 2 pages. On the second page i've got a sap.m.Input. When it changes (i have declared a function call in the change : function() when...
View ArticleTag cloud like widget
Is a tag cloud like widget available in SAP UI5 ? regards,sreeram
View ArticleScrollToIndex with sap.m.List?
I know that the normal List Object has a scrolltoindex method and the mobile list doesnt (at least I havent found it yet). My problem is that I have some pages in a carouel and each page has a List. On...
View ArticleUnable to find the SAPUI5 Plugin
Hi, Can anyone suggest me on downloading the SAPUI5 plugin for the eclipse. I tried, however I am unable to download the plugin from the developer centre community. Regards,Narendra.
View ArticleHow to set dynamic "id"s ?
Hello, I am stuck with a development where I need to assign "id" for a control based on incoming data of a service. For eg., if I have a RadioButton and I set the value for id as shows below:new...
View ArticleLoop over oData.results[*]
Hi, this is my problem: I have an odata service exporting some data, which I display in a table. The table has four columns, three showing text and the last one should contain some buttons. The...
View ArticleWhat all HTML5 features are avail in SAP UI5?
It seems SAP UI5 is derived from HTML5. I just wanted to know what all HTML5 features are used in SAP UI5 & what are all the features that are mostly used while developing UI5 applications ?
View ArticleConsume URL in SAPUI5 application
Hi Experts, I am trying to develop a list using JSON model which, gets the data from SAP in the form of URL which is shared by one of my co-league. I have tested the same URL on my chrome browser, it...
View ArticleConverting SAPUI5 application to OpenUI5
Hi, Fantastic that SAP decided to open source SAPUI5 as OpenUI5, Im sure this move will grow the developer community substantially. Currently I am developing an application utilising SAPUI5 which I...
View ArticleUse bindAggregation for multiple selection
Hi all, I have created a selection for nationalities by using a odata service with the following working source: this.countrySelect = new sap.m.Select({selectedKey:"NL",name:...
View ArticleMaxium items sap.m.Selection
Hello all, Can someone tell me what the maximum of items you can use in a sap.m.Selection object. I miss the second part of the Item list. Kind regards,Richard
View ArticleGetting Started - Not seeing newly created View in browser
I am relatively new to eclipse and javascript development in general and I have been trying to set up a dev. environment for UI5 following what I thought were excellent instructions in this blog...
View Articlewhy ColumnListType - > type:'Navigation' gets rendered only after the...
I need to write a logic so that ColumnListType's property is set to type:'Navigation' only on certain values. On writing the logic in onAfterRendering(), once i set the type inside onAfterRendering() ,...
View ArticleReading Material For OpenUI5
Hi All, Is there any good tutorial or reading material available for OpenUI5. I know theres SAPUI5 SDK - Demo Kit But as much as I saw it doesnt have much but talks a little about MVC capabilities of...
View ArticleFile Upload
Hi all, I want to upload a file using UI5. I want to select a file from PC and upload it to another folder in the PC. And this is to be done using UI5.How to achieve..?? Thank you in advance.
View ArticleHow to instanciate a view ?
Hi,It seems there are several ways to instanciate a view! What's the difference between var oView = sap.ui.view({id:"parent", viewName:"parent", type:sap.ui.core.mvc.ViewType.JS});var oView = new...
View ArticleBind detail page list with master page context-error Cannot read property...
Hello everyone, I am developing a master detail application which consumes an OData service.When a master list item is clicked i am trying to bind the context of it to the detail page controller...
View ArticleoContainer refers to what in the example?
I was trying to run this example available in the Developer Guide; oContainer.bindAggregation("content","/company/properties", function(sId, oContext){ var value = oContext.getProperty("value");...
View Articleupload file(JSON)
Hi, My requirement is display the charts dynamically based on the inputs uploaded(file) dynamically. Please suggest the solution that would be feasible. ThanksMano
View ArticleRead JSON Object
HI all, I need to read the file in which the data is in JSON format but i need remove the spaces and newlines from the uploaded file. Please suggest the required. The following is the code snippet...
View Article