Tutorial: Script update checking - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Tutorial: Script update checking (/showthread.php?tid=78940) Tutorial: Script update checking by -dt- on 11-11-2007 at 09:55 AM
So, you guys wanted some tutorials so heres one from me RE: Tutorial: Script update checking by Felu on 11-11-2007 at 10:03 AM Wow thats a long tutorial . Nice one RE: Tutorial: Script update checking by Matti on 11-11-2007 at 10:20 AM
Very nice -dt-! I'm sure this is helpful for both new users who want to create their first serious scripts, as well as for developers who want to improve their current method (like me). RE: Tutorial: Script update checking by user13774 on 11-11-2007 at 10:33 AM
Image error: RE: Tutorial: Script update checking by -dt- on 11-11-2007 at 10:41 AM
quote:silly me, fixed RE: Tutorial: Script update checking by Menthix on 11-11-2007 at 11:03 AM
Yeah, those are the kind of tutorials i like to see . RE: Tutorial: Script update checking by Dempsey on 11-11-2007 at 05:03 PM That's great! would you mind if I use it on mpscripts tutorial section? RE: Tutorial: Script update checking by Rolando on 11-11-2007 at 05:08 PM Must've taken a lot of time, good job RE: Tutorial: Script update checking by roflmao456 on 11-11-2007 at 09:37 PM bookmarked RE: Tutorial: Script update checking by Quantum on 11-11-2007 at 10:00 PM
Great article. going to learn to code this will be great. Can i submit this to dig? RE: Tutorial: Script update checking by -dt- on 11-11-2007 at 10:38 PM
quote:thanks and a writing multi-language class tutorial would be quite a bit harder but if nobody else wants to do it I'll write something up for it quote:sure, contact me on messenger and I'll send you the raw tutorial quote:no digging RE: Tutorial: Script update checking by Stigmata on 11-11-2007 at 11:08 PM
* Stigmata 's method takes up half the space code: if foo == true, a toast popup will be displayed saying no update is available, else no toast popup. is this a bad way to do it or something? because to me it seems like a lot less hassle and quicker etc... RE: Tutorial: Script update checking by markee on 11-11-2007 at 11:42 PM
Sorry stiggy but that code needs to be optimised. code:I'll admit to not testing this before posting but it does look a lot nicer doesn't it? Anyway, I like to make t ext file and check the build number against the number in there personally, but it wasn't a bad read. I think any of us who do a lot of scripting ill probably use our own methods for this kind of thing but it will definitely be nice for the new scripters to have this functionality as well. RE: Tutorial: Script update checking by -dt- on 11-12-2007 at 12:03 AM
quote: quote: Personally I keep all my scripts with subversion, so its easier for me to check the ScriptInfo.xml (eg http://version.thedt.net/scripts/plusscripts/musi...ing/ScriptInfo.xml ) rather than to update some random text file and check that. plus I think its easier for people just to upload a copy of the scriptInfo.xml rather than to parse a webpage or upload a random text file RE: Tutorial: Script update checking by Lou on 11-12-2007 at 02:04 AM Wow! That's a huge tutorial. If I ever get a good idea for a script, I'll use it . RE: Tutorial: Script update checking by Volv on 11-12-2007 at 02:18 AM
dt's tutorial is good because it also allows retrieval of release notes and such all in one go. The tutorial is great, but it does this all just to ultimately check the version number in the end whereas so much more could be done (as he does in his actual scripts) using the extra data. RE: Tutorial: Script update checking by Patchou on 11-12-2007 at 04:22 AM That's great. This is the kind of thing that makes me think I need a tutorials section in the scripts page off msgpluslive.net. RE: Tutorial: Script update checking by NanaFreak on 11-12-2007 at 05:56 AM
quote:you do ;o i need somewhere to post my window tutorials =o |