Everything posted by Whatsup
-
Languages, Themes, Manuals & Mods
Hello Kell.. Update Lang Dutch file add line Windows 8: PS:Thanks for the Update!. lang_nl.js
-
WPI after v8.6.7 bug\bug fix thread
Hoi Kel.. I can't let you wait for a week for results!!.. So I run a test..And problem seems resolved!!. Thx a lot Kel^^ Just a question: Can the type of USB-Stick also have some effect on this problem?? But for now it works great!!! thank you thank you Grt Whatsup
-
WPI after v8.6.7 bug\bug fix thread
Hoi Kel. He thx..i missed that..I download new one..and let you hear if i test it^^. Thx alot.. Grt Whatsup
-
WPI after v8.6.7 bug\bug fix thread
Hi myselfidem!. Thx mister^^..oc I'll going to try it. I used now your first solution. http://www.msfn.org/board/topic/158273-wpi-86-and-beyond-bugbugfix-thread/page-2#entry1035124 Works fine too..If I found some time a go test your new setup. Thank you very much^^ Grt Whatsup
-
WPI v8.7.2 Release Thread
Thx a lot Kel!!.. Not tested so far..but it will be soon.. Life does not always go the way we want..But nevertheless happy birthday Kel^^. Grt Whatsup.
-
WPI after v8.6.7 bug\bug fix thread
Oke..Thx for replay [also bphlpt]..It must be a problem here in my system... Grt Whatsup
-
WPI after v8.6.7 bug\bug fix thread
Hi there.. Sorry for late response..But Timer [clock] doesn't run in Windows 7 Sp1 x64..with IE11 Integrated..In latest version!. You do not experience this problem???..It can be it's the way I Integrated my IE11 in Win7.. Maybe you can keeping an eye on^^..THx http://www.msfn.org/board/topic/158273-wpi-86-and-beyond-bugbugfix-thread/page-2#entry1035124 This solution looks to work...try in a fast run..tomorrow I can tell you more.. Grt Whatsup
-
Languages, Themes, Manuals & Mods
Hi Kelsenellenelvian.. Here the Dutch Updated lang file.. The error I get here was: optKeep[lang] = ['Blijft zichtbaar.Beweegt met muis mee'];So I removed that line.. And OC translate new line's. All is fine now!!!.. Thx alot.. Grt Whatsup ============================================================================= I'll also removed this line!!..Correct?? lang_nl.js
-
Need lang files and mods!
Hoi Kel. I add the new lines. But I can't test.I have only the WPI_v8.6.3 for test and it give me a error.. Maybe you can add them for me. lang_nl file. lblProductKey[lang] = ['Productcode']; lblKeyboardLayout[lang] = ['Toetsenbordindeling']; Thx and sorry for late respons!!!...sorry sorry Grt Whatsup
-
WPI 8.6 and beyond bug\bugfix thread
Thx myselfidem to check this. I just had to know it for sure. nicely solution with regedit.exe 64bit. Thx men^^
-
WPI 8.6 and beyond bug\bugfix thread
Hoi myselfidem^^ Inside wmi.js Line 473 Maybe I'm wrong.Can you check this please^^ thanks in advance... sysPath64=windir+"\\System32\\"; sysPath32=windir+"\\SysWOW64\\"; to sysPath64=windir+"\\SysWOW64\\"; sysPath32=windir+"\\System32\\"; function setArchPaths() { position="wmi.js"; whatfunc="setArchPaths()"; if (OSBits == 32) { sysPath64=""; sysPath32=""; } else { sysPath64=windir+"\\System32\\"; sysPath32=windir+"\\SysWOW64\\"; } }
-
WPI 8.6 and beyond bug\bugfix thread
Hoi.. Thx for compleet Timer.hta myselfidem. Also thanks bphlpt. Grt Whatsup
-
WPI 8.6 and beyond bug\bugfix thread
Wow thx..yes it works..did small test,and timer running nice en smooth. I search oc to...but ****@#&%$#^^ nothing seems to help.(i'm no scripter). but you did it!!!! Very nice found men.thx Grt Whatsup
-
WPI 8.6 and beyond bug\bugfix thread
Hi myselfidem. I do not know if you've noticed it. But if you stop de timer self, and start WPI Installer by click. The Clock is working fine. If you let the timer do his work,and automatic start WPI Installer. Then Clock is freezes in 2 sec. Maybe this will help you to find the problem!!.. Grt Whatsup
-
WPI 8.6 and beyond bug\bugfix thread
Aha thx for info,and yes i have IE10 integrated^^. Grt Whatsup
-
WPI 8.6 and beyond bug\bugfix thread
Hi.. The countdown work fine in WPI menu. But the timer [clock] didn't work in WPI installer with IE10??.. Grt Whatsup.
-
Languages, Themes, Manuals & Mods
Hoi.. Kelsenellenelvian here the new NL lang update. Also for you and everyone happy newyear^^.. lang_nl update 30-12-2012.rar Grt Whatsup
-
WPI requests, lang updates and theme ideas...
Hi. Here the Dutch lang file update: lang_nl.rar Removed this lines:Correct?? lblMonitorColorDepth[lang] = ['Profundidad de color']; lblMonitorRefreshRate[lang] = ['Frecuencia de actualización de Pantalla']; lblMonitorResolution[lang] = ['Resolución de Pantalla']; lblPNPDeviceID[lang] = ['ID de dispositivo PnP']; <-- There were 2 of these! txtMonitorColorDepth[lang] = ['Utilizar \'Máxima\' Para mejores resultados.']; txtMonitorRefreshRate[lang] = ['Utilizar \'Máxima\' Para mejores resultados.']; txtMonitorResolution[lang] = ['Cambiar a la resolución elegida cuando se inicie el WPI.']; Add this line: txtMustAddCommand[lang] = ['You must add a command entry through the \'Add\' button before being able to perform this operation.']; And add also: lblOSvernumber[lang] = ['Operating System Version']; lblThemeFile[lang] = ['Theme file']; lblWindowsFile[lang] = ['Window Options file']; lblOSBuild[lang] = ['OS Current Build']; Thanks for all your work!!!... EDIT: Ofcourse also removed this: lblSysArch6432[lang] = ['SysArch6432']; lblTrue64Bits[lang] = ['True 64 Bits']; optFloat[lang] = ['Float'];
-
WPI Bug Report Thread
Hi. The body.clientWidth and body.clientHeight are changed in installer.js. So the installer window is a bit out of context. installer.js old line 177 : window.resizeTo(iWidth+(460-document.body.clientWidth),iHeight+(560-document.body.clientHeight)); new Line 177 : window.resizeTo(iWidth+(430-document.body.clientWidth),iHeight+(570-document.body.clientHeight)); so i think it's better to stay by 460 and 560. Thx for the new update Kel^^ PS:I upload soon dutch lang_nl.js it's almost ready.
-
WPI Bug Report Thread
Are you sure about bottom ---> } I'm just adding.just to be sure.Thx^^
-
WPI Bug Report Thread
Aha...so that was the reason that it stops working for me in the past^^...well found myselfidem.
-
WPI Bug Report Thread
I did not change it..only copy en past here for info. But Thanks for the info...I'll keep an eye on^^ Could you try now changing the command inside installer.js, like this, and let us know the result?: case 'DELDIR': cmd="CMD /C RMDIR /S /Q " + cmd; fsoCmd=true; break; Works fine for me! Yes test succesfull..it work nice men^^. And i see now whats wrong in WPI 8.5.8 installer.js. cmd="CMD /C RMDIR /S /Q "[missing space here]+ cmd; thats why it fail yesterday.
-
WPI Bug Report Thread
I'm really sorry.that it so much time cost you...that was not my intention..again sorry Kel. To make it clear for you: No1: C:\Audio Fix my music start...work great like this way. =============================================================== No2: if (PlayAudioInInstaller && DeleteAudioFolder && programs.uid=="DELETE_AUDIO_FROM_HD") // Stop player so can delete folder { document.getElementById("MediaPlayer").controls.stop(); document.getElementById("MediaPlayer").url=""; Pause(0,2500); } Pause(0,2500); Fix the Audio folder removed from HD works great like this way... =============================================================== Thx alot for all your time...and again sorry.
-
WPI Bug Report Thread
I did not change it..only copy en past here for info. But Thanks for the info...I'll keep an eye on^^
-
WPI Bug Report Thread
Hi ricktendo64. I test your option..but sorry it fail here. Grt Whatsup