Jump to content

Recommended Posts

Guest a2gti
Posted

Need some help for those of you who know XML..

Trying to make a homescreen for my SDA..almost there ..just need one thing to make it perfect.. (This is my first shot at XML so pardon the ignorance).

Anyone know what I need to add to make the Wifi Plugin transparent when I "mouse-over"??

This is the code i used:

Note: COLOR_HOMEHIGHLIGHT is set to #000000 and thus a mouse over is "black". How to make it transparent??

<plugin clsid="{BF669BC1-DE4A-479c-9AFE-C44F0B69E291}" name="WiFi Status" height="36">

<background>

<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>

</background>

</plugin>

Thanks in advance!

P.S I even changed COLOR_HOMEHIGHLIGHT value to "transparent" but that doesnt work.

Guest scudo
Posted
Need some help for those of you who know XML..

Trying to make a homescreen for my SDA..almost there ..just need one thing to make it perfect.. (This is my first shot at XML so pardon the ignorance).

Anyone know what I need to add to make the Wifi Plugin transparent when I "mouse-over"??

Hello

try directly putting bgcolor="transparent" in the plugin, like that :

Guest a2gti
Posted
Hello

try directly putting bgcolor="transparent" in the plugin, like that :

<plugin clsid="{BF669BC1-DE4A-479c-9AFE-C44F0B69E291}" name="WiFi Status" height="36">

<background>

<format state="selected" bgcolor="transparent"/>

</background>

</plugin>

That's how I have it. But it doesnt work either.

Thanks!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.