Data binding working ... now a question about the variables
I wrote a small app based on the example (below) from sapui5.hana.ondemand.com. My question pertains to anyone else that has data binding working and has tried to do something like the text in red....
View ArticleHow to debug the code of odata services
Hi Everyone, I have written the code of "Read Service" in the Get_Entity method from the below link Let’s code CRUDQ and Function Import operations in OData service! but I want to debug the code. I...
View ArticleSAPUI5 Development Environment Installation Issues
Hi I am new to this development environment and am experiencing problems installing the Eclipse environment, the way I understand it once I have installed Eclipse I need to install UI5 Team and UI5...
View ArticleRibbon like button using sap.m.Button or sap.ui.commons.Button
Hi there, is there an easy way to get a ribbon button? It's a button with a very large icon at the top and a describing text below the icon. RegardsTobias
View ArticleTree control model binding
Hi all,I need to develop a UI5 tree control based on a JSON model, retrieving children of each node dynamically from the server through ajax.Specifically, I don't want to load all the contents from the...
View ArticleHow does UI5 Hides Object's prototype property ? !!!!!!!
Hey All, I'm just wondering how UI5 hides Javascript Object's prototype property !! I was just playing around with UI5 controls and encountered this. Created a method 'Move' in the prototype of...
View ArticleCombining SAP UI5 with D3js to display the results of an algorithm
Hi, everybody. I just wrote something about using a combination of SAP UI5 and the D3js library. When you need a more advanced visualization, like graphs for example, you can't do it with the actual...
View ArticleDoes the toolkit support windows phone 8?
I am trying to use this toolkit on windows phoe 8, and want to get a copy for windows phone 8.Does this toolkit support this mobile platform?Or, Is there any plan or schedule to support it? Thanks!
View ArticleChange the font size of SAP Ui5 Panel , heading
Hello All, How could i change the font size of Panel Control ---Title ElementI have tried using stylesheet also but it doesnot change the font size of Panel --Heading or titlealso button could be...
View ArticleContextBinding for Markers
Hi, can somebody of you tell me, how I can create my own bindingContext? I create a Demo with a list, when I click to an item on the list, I can see some Details. This work with contextbinding. Now I...
View ArticleJS code will be deleted after the selection of code completion
Hi all, i had installed the Eclipse Juno (4.2.2) and SAPUI5 1.18.10.My Problem is, the code completion works very slow and after selecting a new componet only the operator "new ()" will be created....
View ArticleDonut chart (Pie chart with whole in middle and need to display data in middle)
Hi Ui5 Experts I have a requirement where I have to display the Donut chart - it should display like a Pie chart with whole and should contain the data in middle of chartFor example data is Percentage....
View ArticleDefine multiple views
I'm trying to build a simple app which has multiple views. When the user clicks on the worksetItem I want to change the view, and display an other table in the shell. But I dont know how can I define...
View ArticleLoad Dialog
Hi Experts, I m using dialog in ui5 . In parent page m having button, on click of which i need to open dialog. I m using following code: var oDialog1 = new sap.ui.commons.Dialog();...
View ArticleUI5 table theme
Hi Experts, I want to change UI5 theme in table. I m using following code for defining theme. <script id="sap-ui-bootstrap" type="text/javascript" data-sap-ui-libs="sap.ui.commons,sap.ui.table"...
View Articlehow to get binded data from table?
I have binded data with table using JSON model. I want to take the binded data from table for futher use. How to get it.Thanks in advance.
View Articlehow to select a table based on a button event
Can we make control in row selection? For eg, i have added a button in my column. So it will be displayed in all rows.Clicking on the button the entire row should be selected.How to do it. Thanks in...
View ArticleHow to change the color of whole row in SAP UI5 table
Hello All, ) How could I change the complete row color of UI5 table i know how to change of column by adding css class but want to change the color of row 2) In a table, column1...
View Articlehow to access error messages from gateway response in browser?
hi, i get 400 bad request as response with error messages and transaction id .i need those messages in my alert box.how to do it? thanks and regards,kartik
View ArticledrawOnSecondaryAxis problem in combination chart
I created a makit combination chart, including a column chart layer and a line chart layer. When drawOnSecondaryAxis is false in both layers, they can show successfully as expected. However, if...
View Article