View Single Post
Old 09-21-2007, 12:54 PM   #5 (permalink)
intheriver
 
Join Date: Apr 2007
Posts: 37
Thanks: 2
Thanked 3 Times in 3 Posts
intheriver is on a distinguished road
Default

Quote:
Originally Posted by Prosper View Post
Correct. Only 16 and 32 are supported. For smaller solutions, checkout RJShortur or Facade. But those don't act like the MRU, they display static icons (defineable of course).

I am using Facade...Could explain an example? what about if I used a launcher list rather than MRU, like....

<!-- ROW3: Facade Plugin Control: This is the launcher bar -->
<plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeLauncher" type="Launcher" height="25">
<buttons>
<button action="run" command="\Windows\TaskManager.exe"/>
<button action="run" command="\Windows\Start Menu\Screen capture.lnk"/>
<Button action="run" command="\Windows\Start Menu\TCPMP.lnk"/>
<button action="run" command="\Windows\Start Menu\Internet Explorer.lnk"/>
<button action="run" command="\Windows\WMPlayer.lnk"/>
<button action="run" command="\Windows\Start Menu\Settings.lnk"/>
<button action="run" command="\Windows\Start Menu\ActiveSync.lnk"/>
<button action="run" command="\Windows\MemoryManager.exe"/>
<button action="run" command="\Windows\Start Menu\Pictures &amp; Videos.lnk"/>
<button action="run" command="\Windows\Start Menu\Google Maps.lnk"/>
</buttons>
</plugin>


intheriver is offline   Reply With Quote