I think a lot of the issues with DX have been covered over and over on the forums. DX "things" fall into 3 categories (as i see them). 1. [B]weather/clocks/Cals[/B] - SKINS - taking an existing widget, changing the location of the items in it, and calling it a new "widget". To me thats SKINNING, not Widget "creation". There are some AMAZING ones out there, but i think DX is so much more. 2. [B]Themes[/B] - these are desktop replacements. there are a lot of these out th
RomanDA
did you add a new anti-virus or spyware or firewall?
aww come on.. dont ban him, its the only person on the site with worser speelling skilz thaen Zubazzz...
I agree this could be a good addition to 3.51? I just noticed if i look at the ABOUT screen, (in pro) i no longer see a detailed version number.. or ANY #.. is it just me?
Bruce, You need to understand that the people at Stardock are like all of us, they like to poke fun at things. I for one have no problem in seeing the joke here. Its a shame you are so upset over something like this. If you want a company that has no sense of humor, than go to Microsoft, I for one LOVE the fact that Stardock has an awesome sense of humor, and that they love to poke fun at themselves. Having Brad come in and post things he does, these kinds of jokes, and the overall feel
[quote]If I buy a car with an AM/FM radio in it . . and later the car is offered with AM/FM/8-track is that unfair to me?[/quote] Zu.. WAKE UP.. the 70s are OVER!! thank GOD! J/K BFF... if you want the 8-track, i think you can get one on ebay!
This is really cool.. love these kinds of things.
need to add these to the snippets on the new site.. http://testsite.desktopx.info
/me is so sad.. Zubaz is kicking my butt on Karma.. :(
Happy B-day to both of you! I hope today is filled with good things.
i was going to do a animated flip over on the Flash Card, but i wanted it faster than that. Good suggestions all.
/me runs and hides... no one will fear me when they hear my girly voice.
hmmm need more dx programmers????
I have a different method of getting XML data, and i just tried to make a simple object that reads a local file and outputs the TITLE/DESCRIPTION from it to the object. 'Called when the script is executed Sub Object_OnScriptEnter URL = "file:///D:/My%20Data/My%20Documents/QueueRSS.xhtml" Set http = CreateObject("Microsoft.XmlHttp") http.Open "GET", URL, False http.send "" RssData = http.responseText ItmCount = 0 countstart = 1 Do While
Thanks for the Pick ID!
[quote]I can't give anyone Karma. It always says something went wrong and you can't give Karma more than once in 10 minutes. Oh weell.[/quote] same issue here
sViz, Approved the code snippet. Thomas, we need some kind of notification email sent to me/you when someone posts a snippet or other item that needs approval. Also, need a way to delete them as well.
SirSmiley you do impressive work!
Very cool, who's next?
Can we take Karma AWAY tooo?
its VBSCRIPT.. its built into DesktopX
[quote]Karma Chameleon[/quote] as long as we dont have to listen to Boy George!
any timeline on the return of the watchlist and emails??
[quote]Case in point, DesktopX. Is it really skinning? Sure you can 're-skin' clocks, weather widgets, etc, but original DX work is more coding/building than anything else. It's one reason I think DX is stuck in a sort of niche and doesn't flourish as much as the rest of the site's activity, because the site is so skinning oriented and DX, depending on your definition of skinning, is not. Vad_M recently pointed out the decline of DX activity on the site, and I wondered what is your take on it (n
that one is REALLY tuff.. LOL 1. use DX.. make a new TEXT object: 'Called when the script is executed Dim Person(10),Age(10) Sub Object_OnScriptEnter 'setup a counter for the # of people Cnt = 0 'increment the counter, Set the name, and birthday: ' Add more of these lines to add more people Cnt = Cnt + 1 : Person(Cnt) = "RomanDA" : Age(Cnt) = "11/20/1964" Cnt = Cnt + 1 : Person(Cnt) = "Alex" : Age(Cnt) = "9/5/1995" object.