Re: SAPUI5 oData Connection Error
Hi Tufale, When we tried doing that we still get an error. See below: Failed to load resource: Origin http://127.0.0.1 is not allowed by Access-Control-Allow-Origin....
View ArticleRe: How to change Background image in sap.m.Page control
Hi Preety,when I test this, it works fine in the eclipse build in browser. If I switch to chrome, it depends on the value of the URL parameter "sap-ui-xx-fakeOS". If I set it to "android" it works...
View ArticleRe: Server side compression possible?
Hi Frank, thank a lot for the hint. I'll take a look at this and give some feedback soon... Greets,Ben
View ArticleRe: SAPUI5 oData Connection Error
Hi Dj, We have tried both /sapui5/sapui5_app/shoppingCart/WebContent/proxy/http/gw.esworkplace.sap.com/sap/opu/odata/sap/SALESORDERS/ and...
View ArticleSAPUI5 me package on Hana
Hi,I've created a project outside Hana using UI5 and now I am trying to deploy it into a XSJS UI5 project. I was able to create the UI5 project in Hana and even commit and activate contents. But when...
View ArticleCan we use sup as a web server like apache tomcat ?
Hi , I want to know if we can use sup ( 2.1.3 ) as a web server to deploy web apps like we do in apache tomcat ? Exact requirement :- We are building apps in sap ui 5 using eclipse .I want to deploy...
View ArticleRe: SAPUI5 oData Connection Error
Hi MelanieCan you confirm whether there is a proxy servlet running or not? cheersdj
View ArticleHow to add Custom attribute in control
HiI want to add custom attribute to sapui controlfor eg: for Label I want to Add custom attribute as EmployId="325" How can I achieve this.<label id="__label0" EmployId="325"...
View ArticleRe: SAPUI5 oData Connection Error
Hi DJ, Sorry I'm fairly new to this. But how do you check if there's a proxy servlet already running? Thanks!
View ArticleRe: SAPUI5 sends a OPTIONS HTTP Request Method instead of GET
Hi Amardeep,Could you paste the code snippet you used (using proxy service) to resolve this. Thanks
View ArticleRe: Change in Table-control are lost after scrolling
Hi Ben, I think this is because the oData Model doesn't support the two-way-bindingmode, but the JSON Model does.The two-way-bindingmode describes that changes will be applied in the direction from...
View ArticleAuth with SAPUI5 Mobile
I am using SAPUI5 to write a web application that will be ported to iPhone and iPad using XCode and PhoneGap. In the SAPUI5 best practice documentation, it clearly states not to create any custom logon...
View ArticleRe: Change in Table-control are lost after scrolling
Hi Jan, thanks for the input, that sounds plausible - hopfully this gets changed soon... Greets,Ben
View ArticleRe: Problems building a simple MVC
Yep. I did a quick example and it works perfectly. I had based my work on a few examples floating around SDN. I hope this helps other anyone who might be facing this same issue. Much appreciated, Clark
View ArticleRe: messagebundle_de_DE.properties not found
To further illustrate this here is the situation in my current application. My browser is apparently set to the "en_US" local, for which I don't yet have a locale file. Because I don't have a i18n...
View ArticleUnable to select sap.ui.core.HTML-content via $()
Hello everyone, i'm working on a mobile application based on sapui5. Now i need a canvas for drawing graphics (no images).So i've created a new HTML-Control: var htmlCanvas = new sap.ui.core.HTML({...
View ArticleRe: Unable to select sap.ui.core.HTML-content via $()
Hi Andreas, WHEN do you try to do "$("#myCanvas");"?The HTML might not exist yet. Just instantiating a control does not instantly create the HTML and put it into the body. RegardsAndreas
View ArticleRe: Unable to trigger a click-event in onAfterRendering
Hi R J, It looks like you may be wanting to trigger the press event of the UI5 button control...one option you could try is using the below code in your onAfterRendering function......
View ArticleRe: Unable to bind Value in ToolPopup Control
Hi Frank,I tried this code also but it show blank label.I also tried with out any formatting as simple as followvar lblR1Val = new sap.ui.commons.Label({text:"{/TotalPrice}", type: new...
View ArticleRe: Issues while installing SAPUI5 on HANA Studio
Works for me too. Regards, Christiano.
View Article