SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: [SCRIPT] Translation Helper

Page 2 of 3 FirstFirst 123 LastLast
Results 21 to 40 of 51
  1. #21
    java application finished, more info in the first post.

    moderator: plz could you clear up this thread a bit (i mean delete all those 'updated' posts etc.)? thanks

  2. #22
    i have reworked the application a bit, design is much better, there is a progress bar and the GUI doesn't freeze anymore. also, name of the original file is set automaticaly (you can change it of course) based on the name of the translated file.
    more info in the first post or on my fansite: http://www.heroesofnewerth.cz/clanek/translation-helper

  3. #23
    no feedback?

  4. #24
    Offline
    Account Icon
    Join Date
    Nov 2009
    Location
    Costa Rica
    Posts
    551
    Quote Originally Posted by tomas666 View Post
    no feedback?
    Don't feel bad, I love your appplication It does everything I want... The only problem is the one you point out in the website, no errors, no crashes, it's really good.

    For the "problem" can you try to make it check every dunno, the first 16 characters per line, and if there is nothing, and the original have something, then print that line?

  5. #25
    Quote Originally Posted by Zka_ View Post
    Don't feel bad, I love your appplication It does everything I want... The only problem is the one you point out in the website, no errors, no crashes, it's really good.

    For the "problem" can you try to make it check every dunno, the first 16 characters per line, and if there is nothing, and the original have something, then print that line?
    I am glad you like it
    It shouldn't be very difficult to take care of that problem, on Friday we have holidays at school, so I will take a look at this.

  6. #26
    Offline
    Account Icon
    Join Date
    Nov 2009
    Location
    Costa Rica
    Posts
    551
    Wow, this sub-forum is really dead, why no one read this topic?

    Btw I suggest naming the application: Line Finder

    I want a moderator to come here and delete the old posts and change the thread name to [App] Translation Helper... at least -.-

  7. #27
    Offline
    Account Icon
    Join Date
    Jun 2009
    Location
    Athens
    Posts
    56
    Copy doesnt work + doesnt work always..

  8. #28
    Offline
    Account Icon
    Join Date
    Nov 2009
    Location
    Costa Rica
    Posts
    551
    Quote Originally Posted by TheEnd View Post
    Copy doesnt work + doesnt work always..
    Oh, yeah, that's true... I always write 2 words and find them with Ctrl+F so I never use to copy. But it's true, you can't copy with hotkeys and the Copy to Clipboard button is not working.

  9. #29
    Quote Originally Posted by Zka_ View Post
    Oh, yeah, that's true... I always write 2 words and find them with Ctrl+F so I never use to copy. But it's true, you can't copy with hotkeys and the Copy to Clipboard button is not working.
    well, it works fine on my computer, but my friend who helps me with updating czech translation and also the author of the slovakia translation they reported the same problem to me. i dont know what's wrong, but i will try to fix it.

  10. #30
    Offline
    Account Icon
    Join Date
    Jun 2009
    Location
    Athens
    Posts
    56
    maybe check the source of button.
    It should be:
    final JTextArea jt = new JTextArea();
    JButton copy = new JButton("Copy to clip");
    copy.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    String selection = jt.getText();
    StringSelection data = new StringSelection(selection);
    clipboard.setContents(data, data);
    }
    });

  11. #31
    Quote Originally Posted by TheEnd View Post
    maybe check the source of button.
    It should be:
    final JTextArea jt = new JTextArea();
    JButton copy = new JButton("Copy to clip");
    copy.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    String selection = jt.getText();
    StringSelection data = new StringSelection(selection);
    clipboard.setContents(data, data);
    }
    });
    thanks, i will try it
    i used jTextArea1.copy(); and it works fine on my computer - maybe you use different OS (i use vista).

  12. #32
    Offline
    Account Icon
    Join Date
    Jun 2009
    Location
    Athens
    Posts
    56
    I use seven...

  13. #33
    Updated. Sorry for the delay, I was busy beta-testing HoN

    Changelog for version 1.1:
    - renamed to "Line Finder"
    - design changed a little bit
    - number of missing lines is shown
    - fixed the "Copy" button
    - now you can check for empty lines; this feature is optional

    More info & download on my HoN fansite: http://www.heroesofnewerth.cz/clanek/translation-helper

  14. #34
    Offline
    Account Icon
    Join Date
    Jun 2009
    Location
    Athens
    Posts
    56
    Did you put a check that : corrects the empty lines from patch updates?
    I can help you to do this..

  15. #35
    Quote Originally Posted by TheEnd View Post
    Did you put a check that : corrects the empty lines from patch updates?
    what do you mean by that? how should it correct those empty lines? it finds them, it's up to the user to translate them...

    Quote Originally Posted by TheEnd View Post
    I can help you to do this..
    if you want, i can send you my source files and you can edit it and improve this application. but imho it does everything it's supposed to do and i can't think of any more features it should have.

  16. #36
    Offline
    Account Icon
    Join Date
    Jun 2009
    Location
    Athens
    Posts
    56
    If my thought is right, you can do a check if the line is empty then ....

  17. #37
    Offline
    Account Icon
    Join Date
    Nov 2009
    Location
    Costa Rica
    Posts
    551
    Ugh.. sorry, but Copy is still not working -at least for me- I'm using Windows 7.

    If I use Ctrl+C and Ctrl+V it only copies the first letter... and Copy to Clipboard Button does nothing

  18. #38
    Quote Originally Posted by Zka_ View Post
    Ugh.. sorry, but Copy is still not working -at least for me- I'm using Windows 7.

    If I use Ctrl+C and Ctrl+V it only copies the first letter... and Copy to Clipboard Button does nothing
    I know that Ctrl C/V is not working (that's not a bug, it's a feature!). As for the Copy button - I dont know what to do - it tried both 'jTextArea1.copy();' function and that solution described a few post above - both of these procedures work fine on my computer.
    In the next release, I will make the TextArea editable again. You will be able to change results, but you should also be able to select the text and then Ctrl C/V it.

  19. #39
    Offline
    Account Icon
    Join Date
    Aug 2009
    Posts
    11
    Quote Originally Posted by TheEnd View Post
    because it's in Java...
    Typical java bash!

    Its not the fault of a language if a program has bugs / problems or is slow! If you code bad in asm or c++ the program runs slow and has bugs too!

  20. #40
    Offline
    Account Icon
    Join Date
    Nov 2009
    Location
    <?= $user->location ?>
    Posts
    154
    hi, i would like to port it to .net and make an exe, can I have the source code
    old GVT - new ksed name =D

    Can all the heroes be made out of their icons? FIND OUT!
    Brazilian Translation Project
    DotA/Unreal Announcer for killing sounds mod by me
    .
    .
    .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •