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)
sViz
[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
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.
[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.
[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
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
Bumpity bump of the day. [e digicons]|-)[/e]
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.
Thank you, Jim. [e digicons]|-)[/e] Always a pleasure to help out where I can.
[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?
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] )
[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.
[quote]The Stardock support team palys Worms every day at lunch. [/quote] Lol! Well what do you know. [e digicons]:grin:[/e]
*is intrigued* [e digicons]B)[/e]
Don't care for them, myself, and I don't include them. I never have speakers on unless I'm playing a video or music.
I'm on Vista and IE8
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
Interesting. I just binged my username. In the hover results next to my main page, it shows the last comment in my no longer available comments section.
On the Recent Post page, when I try to click on the Go to Last Read Reply arrow, the icon shifts back and forth, making it difficult to click on. Anyone else noticed this?
[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
Congrats to all the authors! We've got ourselves a really cool TWiS icon. [e digicons]B)[/e]
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
What XML file are you using? Where from? I think you should be able to parse out the unwanted info and then rewrite the file.
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:
[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