Jump to content

Changing icon bg color


Guest Allon

Recommended Posts

Guest Allon

Hello Everybody,

I'm using rjshortcut on my BlackJack I (wm6), and am attempting to change the background color of the icons to red (#FF0000).

my code for rjshortcuts reads:

<plugin clsid="{F3750050-8E30-4c61-A864-4301F5D7C065}" name="shortcuts" height="31">

<background>

<format state="selected" bgimage="\Application Data\Home\CarbonFiber\allday-selected.jpg" />

<format state="unselected" bgimage="\Application Data\Home\CarbonFiber\allday-unselected.jpg" />

background>

<format padding-left="22" padding-right="0" padding-top="5" padding-bottom="0" />

<shortcutbar format="selected" icon-spacing="2" icon-size="small" usedefaulticon="No" iconbgcolor="#FF0000" bgcolor="transparent" >

<shortcut target="\Windows\Start Menu\Organizer\Tasks.lnk" appname="Tasks" iconfile="\My Documents\Icons\Tasks.ico"/>

<shortcut target="\Windows\Start Menu\Call History.lnk" appname="Call History" iconfile="\My Documents\Icons\Call History.ico"/>

<shortcut target="\Windows\Start Menu\Settings.lnk" appname="Settings" iconfile="\My Documents\Icons\Settings.ico"/>

<shortcut target="\Windows\iexplore.exe" appname ="Internet Explorer" iconfile="\My Documents\Icons\InternetExplorer.ico"/>

<shortcut target="\Windows\Start Menu\Camera.lnk" appname ="Camera" iconfile="\My Documents\Icons\Camera.ico"/>

<shortcut target="\Windows\Start Menu\ATT Music\1 Windows Media.lnk" appname="Media Player" iconfile="\My Documents\Icons\MediaPlayer.ico"/>

<shortcut target="\Windows\Start Menu\Applications\File Explorer.lnk" appname="File Explorer" iconfile="\My Documents\Icons\FileExplorer.ico"/>

<shortcut target="\Windows\Start Menu\My Stuff.lnk" appname="My Stuff" iconfile="\My Documents\Icons\MyStuff.ico"/>

shortcutbar>

<appname state="selected" fgcolor="#FF0000" x="200" y="0" w="248" h="22" valign="Top" halign="Right" font-weight="bold" font-size="17" />

plugin>

I have issolated the problem to the iconbgcolor element. When I remove it from the xml file, the bg color is black, and if I put it in, the screen does not load at all. I believe that the syntax is exactlly what rjshortcut asks for, but please review it and let me know. Could the iconbgcolor element not be working for some reason?

Edited by Allon
Link to comment
Share on other sites

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.