HP Forums

Full Version: Icon to my app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How can I add an icon to my own make app?

Cheers Jan
Hello,

You need a file called icon.png, of size ~32*32 in the app folder.

for example: the command line:
DIMGROB_P(G1,32,32); RECT_P(G1,0,0,32,32,#FF); rect_p(G1,10,10,20,20,#FF00); AFiles("icon.png"):=G1

will create such a file for the current app. go in the app screen to see it.

Cyrille
(09-28-2015 07:04 PM)Powersoft Wrote: [ -> ]Hello,

How can I add an icon to my own make app?

Cheers Jan

To do it from the computer, right click on your application in the calculator tree in the connkit.

[Image: add_icon.png]
Reference URL's