Re: Is there an AutoComplete control planned for SAPUI5 mobile?
The sap.m.Input control supports the ability to show suggestions. sap.m Explored <Input id="productInput" type="Text" placeholder="Enter Product ..." showSuggestion="true"...
View ArticleRe: Running application behind the proxy
Have you configured the proxy settings in Eclipse? I believe the SimpleProxyServlet uses the Eclipse Authenticator. SAPUI5 SDK - Demo Kit Internet ServersTheSimpleProxyServletcan be configured for...
View ArticleNeed help in using controller functions
Hi Experts, I have a view with a couple of buttons and a table to display the data on button click.I am using a function defined in controller.js. But I am not able to populate the data using the...
View ArticleRe: Makit Chart Range Selector starting point
Hi, See this example, JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… It is working. Here I set the...
View ArticleRe: Makit Chart Range Selector starting point
Hello Chandra, Thanks for the quick response. In my case I am using a combination chart fully defined in xml and the method does not work for me. It should work with a combination chart though as it is...
View ArticleRe: Makit Chart Range Selector starting point
in combination chart also it works. here is example JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… but...
View ArticleRe: Makit Chart Range Selector starting point
Ok, will do. Thanks again for the quick response. Regards,Johannes
View ArticleSomething it´s going bad with SAPUI5 says "Hello OData" to NetWeaver Gateway
Hi. I am trying to test -> SAPUI5 says "Hello OData" to NetWeaver Gateway , however i am getting a empty table. I am working with trial NetWeaver Gateway system. I attached some pictures: Odata...
View ArticleRe: Something it´s going bad with SAPUI5 says "Hello OData" to NetWeaver Gateway
1) Are you able to successfully fetch the data in the browser with the Odata URL ( This ensures if the system is running and Service Url is active to fetch the data ) 2) Did you try debugging the...
View ArticleRe: Something it´s going bad with SAPUI5 says "Hello OData" to NetWeaver Gateway
Hi Viru. Yes, i am able to fetch data data in the browser with the Odata URL. Chrome is showing only warnings. I attached two pics.
View ArticleRe: Something it´s going bad with SAPUI5 says "Hello OData" to NetWeaver Gateway
1)Are the Screenshots taken in the Chrome when the Security is Disabled ? 2) Can you try to run another application consuming similar service from same demo Gateway system and following How to create...
View ArticleWhen should the afterInit event fire for sap.ui.core.mvc.View ?
I am looking to execute a function once only after the onInit() method on a controller has run. I assumed (incorrectly apparently) that the afterInit event that is provided by sap.ui.core.mvc.View...
View ArticleRe: Something it´s going bad with SAPUI5 says "Hello OData" to NetWeaver Gateway
Right now i created a android app(Simple list) using GWPA Are you creating a Native Android app / or a UI5 app and testing in android?(For native android , i believe you have set up the android...
View ArticleRe: UI5 JSON service authentication
Hi Kaushik,Whether any progress? I am also facing the same issue.What kind of error you are getting?
View ArticleRe: How can I pass values from a controller to the view?
Hi sudhir, the better way to do is, retrieve the list in the controller and then add the filter to it. this.myFilter = new sap.ui.model.odata.Filter("post_type", [{operator: "EQ", value1:...
View ArticleSection ListView (Group)
hi i make a ui5 phone book.i need section list object.please help me. attachment my json file. example ; AA....A....A....A....A....BB.....B.....B.....B.....B.....B.....C.......
View ArticleRe: Section ListView (Group)
Hi, you can see this example sap.m Explored and accordingly can build phone book. Regards,Chandra
View ArticleRe: UI5, QUnit and Logs
Hi Marc, the only way i know to save the output of QUnit is via PhantomJS. Have a look at this article: Logging Test Failures in a PhantomJS QUnit Runner Using such an environment will redirect all...
View ArticleSAP UI5 (Dual) Combination Graphs
Hi,is it possible to combine other chart types, instead of just bar and line charts in SAP UI5 (Dual) Combination Graphs? We need to add or subsitude with Area and Bubbles/Scatters.Thanks, Alex
View Article