Re: Refresh SAPUI5 table data
It sounds like you're updating the JSON directly -- when you create the model, (e.g. new sap.ui.model.json.JSONModel(this.modelData) ) the source JSON is cloned into the model, and you need to use the...
View ArticleQuestion about sap.ui.model.Sorter
I am building a simple list that I would like to sort: The list displays fine, but the sorting is not working ... seems like I am missing something simple? Thoughts? Thanks, Mike
View ArticleRe: Creating WaterfallBar chart - makit sapui5
Hi Robin, Do you mean the browser - 'View Source code'? I wanted to see the sap ui5 code how they implement waterfall chart.Also wanted to know if makit library can be used within a desktop...
View ArticleRe: News Feeds
Hi Sridevi, You can use a CarouselSAPUI5 SDK - Demo Kit In each 5 seconds of time, trigger the navigation function.sreehari
View ArticlePassing data from one view to another
HiI have created two JS views(Log in and Registration).I want to pass username enterd in login view and display it a text box in registration page.The navigation is happening and I used...
View ArticleRe: Filter Across Multiple Columns on JSONModel
Hi, i think you have to add the filter to the List of filters...: aFilters.push(filter2); aFilters.push(filter3);
View Articleerror wrapping android application
Hello I'm facing a problem when I try to wrap adnroid application. JAVA ADT gives this error SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length and i dont know whats wrong. When I run this...
View ArticleRe: SAP UI 5 and the Efforts issue
Hi, Mike 1. The custom FM is developed in ERP - effort 15 days 2. The Gateway service refers this FM and create a Odata service - 30 days ( both reading and writing data ). This kind of effort is...
View ArticleRe: SAP UI 5 and the Efforts issue
Velu, Most of this depends on your developer, I would say if you are doing a simple app that can Create, Read, Update, Query (say an equipment), AND you were writing it all custom, it shouldn't take...
View ArticleRe: How to Reference Control with Auto ID?
It's difficult if you don't assign an ID. The framework will autogenerate an ID, and if you have stored the control object in a variable (e.g. var Olist) then you can ask the control object via...
View ArticleRe: Not able to read 'ProductCollection' of ZGWSAMPLE_SRV
I am getting the below error now. And what is the reason of updating the web.xml with the proxy information? Appreciate all the help.
View ArticleRe: Hide Button if Field Empty
I am wondering what would be the requirement for this? Is it for SplitApp Controls's 'Back' button in Detail page? For Phone an Desktop scenarios? If yes, there is an easy way to do that. If not, you...
View ArticleRe: Hide Button if Field Empty
THANK YOU! That was it and simple as I thought it would be. Requirement was to hide fields (phone/pager/email) that are not defined in the model. I guess my question boiled down to how to get the value...
View ArticleRe: Date picker with 1 week range
I think you are after the sap.me.Calendar control, which can be configured to display a week. See the demo example. SAPUI5 SDK - Demo Kit Regards,Jason
View ArticleRe: Getting error in creating a new project for UI5
mann !!! I had this for a long time until i saw your fix !! thanks a lot ! but how did you found out it was compliance level just from constraints error ?
View ArticleRe: Getting error in creating a new project for UI5
Hi Vivek, I have been coding Java since version 1.1 (early 2000 using notepad) and it is was a known issue when I started to use the Eclipse. So for me it is common to check the java minimum...
View ArticleRe: SAPUI5 and Rich Text Editor
Hi EduardoHave you considered alternative rich text editor with a more developer friendly license, for example CKEditor. OpenUI5 CKEditor is a UI5 control wrapped around CKEditor. if you want to use it...
View ArticleRe: Date picker with 1 week range
Hi, this is completly right. Do you know how I can see how it is configured in the demo? I cannot figure out the attribut values I have to use and the demo looks exactly the way it should be. Thanks.
View ArticleSAP UI5 XML View vs JS view
Hello , I have found a very common issue which many of you also have faced , specially people who are using javascript view to design the UI5 front end. There is wonderful tools like :Fiori Fast Design...
View Article