Re: UI5 Architecture regarding OData Entities
from an "architectural point of view", the key to a good app is a fit for purpose API. of all the solution option 1 sounds the least effective, you suggest adding complexity, should use the ODataModel...
View ArticleRe: Messagebox problem
Alright I've redone my code so that i have no errors: new sap.m.Button({ text : "Delete", icon : "sap-icon://delete", press : //oController.handleConfirmationMessageBoxPress() function(evt){...
View ArticleRe: UI5 Architecture regarding OData Entities
Hi John,maybe that is a missconception on my side. I was under the impression that the model should take care of updating the view not the controller?I will leave the discussion as it is and will try...
View ArticleRe: UI5 Architecture regarding OData Entities
i like this graphic A terrific Model View Controller (MVC) diagram jsp
View ArticleRe: Messagebox problem
I fixed it by doing this: onClose: oController.fnCallbackMessageBox(oAction),But know i get an error:Uncaught ReferenceError: oAction is not definedAny Ideas ?Kind Regards,Bart
View ArticleRe: End of line marker not supported, please use CR+LF?
AFIK, this is a know limitation while using the repo plugin..you need to enable the CR+LF as text line delimiter follow these stepsOnly CR+LF is supported as a new text file line delimiter.To set the...
View ArticleRe: UI5 Architecture regarding OData Entities
Jasonyour comment was better than mine, should have waited 5 minutes :-) jsp
View ArticleRe: UI5 Architecture regarding OData Entities
Hi KrishnaThats a very good point about Inside-Out vs Outside-In. 2 of the Principles behind the Agile Manifesto- Welcome changing requirements, even late in development- The best architectures,...
View ArticleRe: Transparent background for SplitApp and applications
Hi Steffen, Something like this? http://jsbin.com/hiqeyuqozigi/1/edit<style type="text/css"> .sapMShellContent, .sapMSplitApp { background: transparent;}</style> Best regards,Jeroen
View ArticleRe: Examples for binding data to List and Table UI elements from Model
Hi, you can refer this document to understand basics Understanding sap.ui.table.Table in 10 minutes also in my blog Displaying backend data both as SAPUI5 Table and an Excel File you will find the...
View ArticleRe: Specific date format
it seems to be issue with timezone difference front end and backend GW server. Please check this thread for solutionHandle timezone differences between front-end and backend Regards,Chandra
View ArticleRe: Consume response from Odata using sapui5
abhinav Chaitanya wrote: what is /Products(1) in "oModel.read('/Products(1)', null, null, true, function(oData, oResponse)" Thank You Products is the entityset or collection. so in this example,...
View ArticleRe: Messagebox problem
Hi Dennis, When i use onClose: [oController.fnCallbackMessageBox, oController],i get no errors but he is not calling the function anymore.Kind Regards,Bart
View ArticleRe: Problem executing/running app on chrome
Hi, Did u manage to figure out the solution & cause which was blocking the UI rendering in Chrome browser when Simulate the demo apps ? infact, i just found that if below URL [with your appbuilder...
View ArticleGet data from OData using sapui5
Hi am not able to get data from server, can someone help me if I am wrong. Always I get alert as Read failed.. var url =...
View ArticleRe: Messagebox problem
I just fixed the situation by using a different approach: Working with Dialog Controls in SAP UI5 Kind Regards, Bart
View ArticleRe: How to freeze the bottom row in a table while scrolling, sorting, and...
Have you looked at the table API?There's a property fixedBottomRowCount which does just that EDIT: But be aware your data in the bottom row may change if you apply a filter/sort! It just locks the...
View ArticleRe: busyIndicator, busyDialog - how to ues in simple OData calls?
Hi Frank, yes I tried to reduce the delay. The Local Busy Indicator works but not as fast as I want it. Is there a way to keep it opened for a few seconds? I mean: - BusyIndicator get's opened...
View ArticleRe: How to highlight selected list item in sap ui5?
Hi,I am not able to access the link shared by Sakthivel Elango. Regards,Ashvin
View ArticleRe: How to highlight selected list item in sap ui5?
Creating a snippet here, http://jsbin.com/paqag/1/edit
View Article