Edited by zeroradius, 14 August 2011 - 09:46 PM.
solved
1 reply to this topic
#1
Posted 14 August 2011 - 06:40 PM
So I made my first windows gadget just a simple google search bar (themed to match my wallpaper of course) and want to put an icon to represent it in the gadget "directory" I can't find anything online to figure out how to do this. I opened up a gadget that I had downloaded offline and checked how they had done it. I did what they did and even made my icon the same size and format as theirs. Can anyone tell me how to do this? I know it's a small thing but it bugs me.
|
|
|
#2
Posted 14 August 2011 - 09:08 PM
I got it working. In the manifest file I had this section:
it was missing an "s" the proper way is like this:
<icon>
<icon src="icon.png" />
</icon>
it was missing an "s" the proper way is like this:
<icons>
<icon src="icon.png" />
</icons>
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









