Recommended Posts

Oh yes, I forgot about that...

to fix that, just comment the line that says...

alert("running weather update");

dont forget that in javascript you use the double-slash // to add a single line comment.

it was commented out originally but i was wanting to check the text in the weather section before the update for another mod i'm working on

Tom F.

Rochester, NY

here it is

OK... right off the bat i see what your first problem is...

you have your links in this form..

<a href="../../../../Program%20Files/World%20of%20Warcraft/WoW.exe"><span style='color:white;text-decoration:none;text-underline:none'>World of Warcraft ::</span></a>

.........this is a relative link FROM the desktop.html file location

I am also seeing several tags that suggest you edited this in Microsoft Word...

</o:p>

.........for example

the links in this particular instance were originally designed to be run with a javascript call to function ShellExJ.

Here is what the link code should look like...

<a target="_self" onClick=" ShellExJ('C:/Doom3/Doom3.exe')" href="javascript:;">Doom 3 :: </a><br /><br />

.........you will notice that the slashes are not standard filepath backslashes.

This is REQUIRED by the script. This code enables the program to be executed instead of loaded by your browser.

My suggestion for you would be to change the edit command for .html files to Notepad instead of MS Word. If you need assistance doing that, there are threads in the other forums which explain it.

Hope this helps out a bit..

I was tempted to call this a rip until I realised madcat hadn't outright said he'd done it himself...still seems like he didn't want to admit it at first though :rolleyes:

However, funnily enough I'm using my own mod of the SA version at the moment, so I thought I'd take a quick screencap.

thumbdesk.gif

Click for larger view

For people having problems with launching applications, use the following format for exe locations

C:\\File\\Path\\Here.exe

Edited by gwon

thanks a bunch sfblubberboom. Yes, I admit I'm an HTML noob and figured opening it in MSword would be a smart thing to do ;). After scanning the actual html I found what you were talking about and I guessed and checked until I got the style and stuff working (font,color, underline). Thanks again :)

thanks a bunch sfblubberboom. Yes, I admit I'm an HTML noob and figured opening it in MSword would be a smart thing to do ;). After scanning the actual html I found what you were talking about and I guessed and checked until I got the style and stuff working (font,color, underline). Thanks again :)

No problem :) glad to help..

I was tempted to call this a rip until I realised madcat hadn't outright said he'd done it himself...still seems like he didn't want to admit it at first though :rolleyes:

However, funnily enough I'm using my own mod of the SA version at the moment, so I thought I'd take a quick screencap.

http://www.somethingboring.com/thumbdesk.gif

Click for larger view

For people having problems with launching applications, use the following format for exe locations

C:\\File\\Path\\Here.exe

what about using the foreward / ('c:/program files/game/game.exe')

doesn't that work anymore? i han't messed around with in a while so.. ugh.. enlighten me.

mm i been watching this thread for a while now....

I have been running a active desktop for about 12months now. mine has a flash analogue clock, flash uk weahter, with you can bevel to world, country etc, bbc new updated with world/uk/sport etc, and links to programs and website etc from my active desktop. I will post a screen shot l8tr, it may help some of you with this one etc :D

hello, i tried this active html desktop thing, but i decided to go back to default looks (winxp themes).

so i didn't the html file, and now my icons do not show up on my desktop; i.e my computers, my documents, etc...

also just try making a new folder on my desktop, but it doesn't appear on my desktop.

i was wondering is there a solution to this?

gwon,

can you hook me up w/ that html and wallpaper?

that's nice!

Wallpaper @ http://www.somethingboring.com/neowin/wallpaper.jpg

HTML file attatched

if you want to adjust the wallpaper, the font is Impact, with the spacing reduced in photoshop, then a glow effect. If you can't figure it out and you want other labels, just send me a PM and I'll do them for you.

gwon

well, i've been watching this post for quite awhile and i guess its time for my contribution. i've been playing with the code here and i'm posting some screen shots of the stuff i've been working on. i freely admit that this is not my work (completely). all i did was modify it to include some stuff that i like. the reason that i did this was because i have a laptop that only runs in 1024x768. so my desktop real estate is limited. this menu allows me to have as many links as i want while keeping it small.

what i've added:

- a sliding menu that drops down when u click on it.

- it has all the same functionality of the buttons on the page (can open applications).

- i also fixed some of the stuff like weather (just for tsdesk).

tsdeskthumb.jpg

newdeskthumb.jpg

if u want to see an example of the sliding menu in action, go to the link below and click on the link called 'view demo' for slidemenu2.

dhtmlcentral.com

just to give proper credit (and not get flamed), the pages themselves were created by tsdesk and madcat75. the script that i mod for this comes from dhtmlcentral.com (thomas bratta).

if u would like the code to put this in active desktop page, let me know and i can post a zip with instructions. enjoy!

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

    • No registered users viewing this page.