JSON model setData not working as expected
HI, I'm a bit confused about the behaviour of the JSON model. From what I understand from the AP documentationI, I would expect that var xModel = new...
View ArticleChange Column color in sap.ui.table.Table
Hi Experts, I'm trying to change the color of a certain Column in a dynamic created Table. I am able to change the color of the Label in the Column and the templates (like on the picture), but i am not...
View ArticleToo much spacing in grid layout
Hello, I have a grid layout in a tootlbar of my table, it has too much spacing in it, the lowest span I could get was "L1" for large screen which is all I care about. I have 3 buttons and I want them...
View ArticleHandle Hashtag change
I want to handle a hashtag change in my SAPUI5 app. For examples sake, let's say I want to throw a popup with the value of the hashtag, what's the correct way to do it? Thanks
View ArticleCreating A Fiori Like Application With Custom Style Sheets
Hi All, In this blog i am trying to share my attempt in creating a Custom UI5 Application following a Fiori application design guidelines.As shown in a previous article of mine(Creating A Fiori...
View ArticleCreating A Fiori UI5 Application Using Fragments
Creating A Fiori UI5 Application Using Fragments Hi All, In this document i will try to cover the concept of Fragments in developing a Fiori Application.First of all what is Fragments!!...
View ArticleonBefore/AfterRendering in combobox.
Hi, I have one table which is tied to one ODataModel. Now in the table one of the columns is 'ComboBox' which is tied to one of the properties in the model.Depending upon some other property I am...
View ArticleAttaching HTML DOM events with SAP UI5 controls
Hi, I want users to enter only digits in a textfield(sap.ui.commons.TextField). For that I was trying to attach standard HTML event 'keydown'/'keyup' bu to my goodness it was throwing error like...
View ArticleSAPUI5-How to toggle between HTMLviews using router
I am sure others will spot this instantly, but this problem is baffling me. I have a simple test app using an App. Within this application I have two htmlview pages: page1, and page2. I have set up...
View ArticleCustom Tiles in XML view ?
Is it possible to write custom tiles in XML view ? sap.suite.ui.commons ExploredAny sample example is of a great need..
View Articlesap.m.Button -> Set controller in event press
Hey guys, how can I assign a controller to my method in the event press: <Button text= "Abbrechen" id="idButtonCancel" type="Reject" press="handleFooterBarButtonPress" visible=...
View ArticleSAPui5 sap.viz.ui5.StackedColumn custom tooltip on data point
Hi,I am trying to implement a custom tooltip in a sap viz stacked column chart. This is the small popup window that appears when the mouse hovers a datapoint. My problem is how to detect the position...
View ArticleSetting the visibility of check box based on values of dropdown field
Dear Experts, I have to set the checkbox visible/hidden based on the values of dropdown field.Request you to please provide code example. Regards,Upendra
View ArticleIcons in Desktop Applications?
Hi guys,I have a problem using icons in desktop applications... to put it easy, I have no idea where to start.For example, right now I try to add an icon to the Shell. I know that a need an URL in the...
View ArticleDifference between SAP UI5 and BSP Javascript App
Hi, I am very newbee on SAP UI5 development platform and trying to learn this platform on both Eclipse and SAP Netweaver sides. But I have a simple question about usage constraints of this platform. In...
View ArticleLogin page for custom sapui5 applications
Hello friends, In this blog I am sharing my experience with Login page requirements in SAP Fiori custom development. we have created a SAPUI5 application and added it in Launchpage ( Yes it is...
View ArticleSAP River RDE - Create Applications
OverviewCreate ApplicationsExtend ApplicationsEvents Create new SAPUI5 and SAP Fiori Applications SAP River RDE is a browser-based tool that empowers developers, business experts and designers to...
View ArticleSAP River RDE - Extend Applications
OverviewCreate ApplicationsExtend ApplicationsEvents Extend Your SAPUI5 and SAP Fiori ApplicationsSAP River RDE simplifies the end-to-end application lifecycle: prototyping, development, packaging,...
View ArticleSelect all text for sap.m.Input when getting focus
Hi there, is there an easy way to select all text for a sap.m.Input control when clicking into the text field (= getting focus)? Due to the API reference there is no select function like for plain HTML...
View ArticleFileUploader
Hi I am trying to upload a file in my local resource using FileUpload. but it could not allow me to upload. this is my code var oMatrixLayout = new sap.ui.commons.layout.MatrixLayout({ layoutFixed...
View Article