cancel
Showing results for 
Search instead for 
Did you mean: 

How to install OpenUI5 SDK?

cmetz
Participant
0 Kudos

Hey guys,

i want to build a SAP Fiori mockup and I found the prototyping kit for Microsoft PowerPoint . As a requirement it says that the latest SAP’s icon font (SAP-Icons) has to be installed. It would come with the Open UI5 SDK.

At the moment i only get questions marks for the appropriate symbols. I already installed SAP UI5 for Eclipse.

I downloaded Open UI5 SDK ->http://sap.github.io/openui5/download.html

But i have no idea how to install it?

Could anyone please help me?

Thanks and regards

Chris

Accepted Solutions (1)

Accepted Solutions (1)

AndreasKunz
Advisor
Advisor
0 Kudos

Hi Chris,

this Powerpoint prototyping kit is not part of UI5, so I'm not really aware of it. But I guess what it needs is the UI5 icon font installed on your computer. And this font indeed comes with UI5.

You can download any flavor of OpenUI5, e.g. the smallest "UI5 Runtime Mobile" file (from OpenUI5 - Download), extract it, and find SAP-icons.ttf  (in resources/sap/ui/core/themes/base/fonts). Install it like any regular TTF font (e.g. in Win7 double-click it to get a window with installation option).

Regards

Andreas

cmetz
Participant
0 Kudos

Thanks Andreas, its working now :-).

Regards

Chris

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi Chris,

if your question is how to use SAP Icons font then you can refer this demo example JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="h...

You need to have statement   

jQuery.sap.require("sap.ui.core.IconPool");

and then use it as below,

new sap.m.Button({   // content is just one Button

              text : "Go to Page 2",

              icon: sap.ui.core.IconPool.getIconURI("display"),

              press: function() {

                  app.to("page2", "door");  

              }

          })               

Regards,

Chandra

cmetz
Participant
0 Kudos

Thanks for your reply Chandra. Unfortunately its not that what i am looking for. The icons are somehow integrated in PowerPoint and it is required to have OpenUI5 SDK installed.

So I would like to know how to install OpenUI5 SDK.

See screenshots (PowerPoint slides).

Regards

Chris

On this screenshot you can see questions marks instead of symbols.