Jump to content

Whatsup

Member
  • Posts

    53
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by Whatsup

  1. 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

  2. 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

    =============================================================================

    Here is the new lang_fr.js for WPI_v8.6.7

    Because the line 238 is removed:

    lblEnable64BitProcessing[lang] = ['Enable 64bit processing'];

    http://www.mediafire.com/download/9kukrbmgrxyxrwj/lang_fr.rar

    Thanks and regards

    I'll also removed this line!!..Correct??

    lang_nl.js

  3. 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\\";

    }

    }

  4. I use this workaround to display the timer inside Installer.hta:

    Inside timers.js

    Replace function ins_iTimer() with:

    Tested and works fine for me! Thanks to share your result!

    *Edit: I spent days and days to find this workaround!

    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

  5. 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'];

  6. 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.

  7. Thanks for the new release WPI_v8.6.0 :thumbup

    However could you apply the changes needed inside core.js:

    line 135:

    Enum=winMgts.OSLanguage;

    with


    CreateLocalArray();
    try
    {
    objWMIService=GetObject("winmgmts:\\\\" + "." + "\\root\\CIMV2");
    colItems=objWMIService.ExecQuery("SELECT * FROM Win32_OperatingSystem", "WQL", wbemFlagReturnImmediately | wbemFlagForwardOnly);
    enumItems=new Enumerator(colItems);
    objItem=enumItems.item();


    // OSLanguage=1033, 1036, ....

    try
    {
    var Enum=objItem.OSLanguage;

    }
    catch(ex2)
    {
    }

    Are you sure about bottom ---> }

    I'm just adding.just to be sure.Thx^^

  8. About the sound inside Audio Player.

    The function to stop the sound or enable it when we want, is to change a value inside: Installer.hta (was inside previous version WPI_v7.6.0)

    line 579, change the value false to true.

    document.getElementById("MediaPlayer").settings.autoStart=true;

    Aha...so that was the reason that it stops working for me in the past^^...well found myselfidem.

  9. @Whatsup

    Take care with the spaces inside the command you have changed!

    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.

  10. Honestly? I am nearly ready to remove the whole feature. I have spent 40+ hours on it in the past week...

    I can fix the quotes issue but I only get the damned audio folder to delete half of the time...

    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.

×
×
  • Create New...