Quantcast
Channel: SCN: Message List - SAPUI5 Developer Center
Browsing all 8124 articles
Browse latest View live

Re: TypeError: sap.ui.app is undefined

Hi Sridhar, Were you able to resolve this issue? If yes, could you please help me with the same as i am facing the same issue. TIA. Regards,Sumit Jindal

View Article


Re: How can i delete rows in ui5 table?

Hi Pal, Below example will helpJS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… Thanks and Regards,...

View Article


Re: how to make textfield to take only numbers, & it wont allow us to enter...

Hi Raghu, Below example will helpJS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… Thanks and Regards,...

View Article

Re: how to make textfield to take only numbers, & it wont allow us to enter...

Here is an example. http://dennisseah.appspot.com/sapui5/UserInputValidation-OnlyNumeric.html      var oInput = new sap.m.Input({        width: '100px',        liveChange: function() {            var...

View Article

What exactly is fiori launch pad?

Hi guys, In my project, we might use fiori launch pad. But currently I don't have clear idea about fiori launch pad, I only have the impression that it's a kind of a page to put in all fiori...

View Article


Re: how to close the expandable button when other one is opened?

setting the showDetails property of the other rows to false should work

View Article

Re: Calculate duration from DateTimeInput

I Think the 'parts' property only takes model property names, not the actual values... Could you bind the datepickers to a model property and use those?

View Article

Image may be NSFW.
Clik here to view.

Re: How to get sap.ui.commons.ListBox multi select to work on mobile touch...

HAven't tested it myself so wouldn't know honestly... But is it worth the extra effort? Why not simply use the sap.m.List control instead? You would have fixed your problem in 10 minutes...

View Article


populate/update second dropdown from first dropdown

Hi all, I am having problem when select value from first dropdown and populate the second dropdown.For example, first dropdown has Country and based on that need to populate second one with state....

View Article


Image may be NSFW.
Clik here to view.

Re: How to build android apps using sapui5 libraries with intelliJ IDE..?I...

Lol, That's true.   Regards,Madhumahesh.

View Article

Re: SAPUI5 library download

Hi Harshal, Not sure if this might help,But please check this once  click here (Login Required) Regards,Madhumahesh.

View Article

jQuery.sap is undefined when using UI5 in ASP.NET MVC4 application

Dear Experts,   My requirement is to use UI5 as the front-end technology of my ASP.NET MVC4 application.  The development tools is Microsoft VS2013.    To make long story short, an error occurs in...

View Article

Re: CSRF token problem in firefox

I also have the feeling in some browsers the success function is executed before the call to fetch the csrf token is finished. So this might be a sync/async issue?

View Article


Re: Is it possible to display % mark on a fiori tile?

Hi Madhumahesh,      Thanks for your response. But what I meant is to not to program a tile my self, I mean to use the fiori launchpad, configure a tile with % mark. regards,Aaron

View Article

Re: sap.ui.table.Table not letting me select a row when on a mobile device.

Hi Jordan,  I am not sure whether this reply is correct or not, but i guess sap.ui is mainly for Desktop right? with a Mouse?To handle touch we need to use some extra stuff or property, i guess....

View Article


Re: SAPUI5 library download

Hi madhumahesh, It helped but its 1.16.3.In eclipse we are using 1.20.4when will be the new library with latest version will be available to download. do you have any idea about that ? Thanks,Harshal

View Article

Re: How to build android apps using sapui5 libraries with intelliJ IDE..?I...

He wants complete steps! Why not!?..... SCN should have a real name policy so that people would be professionally accountable for the garbage they post.

View Article


Re: Is it possible to display % mark on a fiori tile?

Hi Aaron, You can specify Dynamic Service URL which returns "65%" in the tile definition. Regards, MasaSAP Customer Experience Group - CEG

View Article

Re: What is the function of SAP Gateway on Fiori Analytical Apps

Hi Manisha, Is there any issue? As I see you have Gateway server.SAP Fiori launchpad uses Gateway server. Fiori transnational apps use Gateway server. Regards, MasaSAP Customer Experience Group - CEG

View Article

Re: How to pass columns dynamically into table through JSON ?

HI Pal If you have the data like this {    "columns": [        {"id" : "col1", "label" : "First Column"},        {"id" : "col2", "label" : "Second Column"}    ],    "rows": [        {"col1": 1, "col2":...

View Article
Browsing all 8124 articles
Browse latest View live