sViz

sViz

Joined Member # 2472800
1 Posts 39 Replies 31,128 Reputation

Okay, updated version. BETA 1.1 DOWNLOAD LINK Updates: - Fixes to recognize files with (.) in their base names - Fixes to delete items that have been moved or otherwise gone missing. - Fixes to rename menu - Fixes to facilitate drag and drop files with identical names - Added menu refresh button (click on the menu name text object to refresh)

78 Replies 182,693 Views

[quote]yeah it works till I'm trying rename the new bar.. then dx crashes.. on builder mode too[/quote] I'm seeing some odd bugs there, too. I'll try to iron it out by tomorrow. [quote]I could name it, go to it, drag stuff to it, but when I went back to desktop then back to the bar, then name is still there but the bar was empty, I'll look some more tomorrow... might need to clear my cache and start it over[/quote] If all else fails, go to the DesktopX f

78 Replies 182,693 Views

What exactly did the error say? (copy & paste it here) If it can't find the xml file then your xml file has been moved or otherwise gone missing. While testing, I usually use a spare xml file that I place on my desktop. That way I can easily check the file frequently to see if the operation worked, or if something went wrong. Make sure to check your xml file after each application of the script to see if the operation has already been successfully executed.

32 Replies 77,643 Views

[quote]for some reason, while it's running it seems to cause FF to hang when minimizing unless I right click on the taskbar to do so[/quote] The only thing using internet is the weather. I don't have FF, so I'm not sure what the cause is.

78 Replies 182,693 Views

[quote]as in: .exe .jpg .png .msi[/quote] No, I meant in the actual name, e.g. This.is.my.file.exe [quote]and the shortcut didn't run - possibly because what a dragged down was a shortcut that had been on my desktop which I dragged into a folder - switched back to the default desktop bar - opened that folder checked the shortcut to make sure it did work, copied the link out of properties to check against the link on my cr

78 Replies 182,693 Views

Hmm. The first menu that loads by default is everything from your desktop. I have a hunch what it might be...do any of the shortcuts, specifically folders, on your desktop have period in their file names? This caused an error in a different project I once worked on and it might be the same catch22 here. When you create a new menu, it will be blank, save for the My Computer shortcut. To restore the previous menu click on the menu options icon and choose it from the list. T

78 Replies 182,693 Views

Ah, ok. Line 7 of the code looks like this: parsecontent = extractInfo(getcontent," "," "&vbcrlf) Yours should look like this: parsecontent = extractInfo(getcontent," "&vbcrlf) Leave out the "prmo"> because that will cause the error you're referring to. This should remove the ad section and rewrite the file without it.

32 Replies 77,643 Views

[quote who="RomanDA" reply="8" id="2246216"] This document is intended only for use by authorized licensees of The The Weather Channel Interactive, Inc. All Rights Reserved. is it just me, or does the scare other people too? [/quote] Uh, yeah. I don't see this kind of xml file anywhere for public download on weather.com. Automan, are you sure you're allowed to use this?

32 Replies 77,643 Views

It's beta testing day! I think I got all of the kinks worked out, but please let me know if there's anything screwy going on with the theme. There's a screenshot with all the specs included in the zip. BETA DOWNLOAD LINK (fyi, the site now has a 30 second wait for the dl for some reason. [e digicons]:annoyed:[/e] )

78 Replies 182,693 Views

[quote]But now I need to create a border so I can control the object easier.[/quote] You'll need to create a background object, then r-click on the browser and set the parent to the background object. Download Zubaz's browser central above, import it and see what all can be done.

6 Replies 3,418 Views

Another month has passed and so I bring you another edition of "I Love DesktopX." Community Spotlight is coming up next month, and this time I thought I'd include a few questions from you guys. Our interviewee is none other than Master Vad_M! So, you've got all month to come up with some good questions for him on DesktopX and the world of widget-making, and get them to

16 Replies 27,875 Views

[quote] Now when I try to save and apply the code I get an immediate errow on line 1---> [/quote] You have to take out the numbers (1. 2. 3. etc) that get copied with the script. Don't know why the forums copy numbers with the script; kinda defeats the purpose. Don't forget to change the XML tags in this line to the ones you're stripping out: parsecontent = extractInfo(getcontent," "," "&vbcrlf) '--retrieve unwanted section Here's the

32 Replies 77,643 Views

This is just a quickie file parser code. It'll retrieve the unwanted section, erase it, and rewrite the file. Just put in your file path and section tags. You might want to test this on another xml file first, before you rewrite your actual xml file...just to see if it works. [code="vbscript"] Dim xmlfile xmlfile = object.Directory & "hi.xml" '--YOUR XML FILE HERE 'Called when the script is executed Sub Object_OnScriptEnter get

32 Replies 77,643 Views

Thanks everyone! Several frustrating bugs and a few crashes later, and we're coming in the home stretch, now! We've got color options (I couldn't limit myself to just one color...even if it was my favorite. [e digicons]:grin:[/e] ) There's 9 color mutations, something for everyone. I'll be uploading the wallpaper pack separately, otherwise it'll be one HUGE theme file. Don't think I'll do the black version, after all. The custom icon total comes to 12:

78 Replies 182,693 Views

[quote] as soon as another sound on the machine is activated, the ticking stops.[/quote] What sounds in particular? Windows sounds? Make sure you set it to 'async sound loop' so it's continuous. I set up an object with a looped sound and none of my Windows sounds interfered, not even media player. The only thing that stops a looped sound, for me, is another DX object that has sound; only one object in a theme/widget/gadget can play sound at a time. In

7 Replies 28,179 Views