Re: FileUploader and X-CSRF-Token?
Hi DanielI didn't have the issue with domById running in IE9, the issue i did get was IE expects the contentType to be set in the jQuery Ajax call, i updated the code so it took the content type from...
View ArticleRe: How to set style/Class for parent DOM Element
Hi SanketTodoMVC now has a SAPUI5 example, this is a very good resource showing how to add custom style to you SAPUI5 application.http://todomvc.com/labs/architecture-examples/sapui5/ Below is the code...
View ArticleRe: How to find Project name of default ODATA services?
Hi Harsha,This is the SAPUI5 forum, for future reference try posting questions to one of the Gateway discussion forums. If you want to know the Technical Name of a gateway service at runtime, 1. reset...
View Articlehow to do with json model
1, I want add a line data to json;2, I want to merge two json model; one append to another. Thanks very much.
View ArticleRe: How to display XML model in UI5 Table
Thank you for the Snippet Konstantin. This does help me on understanding XML binding. Thanks, Venkat.
View ArticleRe: Server-side example for the FileUploader UI element
Thanks John! Do you have any inputs on sending file to server? So that I can read it from there? I am thinking about sending file to one shared folder with client side code. So that I can access it...
View ArticleRe: SAPUI5 oData Connection Error
Hi, Refer http://scn.sap.com/community/developer-center/front-end/blog/2013/06/29/solving-same-origin-policy-issue-in-different-ways for SOP problem. Regards,Chandra
View ArticleRe: SAPUI5 oData Connection Error
Hi Chandra, The link above maybe not applicable to me. It says that I can 1. Use JSONP to make cross-domain Ajax requests - not possible since NWGW does not support JSONP2. Establish a...
View ArticleRe: SAPUI5 oData Connection Error
Hi Frank, Seems like my problem is that I still bind the data on the same table row. Just need to bind it to another table row and put that table row on a different page. I just realized that...
View ArticleRe: Mobile SAPUI5 app with Public ODATA service - help
Hello Simon, The app and service are of a different source/origin. I am trying to use a public ODATA service within the SAP network. I will try looking into the CORS issue and see if i can resolve it...
View ArticleRe: SAPUI5 oData Connection Error
Hi Bertram, I followed your tutorial.I'm having problems still on complying with SOP. Although I have successfully fetch some data already by disabling the web security of my browser. This is not the...
View ArticleFiori & Responsive Web Design
Hi, I am wondering if anyone can explain to me how Fiori (built on SAPUI5) manages responsive web design (RWD)? The apps seem to work well and adjust to whatever device (desktop, smartphone, tablet) it...
View ArticleRe: Fiori & Responsive Web Design
Think I might have worked this out, in case anyone is interested here is a link to the SAPUI5 SDK where it explains the ResponseLayout and Form controls:...
View ArticleSplit App - Is it possible to have some views taking all the screen space?
Dear All, I would like to get some direction from you before trying something strange. I would like to have some of the views in my App to take the whole screen space and some other to work in a split...
View ArticleRe: Team provider functions not supported?
Hi Frank, Thanks for your help. Yes, UI_INFRA 100 SP3 and UI5_731 100 SP3 are installed. The note 1684342, mentioned in the guide, should be obsolete as we are on a higher SP level. Still unsure what...
View ArticleRe: Split App - Is it possible to have some views taking all the screen space?
Just the other day I was having a look inside the inbox demo in the SDK and this might be worth you having a look at. It has full-screen views (e.g. the Tile front screen) and then also Split App...
View ArticleChange message in List while loading data
Dear All, Is there a way to set the info message to 'Loadng Data...' or something while the List is waiting to get the data? By default it shows 'No Data'. This can be confusing if the data loading...
View ArticleRe: Change message in List while loading data
I just found it. There is a method named setNoDataText(text). That works :)
View Article