Launchpad Instance Length limited to 9 characters or less
I'm not sure where this question goes, but I'll start it here.... We were having issues with any of our launchpad instances that were more than 9 characters. I found where there is a method in...
View ArticleRe: UI5 XML View Nesting
Thanks for that DJ. I now realise I was way off. I have seen loads of examples that demonstrate navigation for mobile. I was creating a desktop application and now see I was trying to retrofit those...
View ArticleRe: Table paging for JSON model
Redefine JSONModel method bindList: sap.ui.model.json.JSONModel.prototype.bindList = function(sPath, oContext, aSorters, aFilters, mParameters) { var oBinding = new...
View ArticleRe: How to create this custom UI control?
Very interesting topic, I also know the extend method but having no ideas about the detailed steps of the UI carousel. I like the sample offered here. Is there any good UI control tutorials for reference.
View ArticleRe: What tool to use for creating -Dbg.js and minified version of custom JS...
I found a solution that works. I created a .bat file for processing every single file. The problem is, that the files don't have a file mask of *-dbg.js Some...
View ArticleUnable to create a new view for SAP UI5 in NWDS
Hi UI5 Profis, I'm just getting started with SAP UI5 and wanted to create and run my first application using the UI5 Tools wirh NWDS. After having installed NWDS and the UI5 ToolsI create new SAP ui5...
View ArticleRe: Does working with UI5 require any license?
Eventually my requirement is to develop UI5 applicaions consuming ODATA services. My question is how different is Eclipse plugin and the evaluation pack . I have installed the UI5 plugin in my eclipse...
View ArticleRe: Does working with UI5 require any license?
Oh, I think it is only a marketing point of view You can developp with SAPui5 without any plugin and the plug-in would be free at all. I'm not a SAP guy but the current plug-in is not enought usefull...
View ArticleRe: Unable to create a new view for SAP UI5 in NWDS
Hi Berenger,Which is your NWDS version? It seems there is a bug on view creation with 1.8.8 version: 1814417 - Patched version 1.8.8 of UI Development Toolkit for...
View ArticleChanging DatePicker layout
Hi All, Is it possible to change DatePicker layout, so the week starts from Monday instead of Sunday without having to extending the control and rewriting the render Kind Regards,
View ArticleRe: Does working with UI5 require any license?
OK , But its been mentioned that we require a Toolkit to be downloaded from http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/c08465d5-b833-2f10-e59d-f67a5cb54d2f This information...
View ArticleRe: Changing DatePicker layout
Looking at the code it only uses Sunday if the locale is set to en-US, otherwise it starts on a Monday oDatePicker.setLocale("en-US"); if (sLocale == "en-US"){ oRegional.calculateWeek =...
View ArticleRe: Launchpad Instance Length limited to 9 characters or less
Seems to work just fine, see below. The problem must be somewhere else. data lv_key type string.data lv_role type apb_lpd_role.data lv_instance type apb_lpd_instance.data...
View ArticleRe: Does working with UI5 require any license?
Hi David, yes, it's a little confusing... So one thing is the runtime, which is all the JavaScript stuff, the core, the controls of UI5 and the themes. This comes for free as Open Source under the name...
View ArticleRe: neptune for UI development Pros and Cons
Lets agree that we want to change this: To usability like this: I have tried having UX experts do that, and they FAIL. Why, because they have no idea how to achieve this on a technical level. They...
View ArticleRe: How to access sort direction and filter value of columns? Can I catch the...
This might be because default sort order is 'Ascending'.Check the APIs and properties for a Column here.Yes, you have 'set' methods for filters. You can find it in the above link.
View ArticleRe: PDF Viewer for SAPUI5 Application
Hi All !This JS is working with manual zoom and scrolling. Actually i want to make it like as a smartphone touch screen zooming. How can i do that?Thanks in advance ...
View ArticleRe: Table paging for JSON model
Hi Sagar,thanks for your reply, yes I agree with your suggestion.Do you mean that you would use a table control + a Paginator UI5 control to manually handle paging?Thanks, regardsVincenzo
View ArticleRe: Table paging for JSON model
Yes because I guess main aim of Rest service would to serve a variety of clients who may not have sophisticated ways of handling paging in which cases such paging mechanism would come in handy.but in...
View ArticleCreate SAPUI5 application consuming Gateway service with the help of SAP NW...
Hi, I followed the amazing SAPUI5 blog : How to create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse I was able to resolve all errors mentioned in...
View Article