Re: Use of Icons in SAPUI5
Hello, I'm also trying to use the icon library in SAPUI5 and theexample from Andreas works only for mobile app. I tried this code for s desktopapplication : kpiSelectionBtn:...
View ArticleRe: Use of Icons in SAPUI5
Hi Malika, at this time the icon pool is only enabled for the mobile controls. Sorry,Andreas
View ArticleConsume NetWeaver Gateway services
Hi All, Has anybody followed the blog http://scn.sap.com/community/developer-center/front-end/blog/2012/10/15/consume-netweaver-gateway-services-via-sapui5#comment-374982 successfully? Please guide me...
View ArticleKeep the pressed StandardListItem highlighted
Hi Is there a way to keep the row highlighted as the finger move up?but of course need to remove the highlighted stylesheet as other row is pressed. Thanks Mingho
View ArticleRe: Use of Icons in SAPUI5
Hi Andreas,Thank you for the quick reply. However I still not clear when this will be provided for desktop applications. Are you aware of any plans? Any idea who should I contact ? Thank youMalika
View ArticleRe: How to build an application that compatible to browser, mobiles and...
Hi Harsha,just take a look at the https://sapui5.netweaver.ondemand.com/sdk/#docs/guide/DemoApps.html. There the "Split App" is a very good example of an app that can be used on all devices......
View ArticleRe: Use of Icons in SAPUI5
Hi Malika, working in Scrum mode, the plans are quite agile and not set in stone for months into the future, so I cannot tell you more than that Icon Pool support for desktop controls is on the...
View ArticleRe: UI Application Dev component is installed but doesnt appear in wizard
Hi Debraj, I think this thread will help you:http://scn.sap.com/thread/3394296 RegardsStefan
View ArticleRe: How to build an application that compatible to browser, mobiles and...
Desktop and mobile version will be different.Use sap.m package for mobile devices as much as you canYou many need to adjust layout for different mobile devices such as (iPad, iPhone, Android, tablet...)
View ArticleRe: How to build an application that compatible to browser, mobiles and...
hi Harsha, SAP Fiori is a collection of apps with a simple and easy to use experience for broadly and frequently used SAP software functions that work seamlessly across devices – desktop, tablet, or...
View ArticleRe: Keep the pressed StandardListItem highlighted
Hi Andreas I add the SingleSelectMater mode and it does show what I want in the UI.However, it ignores press event (function) of StandardListItem in my list as I click on one item.Do you know why?If...
View ArticleSAPUI5 TestSuite
How can I see the source code of the examples in my SAPUI5 test suite?
View ArticleHow to add two different themes in one sapui5 application.
Hi All, As i am developing an universal (desktop,mobile,tablets) application using SAPUI5 How to use these two themes at a time... data-sap-ui-theme="sap_goldreflection"data-sap-ui-theme="sap_mvi" I...
View ArticleRe: SAPUI5 TestSuite
http://scn.sap.com/community/developer-center/front-end If you want to do a lot of this download the sdk and unpack it to get your own copies of all these files.
View ArticleRe: How to set dialog to fixed position (top and left)?
Try this var oDialog = new sap.ui.commons.Dialog(); oDialog.$().offset({top : "100", left : "100"}); //Set Custom Offset Value to fix the position Regards,Ajain
View ArticleRe: Auth with SAPUI5 Mobile
Oh, I forgot to mention that you can use an inAppBrowser or ChildBrowser plugin with Phonegap/Cordova if you do not wish to create a custom login page. After the user is successfully authenticated you...
View ArticleRe: How to call Java file function from sapui5 application
Hi I am using the following code to call the jsp page:$.ajax({ url :"test.jsp", data : "{'name':'abc','age':'20'}", contentType : "application/json", type :"POST", success...
View ArticleSAPUI5 Not working in Internet explorer v8,v9.
Hi All. I am using code from below url....https://sapui5.netweaver.ondemand.com/sdk/#test-resources/sap/ui/commons/demokit/Form.html For reference it placed in below...
View ArticleJSON model binding
HelloHow to bind values from JSON model to sap.m Select?Thanks and Regards.
View ArticleBrowser compatibilty issue
Hello, I have develop application in sapui5 which is working fine on chrome.I have tested it on 2 android devices which is working fine,but on 3rd device the layout is misplaced and showing unwanted...
View Article