Re: SAPUI5 tutorial sample - fade button not working
Hi Krishna, I did the same in IE and there is an error there as well. The error says "Script438: Object doesn't support property or method view" and the line of code is var view =...
View ArticleRe: SAPUI5 tutorial sample - fade button not working
That should not be related to UI5. Some problem with variable naming.Check thisjavascript - SCRIPT438: Object doesn't support property or method IE - Stack Overflow
View ArticleRe: SAPUI5 tutorial sample - fade button not working
Hi Mohammed, If you are running the application on a server (Web App preview/ Tomcat), then src="resources/sap-ui-core.js" will work. But if you are running it on windows browser using the location of...
View ArticleRe: How to call a function in a controller from different function which is...
I read the article below the other day, its a very good introduction to JavaScript scope, a topic i find very hard to explain. http://toddmotto.com/everything-you-wanted-to-know-about-javascript-scope/...
View ArticleRow Repeater Control with a long label
Hi All, I followed the example with the row repeater and I am using a label that has a long text, I want it to break into a new line when it overflows but all it does it overflow off the screen. Does...
View ArticleRe: Row Repeater Control with a long label
Hi, if you want to use multiline items, why do you use label, not a TextView? RegardsKonstantin
View ArticleRe: Error while parsing an XML stream
Hi Saurabh, if your release is 740 and you are using the deep insert with json format, please try to input all the fields with value for the subobject: example, deep insert PO with PI, we give all the...
View ArticleHow to integerate external css for sapui5 controls and how to override the...
Hi I am not able to customize sap ui5 controls using external css. What is best way to integrate external in my sap ui5 application?Can i get any tutorial for that? regards,Madhan
View ArticleRe: Packaging a sapui5 app with phonegap
Hey friend, Andreas Kunz As You Mentioned above I have copied my Static folder into my Project Near to my Index.html file ( In the Web Content) After copying What We must do ??
View ArticleRe: Export Button in SAPUI5
Is Their Any Simple way Or Code to Implement Export Button In Sapui5, To export my Table data to Excel Itried the Above Posts Not Working friends
View ArticleRe: SAPUI5 Image and Canvas(HTML5) not working in Eclipse IDE
Hi Surendra, I tried this "background-image: url("images/roadimage.jpg");" but stil I'm getting an error like this: It says that it is not allowed to load the CSS page. Not allowed to load local...
View ArticleRe: How to integerate external css for sapui5 controls and how to override...
Hi Madhan,Did you check this blog http://scn.sap.com/community/developer-center/front-end/blog/2013/09/19/create-and-apply-custom-theme-to-sapui5-application and...
View ArticleRe: Only Page Title displayed when add content dynamically to the shell in...
Hi, I tried all the above solutions to get the charts one by one in Navigation bar with some time Interval without clicking any button. I can navigate to every view for every 3 seconds. Still I am...
View ArticleRe: Improving scrolling performance with sap.m.App and sap.m.Page
Interesting issue, on first glance I see the example 3-3 displays the page header which is full width, so it's scrolling an element rather than the whole page?? devtools has the option to show the...
View ArticleRe: Improving scrolling performance with sap.m.App and sap.m.Page
Looks like the slowdown is because it's using overflow-x:auto property to implement the scrolling of the card content section. <section id="openui5-cards-cont" style="overflow-x: auto; overflow-y:...
View ArticleRe: Improving scrolling performance with sap.m.App and sap.m.Page
Hi Dagfinn, yeah, this is better than the 140-characters-restricted Twitter attempt... so I can explain better what's happening. :-) There are TWO backgrounds:one is the background attached to the...
View ArticleRe: Improving scrolling performance with sap.m.App and sap.m.Page
Ok, one detail to add: the background gradient is semi-transparent.This means:even with the App covering the whole body, the browser has to draw and combine both, the <body> and the App...
View ArticleLogout from App
Hi,I have created the login page and home page. In the home page the user clicks on logoff,he has to logoff. Can you please guide me to do this.I am using RFC and ODataModel for validating the login...
View ArticleRe: Logout from App
Dear Jeffin, You can try following links. 1)Logout from SAPUI5 / XSJS page2)SAPUI5 Logoff event in ApplicationHeader Thanks,Patralekha
View Article