Log In
Sign Up and Get Started Blogging!
JoeUser is completely free to use! By Signing Up on JoeUser, you can create your own blog and participate on the blogs of others!
RomanDA's World
Welcome, Sit down, and make yourself comfortable.
DX Tutorial what do you want to see?
Published on February 12, 2007 By
RomanDA
In
OS Customization
If someone was to take the time to make a Good starter guide as well as a more in-depth guide to DX, what would you want to see?
Ex:
How do i make a simple clock?
How do you make a Folder Object?
What is a Group?
How do you store settings in DX?
Etc?
Please be detailed, it can help.
Popular Articles in this Category
LightStar Design Windowblinds Themes
LightStar Design - February 2025 Releases
Windows File Manager Not Opening with "Import" in Winstep Extreme Themes tab
Popular Articles from RomanDA
What Im doing these days
Comments (Page 1)
5 Pages
1
2
3
Next
Last
1
WillyD13
on Feb 15, 2007
RomanDA, 1st, Thanx for helping us out!
I'm not sure where to begin as I have no real concept of using DX.
I've made 1/2ass attempts of using it ,but haven't gotten it down yet.I've been overloaded with Object Desktop'07, and just trying to understand all there is to offer (Massive GrayMatter OverLoad!)
Since you are offering your time, energy and kindness, I believe I should start,with you at the Beginners, Step #1
.
Again,
THANX
4 Your Precious Time, Assistance and Caring for LostSouls!
2
canmandeco
on Feb 15, 2007
I would like to learn how to make some widgets with DX.
In particular, any or all of the following: a Calendar, a Weather widget, ToDo List, Media Player, Clock, and Meters for Drives, CPU, Memory etc. It would also be great if there was a guide to show us how to add simple animations to them.
But I have one question. Would I be able to post my creations here on WC using the scripts that you provide in the guides or would I need to learn how to write my own code? I know absolutely nothing about coding and I haven't seen any royalty free scripts available that we could play around with and modify.
3
boodahbellie
on Feb 15, 2007
I would love to have a tutorial that describes building an actual working Desktop environment. Of course, the graphic elements could be skipped, because I'm sure that is a topic for another discussion (you either got skillz or you don't, LOL). Setting up the various parts of a desktop, (i.e. sounds, anims, scripting actions, and the sort). I would love to start building my own desktops, but am very intimidated by DX. GreenReaper has offered a little help in #stardock, but there is only so much you can teach someone,or learn, through a chat client.
Thanks again for "stepping-up".
boodahbellie
4
RomanDA
on Feb 15, 2007
My plan for this is to start VERY simple.
With a "lets make a widget", provide the graphics and scripts, and show people how to put it together.
Then move up slowly to more complex widgets.
As for using scripts, if i post something on here in a Tutorial its all yours, have fun. You might want to note "thanks to RomanDA for the scripts" thats all i would ask.
I like the suggestions so far.
5
sViz
on Feb 15, 2007
Thank you DA for never forgetting us noobs!
I'd really like to know how to do a Weather object. Mostly, how do you know what images to display (sunny, cloudy, etc.) I had to limit my first weather object to text because I was pulling and parsing the info like you would for an rss reader. I realize everyone is using Martin's scripts but I always like to know the nuts and bolts of what I'm doing.
That's all for now. Good luck with this Starter Guide. It is much needed and will be much appreciated. Thanks again.
6
Inane
on Feb 15, 2007
Scripting! How is it done and where can it be learned? Are there scripting programs, or do you just pull it all outta your head? Is this something you would cover in your tut? I would love to be able to create widgets and objects, but I don't have a clue about scripting and would like to learn.
7
RomanDA
on Feb 15, 2007
Scripting! How is it done and where can it be learned? Are there scripting programs, or do you just pull it all outta your head?
Well... Zubaz will tell you i never code anything myself, i "Take" what i need. The truth is, he is very close to the truth. The BEST way to find code is to first determine what you are trying to do.
For instance, how about checking the time between 2 dates (for say a COUNTDOWN program of some sort).
I first look at my favorite place GOOGLE and do a simple search: "vbscript date difference"
by looking at the first 2 or 3 links i find this:
olddate = "6/26/43"
nowdate = Now
Diff = DateDiff("s", nowdate, olddate)
So now i have something i can stick into DX.
The other way is to IMPORT widgets into DX that do what you are looking for (asking permission of course!), and looking thru the code to see what they did.
I will try and cover this as well (when i start this...)
8
thomassen
on Feb 15, 2007
Scripting! How is it done and where can it be learned?
DesktopX uses a version of WindowScript which consist of JScript and VBScript.
W3Schools
is a very good starting resource to get to grips with
JavaScript
and
VBScript
.
Then you got the unvaluable
DesktopX documentation
to guide you through the DesktopX functionalities.
9
ZubaZ
on Feb 15, 2007
Then you got the
unvaluable
DesktopX documentation to guide you through the DesktopX functionalities.
"Unvaluable" or "invaluable"?
BIG
difference.
10
cavalierex
on Feb 15, 2007
1. Start small: A "Hello World" widget... Basically, just a widget that says (in text and/or graphics, "Hello World").
2. Next, a widget with a little interactivity: Two or three buttons that you can click to make a message window appear.
3. How to incorporate coding/scripting into the widget, so it can do more complex things.
4. How to store settings, such as configuration settings and user input.
5. How to retrieve info from your computer (system settings, resources, etc.)
6. How to retrieve info from internet sources.
7. How to interact with Windows and programs (e.g., Outlook).
Sample applications:
- Clock
- Weather
- Calculator
- Color chooser
- System monitoring tools
- Post-It notes
- Simple games (Centipede, etc.)
- RSS readers
- Search boxes
Thanks for taking the time to do this for us.
11
canmandeco
on Feb 15, 2007
I first look at my favorite place GOOGLE and do a simple search: "vbscript date difference"
I can do that!
W3Schools is a very good starting resource to get to grips with JavaScript and VBScript.
Thanks for the link.
12
warreni
on Feb 15, 2007
Okay, here's a pretty specific question. . . I'm using the Marvin widget (from the gallery), and, like a poster stated about it, the widget would really benefit from having a "mute" button, because it's cool when he wanders around your desktop spouting Marvin sayings while you're typing a document or searching the internet, but not so great when you're listening to music or playing a game. How would one such as myself tweak the sound properties and add a clickable mute option to widgets? Thanks.
13
thomassen
on Feb 15, 2007
"Unvaluable" or "invaluable"?
BIG difference.
No hablo english!
14
Inane
on Feb 15, 2007
Thanx for the replies to my question(s). I will check them out and I await the tuts!
Thank you for taking the time to help!
15
Superboy007
on Feb 15, 2007
Hi, Iwould like to see if you could make a tutorial on how to use "read, write, create, edit, etc." databases.
Thanks in advance
5 Pages
1
2
3
Next
Last
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
Richer content, access to many features that are disabled for guests like commenting on the forums.
Access to a great community, with a massive database of many, many areas of interest.
Access to contests & subscription offers like exclusive emails.
It's simple, and FREE!
Sign Up Now!
Meta
Views
» 47935
Comments
»
65
Category
»
OS Customization
Comment
Recent Article Comments
Let's start a New Jammin Thr...
LightStar Design - February ...
I'm Getting Another 'New' PC...
Windows File Manager Not Ope...
LightStar Design Windowblind...
Let's see your political mem...
GalCiv IV: Supernova Dev Jou...
GalCiv IV: Supernova Dev Jou...
Opera Air
Windows Defender has a VPN.....
Sponsored Links