| Reply | « Previous Thread | Next Thread » |
|
Join Date: Nov 2007
Posts: 317
Location: Sertaozinho/Brazil
marcelobarrosalmeida
Online
Forum Nokia Champion
|
|
Hello
Is there any icon library available for pys60 ? I simple do not have any artistic capability, so... Searching, I can see several examples using z:\\system\\data\\avkon.mbm. I couldn't find this file in my phone but some sites show its contents: http://alindh.iki.fi/symbian/avkon.mbm/ Is there any other set of icons ready to use ? thanks a lot |
|
You can download SVG clipart from http://openclipart.org. Some of the files need a little modification to display correctly on a phone (add a valid viewBox attribute to the outermost svg element). Many of the SVG files are too large for an S60 application icon. Nokia suggested max. 10 kB icon file size at some point.
Note: When trying out different icons, the phone caches the first icon. If you update your SIS file, any new icon is not displayed until you turn the phone off and on again (removing a SIS package and reinstalling it is not enough). This behaviour may have been corrected on newer S60 3rd Edition phones. |
|
Join Date: Feb 2008
Posts: 743
Location: Belo Horizonte, Brazil
Rafael T.
Offline
Forum Nokia Champion
|
|
|
Quote:
I think he is talking about icons for a listbox ![]() By the way, I have a N95 8gb and sometimes I have to restart the phone to see the new icon, so it is not completely corrected on S60 3rd edition phones, but it may be corrected on the FP2 ones... ![]() BR, Rafael. |
|
Join Date: Nov 2007
Posts: 317
Location: Sertaozinho/Brazil
marcelobarrosalmeida
Online
Forum Nokia Champion
|
|
Yes, for listbox ! MBM icons, I think.
|
|
Quote:
Thanks for the avkon link ![]() BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
Quote:
![]() Anyway, that wasn't too useful. Website would be much better. Cheers, --jouni |
|
Quote:
![]() Haye you tried this library for viewing your mbm file in your device ? BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
Here you go: http://symbiantricks.info/tricks/avkon2_mif_icons/ (MIF files link to MBM files for bitmap icons.)
|
|
Quote:
I recall I saw something for avkon.mbm and after some research figured out that that specific file was missing and replaced by avkon2.mbm. Have to check, if I still have sources somewhere...Quote:
Have to think, if I could reuse default icons in some own sw ![]() Hmph, I do know that avkon.mbm and avkon2.mbm are not "backwards compatible". Wondering, whether avkon2.mbm is same in each release or whether icons are changed? Names are kept same to keep source code compatibility, most likely also generic icon style, but what about size? Most likely not, I would imagine... Cheers, --jouni |
|
Quote:
Code:
import appuifw import e32 # Phone (svg) # iconnum = 16930 # masknum = 16930 # Exclamation point (bitmap) #iconnum = 16772 #masknum = 16773 # Stop (bitmap) iconnum = 16774 masknum = 16775 lock = e32.Ao_lock() icon = appuifw.Icon(u"Z:\\RESOURCE\\APPS\\AVKON2.MIF", iconnum, masknum) lb = appuifw.Listbox([(u"Nice icon", icon)], lambda: lock.signal()) appuifw.app.exit_key_handler = lambda: lock.signal() appuifw.app.body = lb lock.wait() |
|
Google tango icons. It is generic SVG icon library which can be converted to bitmap icons.
Mikko Ohtamaa Twinapex Research http://www.twinapex.com |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| 在S60 2nd fp2 sdk下编译的软件在N70上正常运行但在联想P930手机上居然启动不了!? | goready@163.com | Symbian | 21 | 2008-06-20 12:41 |
| GoogleIt | deepika.mangla | General Symbian C++ | 4 | 2007-01-08 02:07 |
| SyExpat + problem + memmove + Carbide Express | pearman | General Symbian C++ | 2 | 2006-10-14 23:21 |
| Compilation series 60 3rd edition | asmobease | Symbian Tools & SDKs | 32 | 2006-09-13 10:46 |
| Can’t launch application on 6630 | kaffemannen | General Symbian C++ | 8 | 2005-06-29 11:49 |