Re: Multiple node select in SAP UI5 tree
Hi Kimmo, Thanks... it works but when I select only one child I am not able to get the node?Also, Is there any way, allow the user to select only the child and not parent?Please let me know?...
View ArticleRe: How to add image and notification bar in Application Header?
Hi Deepak,the introduction states: "Its position, height and width is (since 1.13.0) per default at the bottom of the corresponding page." I'm not an expert on this control and I'm not saying that it...
View ArticleRe: Grouping in a Table
Hello Experts, I've managed to find a solution by changing the border (instead of playing with rowspan) - see jsbin: http://jsbin.com/fihuvo/2/edit?html,output I've used Jasper's example from...
View ArticleRe: Multiple node select in SAP UI5 tree
When selecting one, you can use select event and:function onMenuTreeClick(oControlEvent){ var node = oControlEvent.getParameter("node"); var selectedId = node.sId; For disabling select...
View ArticleFailure loading Fiori services with Extension Project in RDE
Dear Experts, I have configured River RDE with the ECC , Gateway of Embedded deployment. All the Custom OData services and Fiori Services are accessible when creating a new project , and facing an...
View ArticleRe: How to make content of page vertically center in xml view?
Hi Dennis,Its work perfect if we have one item in a page, but suppose we have 10 form element in a page with one VBox which conatins 10HBox for each row (one form element in each HBox) then when we...
View ArticleSAPUI5. Add "scroll-loading" to ViewRepeater instead "Show more" button
Hi, dear experts!I need help.I have ViewRepeater, that shows set of images. Now new images loads by clicking "Show more" button. But I need to load new images by dragging scroll to the bottom (we name...
View ArticleRe: How to make content of page vertically center in xml view?
Hi Deepak you can use sap.m.ScrollContainer to contain the elements. -D
View ArticleUnable to create form
Dear All, I have created simple application of from. i have followed Documentation/Samples/Demos/SimpleForm – SAPUI5 Wiki (TIP CORE User Interface) to create a form but when I try to execute that html...
View ArticleHow to insert loading image in page navigation?
hi i am developing app based on sapui5 fiori examples while navigatig from mater page to detail page i am getting data from server it will take some time but detail page loaded with emty data after 4...
View ArticleAccessing data from sap table
Hi All, I have installed eclipse kepler for SAPUI5 learning. I have also installed the SAPUI5 application tools from this link. After this installation i am able to to basic SAPUI5 designs by following...
View ArticleRe: JSON binding in SAP UI5
Hi,I have tried by using JSON binding but it is not giving proper result, as data is not included in table.Thanks Narendra]
View ArticleRe: How to insert loading image in page navigation?
Hi Kotesh, You can implement a BusyDialog. Here's an example how that is done: SAPUI5 Explored Show the BusyDialog when the navigation is done and close it once the data has been loaded. For example...
View ArticleRe: How to make content of page vertically center in xml view?
Hi Dennis,Thanks.We will do that.Is there any logic or any way to convert js view to xml view structure like sap.m.ScrollContainer in js view same way how to write all other API's in xml view. Because...
View ArticleRe: How to insert loading image in page navigation?
hi kimmo i have code like this jQuery.ajax({type : "POST", contentType : "application/json", url : serverURL, dataType : "json", success : function(data,textStatus, jqXHR) {...
View ArticleRe: Hiding 'About' information in SAP Fiori
Hello, Krishna! Thank you for your reply!I guess that system get the value of the parameter UI5version from the same place. So if I change it, the value will be modified for all tabs. Thanks,Vachik.
View ArticleRe: Autocomplete using input
Hi,solved by myself by this code: oEvent.oSource.bindAggregation("suggestionItems", "/Products", new sap.ui.core.Item({text: "{ProductID}"}),null, filters); don't know what bindSuggestionRows()...
View ArticleRe: Missing imports: can't compile sap_bluecrystal LESS code to CSS (>1.20.0)
Hello I have the same problem,I can not find this "Base/baseLib/baseTheme/base.less" too. Please, provide information from where could we take this base library. I found this base library is used in...
View ArticleRe: sap-ui-core.js not found after patch
Hello Victor Capi,you could take a look on the head part of the initially loaded file of your application (analyse <head> tag) and find the URL, where the application expect to be hosted the file...
View Article