Re: Tree in SAPUI5
Hi Robin, Thanks for the reply..."xml OP" xml Output which I have attached.How to form the structure mentioned in the thread as below using my XML output?<?xml version="1.0"?><tree>...
View ArticleUnable to use SAPUI5 controls in CUEME Application
Hi Team, I am using SAP UI5 controls like Button in CUEME Application but in the output these ui5 controls are not at all displayed. Not able to Identify the SAP keyword and Unable to load the SAPUI5...
View ArticleRe: Read data from oData model and show them in listBox
Hi Shady, You can bind the data to listbox using bindAggregation method. I am assuming the structure of oData object as follows: oData = { items : [ {ProductName : "Laptop" },...
View ArticleRe: How to add first item as a "Select" text in dropdown when all other items...
Hi Deepak, I have the following solution to your 2 queries: To add "Select..." item to sap.m.Select control when all other items are coming from OData service, you have to attach a Binding change event...
View ArticleRe: SAPUI5 + PhoneGap keyboard issues
Hi All, Has anyone found a fix for this issue? Please let me know. It seems that if I run Fiori via the browser, when the virtual keyboard appears it blocks the field that I am trying to enter values...
View ArticleRe: Footer is not getting displayed in detail page of Split App
Hi Deepak, You have placed sap.m.SplitApp control as content of sap.m.Page. This should not be the case. You have to create a view having only sap.m.SplitApp and its aggregation masterPages &...
View ArticleRe: Tree in SAPUI5
The XML file you have attached is not proper xml, it contains a lot of rogue '-' signs so as an xml file it's worthless. Can you just post the general structure of your xml? That will be a lot easier....
View ArticleRe: Navigate across sapui5 table using arrow key
Another option is to use different control. Here's an example for such from Alessandro Spadoni: Excel -like custom grid control in SAPUI5 #OpenUI5 Regards,Kimmo
View ArticleRe: Practice SAPUI5 problem
Hi, Thanks for your reply. What i am doing is only practice follow the developer guide.Just like you said, it looks like i need data from somewhere that i could't reach.Should i set some kind of Proxy...
View ArticleRe: Tree in SAPUI5
Hi Robin, The XML attached below...I need the tree in format as below... Group Sub-Group Item How to arrive the aboveThe thread not explain how to restructure the...
View ArticleRe: WYSIWYG tools for UI5
VINCENZO TURCO SAP came up with a development environment - River RDE to ease the UI5 development of applications which supports WYSIWYG . More details of RDE are available here RegardsVirinchy
View ArticleValidating Date in Controller of SAPUI5
Dear Friends, Please help to write the code to validate date in controller of sapui5, so that the field would not allow the future date. I am using JS view View ------var oLb_chkdate = new...
View ArticleRe: 2 Models, 1 Control (HTMLView)
hi,Philipp Thanks for your reply,Even i did the same thing !!,please share if u come up with a different solution. Regards,Ajaay
View ArticleRe: Validating Date in Controller of SAPUI5
Hi, This discussion is moved to UI Development Toolkit for HTML5 Developer Center Regards,Midhun VP (SCN Moderator)
View ArticleRe: Validating Date in Controller of SAPUI5
Hi, Just modified your code as below: Try this, View------var oLb_chkdate = new sap.ui.commons.Label({text:"Date of Check"}); var oTf_prdate = new sap.ui.commons.DatePicker({id: 'tf_chkdate',...
View ArticleRe: Footer is not getting displayed in detail page of Split App
Hi Deepak, I was able to achieve the same using router based application and with common header for sap.m.SplitApp page and separate header & footer for master and detail pages as per the snapshot...
View ArticleRe: SAPUI5 + PhoneGap keyboard issues
Anyone knows the answer please? I cannot believe that SAP has not fixed this...
View ArticleRe: UI5 controller sap.m.page scrolling event
Hi Meganadhan, Thank you very much for you answer. I think this is exactly what I needed! Best regards,Alex
View ArticleRe: UI5 controller sap.m.page scrolling event
Hi Dennis, Thank you for your help, however, I think Meganadhan's answer maybe is a little more "UI5" style. Anyway, thank you. Best regards,Alex
View Article