Re: how to create a customized component in ui5
Hi Torren, You have different options for creating reusable customized components: Components. These are reusable components that require a configuration file and can be used in multiple projects. They...
View ArticleRe: Facing Difficulties with list
Thank You sundarram.Actualy i am looking for examples on list with different types like standardLIst and others.I got SAPUI5 Explored .But there view is in .xml format.Wil i get the same in .js...
View ArticleRe: JQuery in sap ui5
Hi Arjun, combining the answers above and explaining them a bit more:1. When working with UI5 controls, you normally interact with them on JavaScript API level. So for your input you don't search it in...
View ArticleRe: Background color is not set for sap.m.Button (ui5 1.22.9)
Hello Venkatesh, I have implemented using important only. Even then it does not work properly.The following is my CSS code .selected { background-color: #007cc0 !important; color: #FFFFFF...
View ArticleInstalling SAPUI5 on Hana Studio
Hi Alexey, I am installing from https://tools.hana.ondemand.com/luna/content.xml and had the same error. sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification...
View ArticleRe: Error in IE9: Unsepecified error
It was a simple error or I can say IE flaw. I had few console.log() in the code, that were causing the problem. In IE when you run a webpage(not in debug mode), than IE not able to process...
View ArticleRe: Web Ide and Backend
hello margot,i did this , do i have to eleminate the type "service" entries: my resources point to our backend system my file looks like (still using html5 lib of the cloud ??) when i delete the...
View ArticleHow to use jQuery.sap.ControlEvents inside Custom Controls
Hi experts,I'd like to attach a jQuery.sap.ControlEvents to a CustomControl. In particular, I'd like to let my CustomControl to fire a dragstart event. So, first of all, i've created the CustomControl...
View ArticleRe: How to overcome the css problems in IE
Hi Satish,What version of IE are you working with? If IE8 (or earlier), you will have some difficulties. Regards, MikeSAP Customer Experience Group - CEG
View ArticleRe: Web Ide and Backend
Hi Oliver,Yes, you need to eliminate the type service entries for path /resource resp. /test-resource.Only one setting per path :-)
View ArticleRe: Trouble with installing SAP UI5 on Hana Studio
Hi Alexey, Thanks for the reply. I modified the eclipse.ini based on what you did however i still received the same error. sun.security.provider.certpath.SunCertPathBuilderException: unable to find...
View ArticleRe: Check box in dialog
Thank you so much ram..you did exactly what I expect..now it's working fine..
View Article.refresh not working after update and read (odata, xml views)
Hi! I'm really puzzled and have not the faintest idea how to solve this. I hope, the community here might be able to help.The problem is also somewhat complex, so please bear with me and my lengthy...
View ArticleRe: Overlay Container - show web site in overlay container
Hi, Yes it is possible. I have used Iframe, based on your requirement you change it. Also it not necessary to do it in this way. You can apply your own logic. JS Bin - Collaborative JavaScript...
View ArticleRe: Overlay Container - show web site in overlay container
Hi, Thanks for the good hint! The problem for my solution is, that the URL is dynamic and has to be calculated on runtime. I cannot insert URL hardcoded in html file... Do you have any solution for...
View ArticleRe: Overlay Container - show web site in overlay container
check this.http://jsbin.com/honedi/2/edit Instead of assigning as div container and add it to html content. Add html content in javascript variable and pass it. Note: Based on your logic, pass value to...
View ArticleRe: SAP WebIDE with Non SAP database
Hi Muruguraj, I assume you are connecting to MySQL database using java.If so please find my answer below 1. By using servlet, connect to Mysql database.MySQL :: MySQL Connector/J Developer Guide :: 6.1...
View ArticleRe: URL for Fiori Launchpad designer does not work
Hi Murali, As pointed by some colleagues earlier, the issue is not really with the Launchpad Designer but with the authorizations. What you can probably try is to see if the sicf services have been...
View Article