Re: Align in headerContent
did you try with custom header <customHeader><toolBar><image><toolBar><customHeader> syntax is not correct, i just gave the element names.
View ArticleRe: sap.m.DatePicker max date Problem
I think you must be using two digit year somewhere, is your oData returning yy instead of yyyy? If you supply two digit years it has cutoff for determining if it should use 19xx or 20xx when...
View ArticleRe: sap.m.DatePicker max date Problem
I'm not sure where that could be/is being set. In my Odata service, I'm getting an Edm.DateTime value like this -> <d:Tdate>2043-12-31T00:00:00</d:Tdate>....
View ArticleRe: SAP HTML5
Hi Scott, As suggested by you in above section, oModel.update('/Products(1)', oEntry, null, function(){ alert("Update successful");...
View ArticleRe: How to communicate an event from a sub view back to the parent view?
I ended up just making the variables that I needed global and that worked although not a great practice. I am looking to do this with an OverlayContainer instead of DIVs now.
View ArticleAnyone had any luck making an OverlayContainer with a transparent background?
I have managed to create an overlay container that is instantiated off of a button press.The overlay container's contents are another XML view.This works pretty well but I would like to make the...
View ArticleRe: Test Fiori apps code using eclipse
Hi Sridevi. Did you solved the problem to run Fiori application ? I am facing the same error. I can not access the fiori application by eclipse using a service hosted on nw gateway. Do you have any...
View ArticleRe: Bind an input field to a slider
Hi Matthieu If you bind the slider and text to the same value in this manner, then the text will be updated accordingly. Thanks-D
View ArticleRe: How to hide button?
Hi Paisaran Here is another example where we make the button invisible in onInit function. Example Thanks-D
View ArticleRe: Bind an input field to a slider
Hi Matthieu, You can get the component by id in the controller with this.getView().byId("componentName"). Also add componentName into the XMLView. <Input id="inputComponent" /> onChangeSlider:...
View ArticleRe: Using Router to pass data between views
Tobias,you are correct, but I am not trying to use the query string. I want to pass data as in a POST. ideally I don't want to display it in the url Thanks
View Articlesapui5 table with autocomplete control on each row loading mulitiple times
All, I have a table control and in one of my columns I have an autocomplete control. this is what I need in my grid, however, when this auto complete control loads, it seems like it loads the data each...
View ArticleRe: Align in headerContent
Hello Chung, You can right align logo by using custom header and add image under contentRight aggregation of sap.m.Bare.g.<Page id="page"> <customHeader> <Bar>...
View ArticleRe: Anyone had any luck making an OverlayContainer with a transparent...
HI Erich is this what you are looking for? -D
View ArticleAngularjs directives for SAP UI5
Hi folks, I'm wondering if there will be something like a AngularJs-Plugin supported for SAP UI5/OpenUI5? By the time we've made several projects with Angularjs/Bootstrap and SAP UI5. Finally, we got...
View ArticleAccessing a SapUI5 mobile application in mobile phones
I am a newbie in SAPUI5 mobiles apps.What I actually want is, I am having a demo mobile application. Now how do I publish it so that I could access it through my android phone?Kindly help me by...
View ArticleRe: Accessing a SapUI5 mobile application in mobile phones
Hi Ranjit, You have two options: 1. If you deploy a UI5-App on a NetWeaver AS or a Java-Webserver, you can access it via HTTP like any other web-application from your mobile device. 2. If you want to...
View ArticleTable - add row dynamically, formatter issue
Hello Experts, I'm having a table in my SAPUI5 application. The table has an "Add Row" button in each row which supposed to insert a new row below the current row. If I'm not using a formatter function...
View ArticleRe: Importing existing extensions
Hi Sergio, It depends on where the "parent' application resides.If it is in your friend's workspace on RDE, then you need to import it as well as import the extension project, by using File ->...
View ArticleMissing BusyIndicator for almost all Fiori apps
Hi,we've implemeted some Fiori apps, but we feel, there lot of places where the BusyIndicator is missing.... For example: sometimes I click on some tile and on slower network it takes 2-3 second to...
View Article