Recommended Posts

well i just went to:

C:\Program Files\Windows Sidebar\Gadgets\SlideShow.Gadget\en-US\js

and right click slideShow.js, select edit, then i just scroll down and look for for this:

var maxDockedWidth	  = 160;
var maxDockedHeight	 = 120;
var maxUndockedWidth	= 160;
var maxUndockedHeight   = 120;

styles for gadget when UNDOCKED
//
////////////////////////////////////////////////////////////////////////////////
function undockedState()
{
	gUndockFlag = true;
	with(document.body.style)
		width=160, 
		height=120;

	with(slideshowBg.style)
		width=160, 
		height=120;
	slideshowBg.src="url(images/on_desktop/slideshow_glass_frame.png)";

	with(bar.style)
		width=112,
		height=23,
		top=86,
		left=24;

	with(pictureFrame.style)
		top=9,left=9,width=140, height=100;

	if(imagePathAndName != undefined)
	{  
		scaleImageForDisplay();
	}
}
////////////////////////////////////////////////////////////////////////////////
//
// styles for gadget when DOCKED
// 
////////////////////////////////////////////////////////////////////////////////
function dockedState()
{   
	with(document.body.style)
		width=150,
		height=110;

	with(slideshowBg.style)
		width=150,
		height=110;
	slideshowBg.src="url(Images/in_sidebar/slideshow_glass_frame.png)";

	with(bar.style)
		width=112,
		height=23,
		top=86,
		left=24;

	with(pictureFrame.style)
		top=6,left=5,width=138, height=98;

	if(imagePathAndName != undefined)
	{  
		scaleImageForDisplay();
	}		
}

just change your values for mine

Can anyone please tell me where to find this wallpaper as for I've already sent PMs and still got no answer? :(

http://www.infinisedesign.net/files/Outta_Space.zip here's the package with multiple colors, many thanks to xamadeix and the others who linked me.

4tqejcy.jpg

Edited by EGM92
Vista Ultimate

Object Dock w/Reflections png's

aero.png

How did you get the multiple pictures to show across the bottom? Are you running multiple instances of the slideshow gadget?

I did the edit to the javascript file but only get one small window.

How did you get the multiple pictures to show across the bottom? Are you running multiple instances of the slideshow gadget?

I did the edit to the javascript file but only get one small window.

yes, i'm running multiple instances of the slideshow gadget, just drag and drop them to the desktop

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.