RomanDA

RomanDA

Joined Last seen Member # 789112
3 Posts 43 Replies 1,971 Reputation

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

39 Replies 64,770 Views

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?

8 Replies 6,385 Views

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

224 Replies 597,778 Views

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

6 Replies 4,191 Views

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.

45 Replies 33,722 Views

[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

26 Replies 11,210 Views

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.

54 Replies 39,305 Views