One More To go...
last tutorial?
Sunday, May 27, 2007 by RomanDA | Discussion: DesktopX
I have been working out of town for what seems like a year now, but i hope to be in town for the next few days.
I have been working on these DX Tutorials for a while now, my original goal was to create 10, well, i have made 9 so far and only plan on doing 1 more (for now). The question of the day is, what would you aspiring DX coders want me to do this last tutorial on?
The plan was to do it on a INI type file, how to read/write data as well as show how to edit this info in a dialog box. But I want to make this something that people will actually want. I have had so little response on the last 3-4 tutorials, and would like this one to not end up like those.
So I will ask you.. but i need to know ASAP, so post some suggestions, the one i like the most (or gets the most comments) will win (if i know how to do it.. LOL), but i need to know by wednesday at the latest, so i can get it done before im shipped out of town AGAIN.
I really hope that someone has got some usage out of the previous tutorials.
Reply #23 Thursday, May 31, 2007 9:55 AM

GO HEAD and Ask him
Reply #25 Wednesday, June 6, 2007 3:28 PM
Hey, great idea.
Reply #26 Wednesday, June 6, 2007 6:48 PM
Well.. it just so happens i have made something with this just the other day. I cant pass out the images (yet) but maybe i can make something up simple.
Reply #27 Tuesday, July 10, 2007 10:22 PM
I am looking for information on how to do 1 of 2 things:
1) An email checker - my ISP uses SSL and a unique port and none of the pop checker allows for changes to SSL and port 995.
2) Ability for gadget to check back to the server to see if it is the latest version (and download new version if required).
Reply #28 Sunday, July 15, 2007 7:46 PM
1) An email checker - my ISP uses SSL and a unique port and none of the pop
checker allows for changes to SSL and port 995.
2) Ability for gadget to check back to the server to see if it is the latest
version (and download new version if required).
Well..
1. Im not sure, im sure there might be a way to do this, but i have not messed with
anything involving emails.
2. This is very possible, using RSS and some simple code you could have a simple
script that would read the RSS file for:
< LatestVersion >1.002< /LatestVersion >
< Url >http://urltodownload.exe< /url >
Then, in the widget/gadget just have a var that is set to the current version of
the gadget when it was made, then if the one in the RSS is NEWER then download the
new one. I would suggest making a "Update" object with some text that shows Current
Version, Latest Version, and a LINK to the URL of the downloadable file. This way
you would pop that up when the version changes, You could even include something
like:
< details >This update fixes.. whatever< /details >
This could then be added to the above update box so they would know if this is a MAJOR or minor update. etc...
There are plenty of scripts out there to show you how to read an RSS file, or make
it an INI or whatever works for you.
I have something like this on several of my gadgets and they help so much.
Enjoy.
Reply #29 Sunday, July 15, 2007 7:51 PM
Please login to comment and/or vote for this skin.
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 and downloading skins.
- 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!







Reply #21 Tuesday, May 29, 2007 8:11 PM
Your objects gave me more to work with. Now I just need to figure out how to make it all work together...