Shane Gowland

Forum Replies Created

Viewing 10 posts - 551 through 560 (of 777 total)
  • Author
    Posts
  • in reply to: [System Ninja Plugin] Windows Service Manager #8051
    Shane Gowland
    Keymaster

    Thanks.

    in reply to: Suggestions #8049
    Shane Gowland
    Keymaster

    Disk speed is the biggest bottleneck. Increasing the process priority won’t have any effect.

    in reply to: ProcessAlive – Automatically restart crashed programs #8044
    Shane Gowland
    Keymaster

    The process update checking method uses the WIN32_GET_ACTIVE_PROCESSES API. It runs on a low priority thread and loops in a non-stop fashion. The stack is cleared on every iteration so memory allocation is minimal.

    Oh; and what commandline args do you want to see?

    in reply to: Latest Java Install #8041
    Shane Gowland
    Keymaster

    It’s an issue on Oracle’s end. We simply send a request for /latestversion/ which isn’t updated as frequently as JRE itself.

    The upcoming 2.1 will address this issue.

    in reply to: How to tell when finished downloading? #8037
    Shane Gowland
    Keymaster

    The attached video doesn’t seem to play in Windows Media Player or VLC.

    in reply to: JavaRa window width #8036
    Shane Gowland
    Keymaster

    I think a better option would be to remember the previous size selection when the app starts.

    in reply to: French Language #8035
    Shane Gowland
    Keymaster

    Thanks for the translation update.

    Please report any strings that aren’t changing, even when a valid translation is provided in the locale file. Make sure you’re using the “output_strings.true” switch to correctly dump untranslated strings.

    Using an on-the-fly English to non-English translation system was a design choice, initially made to allow localizations to be silently updated through System Ninja’s CleanSync technology.

    There are no plans to revert to another method. Most users appreciate the simplicity of uncompiled, plain-text translation files.

    We also have a system in place to allow us to make minor changes to the English version of a string without affecting translations.

    in reply to: JavaRa and Java files clean up #8033
    Shane Gowland
    Keymaster

    In the development version (which I don’t think is currently available for download) these directories are already detected. Hash computation is much to computationally-intensive, so we’re using regular expressions over environmental variables to get the correct paths.

    in reply to: Localization and Oracle Java JRE verify #8032
    Shane Gowland
    Keymaster

    Not a bad idea. Thanks.

    in reply to: How to tell when finished downloading? #8015
    Shane Gowland
    Keymaster

    Hmm. That could actually be why the “I’m done” dialog isn’t showing. Everything is over and done with before it has a chance.

    The update is working, right?

Viewing 10 posts - 551 through 560 (of 777 total)