Re: Eclipse Java EE IDE for SAPUI5 Web Developers - Missing perspective
To install the tools you need to add the following URL : SAP Development Tools for Eclipse - Juno Software Repository Kind regards, Frederik .
View ArticleOpening a link in shell window and not in new window
Hi all,Above is the screenshot of my initial screen. If I click on API DOCUMENTATION , I want to open a link. This link is opening but in a new window. I don't want that. I want that link to open in...
View ArticleRe: Data Binding between two views
You can bind both the TextBox and Text view to the same JSON Model . So once you enter data in the Text box in the first view, the JSON model will be updated and data will be automatically available to...
View ArticleCannot Pass Array of Filters to Table.bindRows()
Dear Colleague, We are trying to create an array of filters based on our search criteria and passing this array of filter to the Table.bindRows() method.On Execution, the binding happens only for the...
View ArticleRe: Opening a link in shell window and not in new window
May be you can embed an iframe in the Shell. you can refer to this and thread Re: How to create a modal popup window that renders content (html/json/xml etc) from another page in sap ui5?
View ArticleRe: Data Binding between two views
Hi Sakthivel/Atanu, I have done what you have told but it isn't work. I have written the following code in the two views,...
View ArticleRe: Tile Container in SAPUI5 controls
Hi Sakthivel, I tried the same with desktop application in Eclipse but I'm getting the following error. Uncaught TypeError: Cannot read property 'TileContainer' of undefined I have included the library...
View ArticleRe: Tile Container in SAPUI5 controls
Can you check if com.sap.ui5.mobile is avail in your list of dependencies in pom.xml ?
View ArticleRe: Navigation between pages with value passing in textfields
Hi Jagdish, When I am using your code, I am facing this error. Uncaught TypeError: Cannot call method 'setVisible' of undefined Please guide. Thanks and regards, Naga Raj
View ArticleRe: Tile Container in SAPUI5 controls
Where do I check the pom.xml? sap.m library is available in SAP core libraries.
View ArticleRe: UI Theme Designer on SAP Netweaver Portal 7.4
Hi Vishweshwara, I have the same problem. Did you solved it? Thanks & Regards, Matthias
View ArticleDeclarative form
Anybody know what the correct syntax is for a declarative form (not SimpleForm)? <div data-sap-ui-type="sap.ui.layout.form.Form" id="form" data-title="Form Title"> <div...
View ArticleChange theming of HANA Login Site
Hello,is it possible to change the theming of the SAP HANA Login Screen like you can change several SAPUI5 elements by adding a custom css stylesheet to your web application? Thanks in advance for...
View ArticleHow to bind your service data to a ExactBrowser??
Hi experts, lately i've tried a few different kinds of filters, and now it's the ExactBrowser turn. I've seen many working examples with sample data in the html. But in my case i want to do so with the...
View ArticleRe: Input field or text field validation in SAPUI5 using XML view
Hi Arindam, I have given one solution in your another post XML view code in sapui5 having the same question. There you mentioned about about Date inputs that's why i have given DateTimeInput, if you...
View ArticleRe: IS there a way to connect to non SAP DB from UI5 application ?
Hi Pandu, As Angels Puertas said, Create rest service,Otherwise create simple java program to connect db with JDBC or hiberbate/JPA. and deploy into your server. Then make ajax calls to the java...
View ArticleRe: Change theming of HANA Login Site
HI Stefan, Yes you can do. Refer there links , it may help you. Change theme in SAPUI5 Application on HANA SAPUI5 TOOLS how to access the UI Theme DesignerThemes in SAPUI5 desktop application...
View ArticleRe: Declarative form
Hi, Refer this link, This will help you, Documentation/AdvancedTopics/DeclarativeSupport – SAPUI5 Wiki (TIP CORE User Interface) RegardsRabin D
View ArticleRe: How to bind your service data to a ExactBrowser??
Hi, Refer Databinding example on SAPUI5 SDK - Demo Kit and see the source code. Here JSON Model is used. you can use your odata model in similar way and bind it. Regards,Chandra
View ArticleRe: Eclipse Java EE IDE for SAPUI5 Web Developers - Missing perspective
Hi Frederik, Thanks for you advice, did you as suggested and just reinstalled the Hana Studio, works perfectly. I contacted with Anusha, who posted the guide on the wiki about missing the features of...
View Article