Re: SAPUI5 Image and Canvas(HTML5) not working in Eclipse IDE
Hi Swetha, Its working now as I followed what you mentioned. Thanks a lot for your time Regards,Nikhil
View ArticleBusiness card example in Demo kit is not working for me
Hi All, I am new to sapui5 and I was just trying to execute the business card example by copying the same code and execute it, but I was unable to display it.Can you please let me know where I am going...
View ArticleRe: Split app
Hi Raghu, Add the property enableScrolling: false for the page 'oDetailPage1 ' Below JSBin contains the changed codeJS Bin - Collaborative JavaScript Debugging</title> <link...
View ArticleRe: Business card example in Demo kit is not working for me
Hi Nikhil, I tried the same code and i found the following error in the console, Uncaught TypeError: Cannot read property 'ui' of undefined I think you have to import the sap.suite library....
View ArticleRe: SAPUI5 Image and Canvas(HTML5) not working in Eclipse IDE
Hi Nikhil, You are Welcome, btw if you get solutions you can also mark helpful and/or correct answers. You may check this link, The SCN Rules of Engagement if you haven't done so yet. Regards,Swetha
View ArticleRe: SAPUI5 Image and Canvas(HTML5) not working in Eclipse IDE
Hi Swetha, I am unable to give points as this is your post initially I guess. The person who has started the post can only mark helpful/correct answers. Regards,Nikhil
View ArticleRe: Business card example in Demo kit is not working for me
Hi Nikhil, Add this line in your script when you are defining the libraries, data-sap-ui-libs="sap.ui.commons,sap.suite.ui.commons" Regards,Sharique
View ArticleRe: Business card example in Demo kit is not working for me
Hey Sharique, Thanks for your reply.I have to add "sap.suite.ui.commons" to the list of libraries. Thanks,Nikhil
View ArticleAccess resource model stored in UIComponent from View Controller
Hi, how I can access a resource model stored in the UIComponent created on SplitApp startup in Component.js file? Code from Component.js:sap.ui.core.UIComponent.extend("Test.Component", { init :...
View ArticleRe: Split app
Hi Raghu, Try this it worked for me.I have used your piece of code only. index.html <!DOCTYPE HTML><html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge">...
View ArticleRe: How to create a new control and new model with data binding?
Hi Miki, thank your for the link. This is a great tutorial. It seems like extending the HTML control is the easiest way of implementing a wrapper for a third party control. Tobias
View ArticleRe: How to create a new control and new model with data binding?
Thank you Mikael and Tobias...of course any suggestions and improvements are welcome..
View Articlepass a variable in mvc
Hi, i face problem in passing a variable on attachpress eventex:var a=10;var editButton = new sap.m.Button({ text : "Edit", icon : "sap-icon://edit", press : oController.editButton(a), });it is...
View ArticleRe: Examples for navigation Bar
Hi Sridevi, Thank you for your response! From where can I download the SAPUI5 Demokit? Regards,Saranya
View ArticleRe: pass a variable in mvc
Hi Raghu!Press event must be a function not a JS code. You could: - bind some parameter to your model- bind some property to your component that raises event- use some global variable (this should be...
View ArticleRe: Examples for navigation Bar
Hi Angel, I'm able to implement it, Thank you! Regrads,Saranya
View ArticleRe: Examples for navigation Bar
Hi, Use this link to Download the New version 1.16.3: Download Evaluation Package for UI Development Toolkit for HTML5 in SCN UI Development Toolkit for HTML5 Developer Center Thanks&RegardsSridevi
View ArticleRe: Unable to navigate between the views with data
Hi Sharique, I have written the same cade you have given. But getting an output of blank page.It is given below,I am giving the code also which I have written below, index.html:<!DOCTYPE...
View ArticleRe: Unable to navigate between the views with data
App.view.js:sap.ui.jsview("copydataexchange.app", { /** Specifies the Controller belonging to this View. * In the case that it is not implemented, or that "null" is returned, this View does not have a...
View ArticleNavigation on Tile Click
Hi All - I am unable to navigate to my view from my initial view containing a tile. Following is the code I have added in Index.html (which contains the tile): <script type="text/javascript">...
View Article