myselfidem Posted February 12, 2014 Posted February 12, 2014 If this works correctly: var timerID=null; timerID=setTimeout("ins_iTimer()",1000); // Update displayI think that could be replaced by: var timerID=setTimeout("ins_iTimer()",1000); // Update displayCheers and RegardsThe first one isn't good, because mshta works excessively and may block the system!The second code is perfect.Thanks and regards
myselfidem Posted February 12, 2014 Posted February 12, 2014 (edited) I dont know if anyone else got this but I just downloaded and copied over my configs and I get the following errors:Line: 26character: 1Error: 'bit64' is undefinedcode: 0url: file:///C:/WPI_v8.7.2/UserFiles/config.jsandLine: 631character: 7Error: unable to get property 'toString' of undefinded or null referencecode: 0url: file:///C:/WPI_v8.7.2/WPIScripts/check.jsI launch a clean copy and i dont see anything about 64bit processing under options wizard in tools area?I am doing something wrong?Thank you for all the hard work on this app. I just donated also.I think it is solved here:http://www.msfn.org/board/topic/158272-languages-themes-manuals-mods/?p=1068519and below tis post.You can try it and download files: configwizard.js and updatewizard.js.Tested and works fine.Regards*Edit: it's also needed to update the language file!! Edited February 14, 2014 by myselfidem
Ninsha Posted March 13, 2014 Posted March 13, 2014 Hi Guys! I updated WPI to new version but now WPI is not showing any program in the main window, i tested it on 5 computers running Windows 7, but on Windows XP and it showed all programs.Can anyone help me?Thanks in advance!
myselfidem Posted March 14, 2014 Posted March 14, 2014 You can try these new files (as test, and update your language file) and let us know:http://www.mediafire.com/download/yty411iapdb243p/New_FilesTest.rarRegards
Ninsha Posted March 17, 2014 Posted March 17, 2014 You can try these new files (as test, and update your language file) and let us know:http://www.mediafire.com/download/yty411iapdb243p/New_FilesTest.rarRegardsI tried those files but i have the same problem.Thank you!
myselfidem Posted March 17, 2014 Posted March 17, 2014 (edited) Could you share your config.js file to make a test?Thank you*Edit: Strange...But no files downloaded from Mediafire at this time! Edited March 17, 2014 by myselfidem
Ninsha Posted March 20, 2014 Posted March 20, 2014 (edited) That's my original config.jsconfig.js Edited March 20, 2014 by Ninsha
myselfidem Posted March 20, 2014 Posted March 20, 2014 (edited) Thanks!Tested and works fine using the new files given as download...Try it, please.Regards Edited March 21, 2014 by myselfidem
Ninsha Posted March 21, 2014 Posted March 21, 2014 Hi! With a clean install and your files, copying my config.js it works! But i have a problem with 3 items category, in config.js they have no category and if i fix that, wpi won't show any item again.Thanks!
myselfidem Posted March 21, 2014 Posted March 21, 2014 (edited) Could you share your new config.js with 3 categories fixed and I will try.Note: You can also put your old config.js (8.0.0) inside UserFiles folder and it will be updated (8.7.0) using the new files given !Tanks*Edit: Tested adding 3 categories missing and no trouble found. Works fine for me ! Edited March 25, 2014 by myselfidem
Thiersee Posted May 22, 2014 Posted May 22, 2014 Hi People, I updated WPI from 8.6.3 to 8.7.2 with two Problems: 1) Not possible to switch off the count-down to start; solved with the new WPI.hta.2) Old config.js not compatible with 8.7.2: solved too by deleting the lines (option not present in the new Versio). bit64[pn]=['yes']; bit64[pn]=['no'];What I would need now are actual language files for german and italian: can somebody give me a link to? Thanks, Thiersee
WAndrey Posted May 23, 2014 Posted May 23, 2014 http://www.msfn.org/board/topic/158272-languages-themes-manuals-mods/
R4D3 Posted July 17, 2014 Posted July 17, 2014 hey, what you mean with "rewind button" never worked ? (i have a old wpi version here - where i can switch between the titles - between installation... - but maybe i changed something there...) - do you need it ?
R4D3 Posted July 17, 2014 Posted July 17, 2014 (edited) you got a p.m. update: if you meant the fast forward/fast backward button... - and not skipping the tracks (fast backward - doesnt work at my wmp at all - but i dont update, and still got xp...) you maybe wanna check this code - have made it in the past with some help - for a theme with active desktop & wmp<IMG SRC="Docs.jpg" BORDER=0 STYLE="position: absolute; top: 0cm; left: 0cm; width: 1152px"><script type="text/javascript"><!-- function song( aID ){ document.getElementById('music1').innerHTML="<embed type='application/x-mplayer2' id='music2' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' src='"+document.getElementById(aID).value+"' name='MediaPlayer1' width='300' height='75' controltype='2' showcontrols='1' showstatusbar='1' AutoStart='true'></embed>"; }//--></script><div id="Liste" STYLE="border:1px solid #000;position: absolute; top:0px;right: 0%;display:block;"> <select id="cancion" onchange="song( this.id )" size="1" STYLE="color:#9bF;background-color:#000;width:298px;margin:0px;padding:0px;"> <option value="none">::::::::::::: Choose Your Song Here :::::::::::::</option> <option value="http://urltosong1playlist.m3u">Playlist 1</option> <option value="C:\WINDOWS\Resources\Themes\Docs\Install.m3u">Install.m3u</option> <option value="http://urltosong3playlist.m3u">Playlist 3</option> <option value="http://urltosong4playlist.m3u">Playlist 4</option> <option value="http://urltosong5playlist.m3u">Playlist 5</option> <option value="http://urltosong5playlist.m3u">Playlist 3435</option> </select> <input type="file" id="DateiFaenger" onchange="song( this.id )" STYLE="position: absolute; top:22px;right: 0%;width:298px;margin:0px;padding:0px;"></div> <div id="music1" STYLE="position: absolute; top:41px;right: 0%;"> <embed type="application/x-mplayer2" id="music1" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="" name="MediaPlayer1" width="300" height="50" controltype="2" showcontrols="1" showstatusbar="1" AutoStart="0"></embed></div> Edited July 17, 2014 by R4D3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now