default icon

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
pmc
Posts: 62
Joined: Thu Sep 23, 2010 3:14 am

default icon

Post by pmc » Fri Sep 24, 2010 4:38 pm

Hi

I am trying to replace the default icon (see attached img, please) with my own. How is this done? Also, is there a way to import c.s.v files?

Thanks
pmc
Attachments
Capture.GIF
Capture.GIF (2.15 KiB) Viewed 3842 times

deebee
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 89
Joined: Mon Jul 19, 2010 6:59 am

Re: default icon

Post by deebee » Fri Sep 24, 2010 5:24 pm

You set the path of your desired icon in the file->standalone application settings. It stays the rev (LC) icon while in the dev environment. When you compile, the icon you pointed to in the settings will compile along with your app.

I believe this lesson goes over importing csv files.

pmc
Posts: 62
Joined: Thu Sep 23, 2010 3:14 am

Re: default icon

Post by pmc » Sat Sep 25, 2010 8:35 am

Thanks. Can i use jpeg as icon?

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

Re: default icon

Post by Klaus » Sat Sep 25, 2010 10:22 am

Hi pmc,

no, sorry, you can't use a jpeg for the standalone icon.
This must be "*.ico" format on Windows and the "*.icns" format on Mac OS X.


Best

Klaus

magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Re: default icon

Post by magice » Sat Sep 25, 2010 7:59 pm

I recently downloaded a free program that works well for creating icons. It is called IcoFX. To make it easy on yourself open one of the resource icons that come with rev and edit/rename it instead of making a new one.

Post Reply