Need some help with desktop app icons

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Need some help with desktop app icons

Post by CALL-151 » Wed Mar 14, 2012 5:49 pm

I'm moving an app from mobile to desktop and would like to use desktop app icons. I've created .icns and .ico files using Apple's Icon Composer and pointed LC (5.0.2) to them in the Mac and Windows standalone settings. Standalones build without errors, but have generic icons. I've tried various sizes to no avail. Any guidance regarding specific icon requirements for Mac OSX and Windows would be appreciated. Thanks.

Klaus
Posts: 14196
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Need some help with desktop app icons

Post by Klaus » Wed Mar 14, 2012 6:19 pm

Hi CALL-151,

are you building the Win exe on the Mac?
Then the icon will not be displayed!

But should work on the Mac in any case, just did a quick test!?

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: Need some help with desktop app icons

Post by CALL-151 » Wed Mar 14, 2012 7:04 pm

Building Mac on Mac, Win on Win. I think the problem is with my icons. What dimensions work for you?

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7392
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Need some help with desktop app icons

Post by jacque » Wed Mar 14, 2012 8:18 pm

The problem is often with the Finder not updating. You can force an update by zipping your app, deleting the original, and unzipping. The Finder will see the app as "new" and look up the icon.

You can also do it with a shell command or in terminal: touch <path/to/myApp.app>
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: Need some help with desktop app icons

Post by CALL-151 » Wed Mar 14, 2012 9:05 pm

Turns out that the problem is with my stack, not the icons. I built a quick test stack and created a standalone with the icon files and they work. The problem stack is a modification of one I built for iOS. I'll track it down. Thanks Klaus and Jacque for responding so promptly.

Post Reply