Stalkie Posted March 29, 2005 Posted March 29, 2005 About that popup with the yes/no.If you can settle for an OK/Cancel box, you can try the javascript function confirm(text)returns true on OK, false on Cancel
Kelsenellenelvian Posted March 29, 2005 Author Posted March 29, 2005 Already got one designed thank you though.
Kelsenellenelvian Posted April 1, 2005 Author Posted April 1, 2005 God I wish this was a sticky ADMINS PAY ATTENTION please?Over 200 downloads so far.
Swimming_Bird Posted April 1, 2005 Posted April 1, 2005 is hasi working on it anymore? or did he completly had off to you?
Kelsenellenelvian Posted April 1, 2005 Author Posted April 1, 2005 I haven't heard any word from hasi for like a month. So I don't know he still has all of the code for the website though so I hope he will return soon. He did offer to let me oversee the site though. So I really need the code.
Kelsenellenelvian Posted April 7, 2005 Author Posted April 7, 2005 Hasi001 still has the ultimate decision and rights here.I am now a co-developer / website developer.
Astalavista Posted April 15, 2005 Posted April 15, 2005 kelsenellenelvian GOOD WORK!i haven't been around so much anymore due to work.good luck.
Kelsenellenelvian Posted April 15, 2005 Author Posted April 15, 2005 kelsenellenelvian GOOD WORK!i haven't been around so much anymore due to work.good luck.Thank you Asta!!!
Gaav Posted May 24, 2005 Posted May 24, 2005 There will be a problem with your cleanup, cause in the Norwegian windows XP it is not called desktop.my path to desktop is%userprofile%\Skrivebord(Dekstop is called Skrivebord).<{POST_SNAPBACK}>This value is stored in the windows' registry. You can find it at:HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell FoldersDon't know if it's possible to read out the registry using WPI, but if it is, you'll know where to find that, for 100% non-english compatiblity.
Doc Symbiosis Posted May 26, 2005 Posted May 26, 2005 @Gavv You could add the following to the generate.js file:function FindDesktop(){position = "generate.js"swpath = WshShell.regRead("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders");return desktop;} Then you also add to the generate.jsDesktop = Finddesktop();rs = rs.replace(/%desktop%/gi, desktop); Then you can use %desktop% in the config.js file as path to your desktopIn a .cmd file you can use the reg read command to get the entry
Yomega Killer Posted August 11, 2005 Posted August 11, 2005 Huh ... the download link is dead ... do you have a backup one ?
Recommended Posts