Re: Fiori - Cross Application Navigation
thanks Gerri, I will try and update you on the same. Eagarly waiting solution for this issue. Thanks once again,venu
View ArticleRe: en.json blocking screen
Sakthivel,Thanks for the pointer.. .i have looked over and over and this is the only thing I can see where this request is coming from : ../sap/ui5/1/resources/sap/ui/core.cldr/en.json I am still...
View Articleunable to add TextFeild
Hi experts ,i have createa UI5 project in nwds 7.31 , and here im trying to add a text field the controller is of type Jscription controller , but im not able to fix the bug ... function(oController)...
View ArticleAccess to html basic protected image via SapUI5 & Cordova
Heya I'm trying to access an image protected by a simple http basic authentication mechanism. This example works fine when using my browser...var mImage =...
View ArticleRe: create stacked bar with line
hey kostia, I came across a demo of makit charts. It gives the stacked column and line combinations.Take a look at itChart Demo Regards Naren
View ArticleRe: unable to add TextFeild
Hi govardan, obviously, a function only can return one object. You need encapsulate both controls within a page control for example. Read basic tutorials of programming, it could be help you Pau
View ArticleRe: unable to add TextFeild
hi pau ,thanks for the reply yes i got the solution function(oController) { var oInput1 = new sap.ui.commons.TextField('input1');"From Date");"This is a tooltip");function(){alert('Text changed to...
View ArticleChanging row background Color in sap.m.table
Hi Experts,I am using sap.m.table in my SAPUI Project. Now what I want is, I am having a table with a field called 'Status'. I want to have the rows to be colored depending on the status. I did not...
View Articleissue with loading formatter function not found!
Hi Experts, I am having the issue while loading the formatter.js file .The scenario is i have the component .js file as below.and i have the util folder ,inside the util folder (formatter.js ).The .js...
View ArticleRe: How can I add text to a unified ShellHeadItem?
Hi Shirli,in case you have not found a solution yet and still want one: for some other reason i got interested in the shell too, and first thought, this one's solvable with a custom ShellHeadItem. It...
View ArticleRe: How to add App Title in sap.ui.unified.Shell control Header?
Hello Prabhjot,in this thread: http://scn.sap.com/thread/3692321 Shirli had the same question and i posted some infos/findings there, maybe you find this interesting,best regards, Sophie.
View ArticleRe: Changing row background Color in sap.m.table
There are a lot of topics regarding changing row colors, have you tried the search and/or Google yet?
View ArticleSearch field live search filter does not apply ?
Hi All, I am using search field in XML view. <Page title="Title"> <subHeader> <Toolbar> <SearchField liveChange="onSearch" width="100%" />...
View ArticleRe: Changing row background Color in sap.m.table
Ya, I have tried using css, but even that does not seem to work. Please help me with some links if you have any.
View ArticleRe: Download latest version of SAPUI5 (as static files)
Hi, Got an answer from SAP support:SAP does officially not provide customer support for OpenUI5.However, as the code base is basically the same, you should (in mostcases) be able to report your issues...
View ArticleRe: How to load a Menu dynamically associated with a MenuButton
Hi Joseph,ok, i see. To get this, you could e.g. inject the relevenant part<span class="sapUiMenuButtonIco"></span>of the sap.ui.commons.MenuButton to the sap.m.BUtton via the...
View ArticleRe: Changing row background Color in sap.m.table
Changing color of table cellsHow to change the color of whole row in SAP UI5 tableColoring Table Cells Conditionally in SAP UI5Row selection with two background color changes on Sap.m.Table values You...
View ArticleRe: Ideas for creating an FAQ Page using sap.m controls?
This question is impossible to answer if we don't know how your FAQ page should look like...
View ArticleHow to add default value to UI5 control
Hello, Im using the following control ,sometimes I dont have value so user can use the autocomplite and sometimes I've value from binding and I want to display it in the autocomplite field,is it...
View ArticleRe: Formatter for Input field value is not working anymore
Hi Robin, yes I did it. And I'm using path to bind other controls... without problem.Any other suggestion?
View Article