Re: SAPUI5 - ValueHelpDialog error
Hi,Please mark this Discussion with a Correct Answer and Helpful Answer where appropriate. See How to close a discussion and why Even if you discovered the solution without any outside contributions,...
View ArticleRe: Formatter for Input field value is not working anymore
You should remove the quotes around 'path', i.e.: <Input value="{path: '/people/0/salary'}" />
View ArticleRe: LayoutMatrix - cell splitt...Why?
Noch schnell eine Frage hinterher... Wie kann ich die Breite einer einzelnen Zelle bestimmen? Also Item2 soll 20px und Item2 soll 50px breit sein? Gruß,Matthias
View ArticleRe: Formatter for Input field value is not working anymore
I've tried it already but it seems that it doesn't work neither http://jsbin.com/javikigoga/1/edit
View ArticleRe: OPA - Mockserver
well, 'delay" the code ;-) jQuery.sap.delayedCall(1000, this, function() { //1 second delay});
View ArticleRe: Access entity value in JSON model
why do use getProperty on Json model?? it is much more time consuming vs. direct json structure access. Show json file content and what eactly you need to access from there.
View ArticleRe: Some Problems using OData..
Hi Sascha, Debugging in browser or in back-end? Make sure er_entity is filled in method USERSET_GETENTITY( ) in back-end. If ok check the result of the GET request in browser debugger and if the...
View ArticleRe: Formatter for Input field value is not working anymore
As I mentioned before, you are missing data-sap-ui-xx-bindingSyntax="complex" in the bootstrapper in your JSBin example
View ArticleRe: OPA - Mockserver
Thanks for your answer.But I think this will not help. So what is happening:1. The app, that needs to be tested, is started:return this.iStartMyAppInAFrame("./index.html"); 2. Now the app will be...
View ArticleHow to use SAP Jam in SAP Web IDE?
Hi, I've seen that there is a sapjam destination in my Web IDE subscription. Then I wanted to configure and use it. On help.sap.com I read "The collaboration and all Jam-based features that come with...
View ArticleRe: How to bind multiple netweaver service in UI5
Difference in binding path would depend on the entities, how the odata is build and how you are trying to display the data. do not set the models to core, set them to view or component. if you have to...
View ArticleRe: How to bind multiple netweaver service in UI5
you can set multiple models by defining different names to them. sap.ui.getCore().setModel(oModel1,"Model1"); sap.ui.getCore().setModel(oModel2,"Model2"); The difference in the binding path will be...
View ArticleRe: Problems with local testing in Eclipse consuming an OData service
>>What is the best way to deal with the credentials in my local environment? Well, in local dev you will get a popup asking for username/password (at least it always did for me) once you try to...
View ArticleRe: SAP netweaver logon url
Without seeing a way you load it it is hard to say. post your code
View ArticleRe: 10seconds Software: Why we are staying clear of SAPUI5
I think their points make sense for small product company, but that should not be propagated and generalized. One more plus of SAPUI5 is Fiori. More and more customers adopt it and if your product is...
View ArticleRe: UI5 Tree binding issue
not quite sure what do you mean by "does not work" http://jsbin.com/vokonafoma/1/edit?html,output
View ArticleRe: Selecting Input for table cell from Drop down box
Andy.. excellent. You're right on using same model for List and Table.I made changes to AJAX call to use same model and array that I am using for table and IT WORKED!! Regards,Naveen Inuganti
View ArticleRe: OData create() causes app to hang
Mathew, the best you can do - post the code. here is a pattern I follow for server calls, so they never "freez" the screen try{ startBusyDialog(); callBackend({ succesfull :...
View ArticleRe: SAP UI5 Tomcat
Nils, I dont see erorr messages, only INFO and WARNING's what is the problem? App is not working? or errors in console bothers you? beleive or not i have exactl same errors in my Luna and apps still...
View ArticleRe: SAPUI5 component usage across projects
So, BPM means a target platform is J2EE? create a webapp and place your reusable stuff in to resource folder (like my-webapp in example below) Multiple Module Locations - What's New in SAPUI5 - SAP...
View Article