Jump to content

[solved] icon for windows gadget?

- - - - -

  • Please log in to reply
1 reply to this topic

#1
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
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.

Edited by zeroradius, 14 August 2011 - 09:46 PM.
solved

Posted Image

#2
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
I got it working. In the manifest file I had this section:
 <icon>
    <icon src="icon.png" />
  </icon>

it was missing an "s" the proper way is like this:
 <icons>
    <icon src="icon.png" />
  </icons>

Posted Image




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users