Published on April 1, 2009 By Snowman In WinCustomize Talk

My desk of the month (so far)

Spaceport:

WB: Space by Stardock Design
XION: LCARS by messiah
Wall: Nuvem wallpaper mix by me
RightClick: Space V3 by me [unreleased]
OD+: Space Docks by me [unreleased]


Comments (Page 6)
7 PagesFirst 4 5 6 7 
on Apr 18, 2009

laptop

on Apr 20, 2009

I still can't seem to get away from SDV so here it is for april too.....

I just love using this skin....

 

on Apr 20, 2009

Just for today...because it's 4/20

on Apr 20, 2009

k10w3
Just for today...because it's 4/20

Reduced 57%Original 1024 x 768

Is that the "Mardi Grass" theme?

on Apr 20, 2009

mickeko



Quoting k10w3,
reply 3
Just for today...because it's 4/20

Reduced 57%Original 1024 x 768


Is that the "Mardi Grass" theme?


LOL.  I married a stoner -- this is my expression of love for him.  On "International Talk Like A Pirate Day" he wears a tricorn hat and eyepatch to show me he loves me, because that's one of my favorite holidays, and this is my way of showing my appreciation to him.  It's not yet fit for public consumption here--but I released the beta version over at DA. 

on Apr 21, 2009

on Apr 23, 2009

Excalpius -

How were you able to modify the Sidebar gadgets? Or did you build them from scratch?

on Apr 23, 2009

Netbook with Carbon Fibre skins.

April '09 - Netbook Screenshot

 

on Apr 23, 2009

Very nice k10 and ID

on Apr 24, 2009

sophiesboy
Excalpius -

How were you able to modify the Sidebar gadgets? Or did you build them from scratch?

The info gadgets on the rightmost monitor are Rainmeter gadgets, HUD skin.  I'll update the description with that info.

The only sidebar gadgets are the Full Moon one (available on the MS site) and the slideshow gadgets that I did indeed modify.  Assuming you mean the latter, here is some info...

All the MS gadgets appear to be programmed in Javascript (with XML interface templates) which means they are trivial to debug and edit in Notepad if you have any programming experience at all (basic or higher).   They can be found in your C://Program Files/Windows Sidebar/Gadgets directory.

Because they are MS delivered OS gadgets, you'll have to remove their security settings. 

I made a copy of the SlideShow.Gadget directory, then renamed the current one to SlideShow.Gadget.old (make sure no slideshow gadgets are running).

Then copy the directory back and start tinkering with its files!  The images are easy to edit in any common paint program.  For example, I turned the images/on desktop/slideshow_glass_frame.png to an entirely clear, frameless version in Photoshop.

The main code is found in the en-US/js directory.  I made a backup copy of slideShow.js as slideShow.js.old and started tinkering.

Some items are obvious like changing certain variables right at the beginning...

var maxUndockedWidth    = 320;  changed to 400
var maxUndockedHeight   = 240;  changed to 400

and, because I have a LOT of images in a lot of directories...

var gFolderCountMax     = 500;     changed to 10000
var gImageCountMax      = 2000;  changed to 500000

The rest were coding tweaks, made necessary due to the above changes breaking something, hehe...

gUndockFlag = true;
    with(document.body.style)
        width=360,                     changed to 440
        height=280;                   changed to 440

and...

with(pictureFrame.style)
        top=16,left=17,width=320, height=240;

changed to...

with(pictureFrame.style)
        top=16,left=17,width=400, height=400;

I did some other tweaks, like adding addition time length options, etc. but these are the major tweaks with made the slideshows larger and borderless.

----

In short, the idea is to backup the original data and then experiment a little.  Swapping out the images is the easiest way to customize any Sidebar gadget, but you can also tweak the code if you want to. 

I hope this helped.

 

 

 

 

 

on Apr 24, 2009

Hi Excalpius -

Thanks for the quick response. My programming experience is limited, but you gave enough to start monkeying around.

I'll give it a shot, and see what happens.

 

Thanks again

on Apr 27, 2009

That's all it takes, amigo.  Have fun!  Worst thing you can do is break the script, but that's why you make a backup, copy over the broken one, and try again. 

on Apr 27, 2009

My new SDV wall....

on Apr 27, 2009

Nice work Robbie...

on Apr 28, 2009

Excellent  Robbie !

7 PagesFirst 4 5 6 7