Icon to my app - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Icon to my app (/thread-4827.html) |
Icon to my app - Powersoft - 09-28-2015 07:04 PM Hello, How can I add an icon to my own make app? Cheers Jan RE: Icon to my app - cyrille de brébisson - 09-29-2015 06:29 AM 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 RE: Icon to my app - Tim Wessman - 09-29-2015 02:21 PM (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. |