Icon to my app
|
09-28-2015, 07:04 PM
Post: #1
|
|||
|
|||
Icon to my app
Hello,
How can I add an icon to my own make app? Cheers Jan |
|||
09-29-2015, 06:29 AM
Post: #2
|
|||
|
|||
RE: Icon to my app
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 Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
09-29-2015, 02:21 PM
Post: #3
|
|||
|
|||
RE: Icon to my app
(09-28-2015 07:04 PM)Powersoft Wrote: Hello, To do it from the computer, right click on your application in the calculator tree in the connkit. TW Although I work for HP, the views and opinions I post here are my own. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)