Re: Extend/Change the Standard Fiori App code
Hi Ritesh,I followed the same link and extended the Approve Leave Request App. But a blank screen is displayed when I click on Custom Fiori App in Launch Pad.Also error message that I mentioned...
View ArticleRe: Please Help!
ThanksCould you please provide any link of any sap ui5 mobile simple project(not hello world).
View ArticleRe: Multiple file upload in fileUploader
I think its because of UI5 version which I'm using .. I didn't realise that . Later when I upgrade to latest version it worked .
View ArticleRe: CSRF Token Problems with Relay Server
HI Abhishek Wajge, In response you will get csrf token value and cookies which you need to pass while calling CREATE request. How to get cookies , i am getting CSRF tken and passing to odata.request,...
View Articlehow to place button in ApplicationHeader
Hello Everyone,I am trying to create a home page.For header i am using ApplicationHeader but since there are no aggregations in ApplicationHeader its not taking button as its child note.So is it...
View Articlehow to use MatrixLaout control for Images
I am trying to use MatrixLayout for my images but not able to do that.... I have Grid in that i have added four images and that should be display like image_1 image_2 image_3...
View ArticleHow to use MatrixLaout control for Images in UI5
I am trying to use MatrixLayout for my images but not able to do that.... I have Grid Layout in that i have added four images and that should be display like image_1 image_2 image_3...
View ArticleRe: how to use MatrixLaout control for Images
you can find the example at MatrixLayout - SAPUI5 Demo Kit Regards,Chandra
View Articlehow to create forms in mobile app????
As part of my application i need to create a page which contains the user informations like name,address and phone numbers. Also the user should be able to update the same page? How to create the same?...
View ArticleRe: Please Help!
Can u plz provide any code snippets of sap ui5 mobile, for creating form,layouts, containers etc...the code available in sap ui5 demo kit is xml..As i am new to these technology im so confused.i need...
View ArticleProblem with CSS
Hi, I want to change css of a label. I have the follow code. In a view new sap.m.Label("lblTotalItems",{text:""}).addStyleClass("labelcart") In my index.html<style>.labelcart{font-weight:...
View ArticleRe: Massive delay when switching back to table
I have the same issue, there are no calls happening when switching back to the tab, double checked in chrome debugger. And yes it should be instant since everything is initially loaded. Any ideas, why...
View ArticleCan we use MYSQL database with the UI5 application?
Hey,I want to make an SAPUI5 application and there i have to use database to save the data.Then, i will retrieve the data from there. Can we use MYSQL as a database to save the data.If yes, then how we...
View ArticleRe: Can we use MYSQL database with the UI5 application?
Google for "SAP EXEC SQL" and "SAP DB Connect". Make class for Odata service with these technology. native sql connect to sql server for example
View ArticleInline XMLViews into component-preload.js
Hi, after reading some code & some posts on SCN I managed to write a simple grunt task that combines my components javascript code into a single component-preload. This works (or seem to work).But...
View Article