sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Eneroth Railroad System (v 0.1.21)

    Scheduled Pinned Locked Moved Plugins
    364 Posts 43 Posters 80.3k Views 41 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • eneroth3E Offline
      eneroth3
      last edited by

      @unknownuser said:

      No problem, i can change anything at any time! ๐Ÿ˜„

      And the advantage for me of this actual translation is that I learn it in the same time! ๐Ÿ˜‰

      Then it sounds like a good idea ๐Ÿ‘ ๐Ÿ‘

      My website: http://julia-christina-eneroth.se/

      1 Reply Last reply Reply Quote 0
      • OxerO Offline
        Oxer
        last edited by

        I have translated the plugin to Spanish Language but I'll wait to the final version to translate the documentation.
        Eneroth, has you had time to investigate the problem with the ""Add Rolling Stock" window on Mac?

        "The result is the end what is important is the process" by Oxer
        [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

        1 Reply Last reply Reply Quote 0
        • pilouP Offline
          pilou
          last edited by

          About the translation of the plugin itself, does exist a system multi language?

          Frenchy Pilou
          Is beautiful that please without concept!
          My Little site :)

          1 Reply Last reply Reply Quote 0
          • eneroth3E Offline
            eneroth3
            last edited by

            @oxer said:

            I have translated the plugin to Spanish Language but I'll wait to the final version to translate the documentation.
            Eneroth, has you had time to investigate the problem with the ""Add Rolling Stock" window on Mac?

            I've looked into the web dialog and tested it with the desktop version of Safari for windows. The problem with the unresponsive library was due to Safari's way of interpreting z-index (I used it to make the tabs appear on top of the content but now I've applied the z-index to the tabs instead). The problem with the Create guide was that Safari thought of line breaks as elements and changed their properties instead of the images/text when trying to show a specific step.

            Hopefully this will work in Sketchup too ๐Ÿ‘

            @unknownuser said:

            About the translation of the plugin itself, does exist a system multi language?

            There is a system made by the Sketchup team to put all text strings in separate files that can be loaded in different languages. However since it's a Sketchup API feature I can't find any documentation for it. I guess I could look through some other plugins to better understand it but I think it still would be difficult to dynamically add these text strings to web dialogs.

            My website: http://julia-christina-eneroth.se/

            1 Reply Last reply Reply Quote 0
            • deaneauD Offline
              deaneau
              last edited by

              lightup for sketchup have a language handler . however lightup is in a separat folder named Tools.

              MADE, BORN AND LIVING IN BERLIN
              Big Thank You to all Programmers
              Some German words are so long that they have a perspective. M.Twain

              1 Reply Last reply Reply Quote 0
              • eneroth3E Offline
                eneroth3
                last edited by

                Version 0.1.11 is now published! Hopefully it should work better on Mac now (feedback greatly appreciated as usual!!) and some updates have been made to make streets work better.

                Plugin download: http://sketchucation.com/pluginstore?pln=ene_railroad

                An example of streets and intersections, and some videos showing how to alter them, is posted on the previous page.

                My website: http://julia-christina-eneroth.se/

                1 Reply Last reply Reply Quote 0
                • eneroth3E Offline
                  eneroth3
                  last edited by

                  Any feedback how the new version works on Mac?

                  My website: http://julia-christina-eneroth.se/

                  1 Reply Last reply Reply Quote 0
                  • pilouP Offline
                    pilou
                    last edited by

                    What append of the previous version?
                    We must kill it ? Or the new version overwrite the previous automatically ?

                    Frenchy Pilou
                    Is beautiful that please without concept!
                    My Little site :)

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      Aerilius
                      last edited by

                      The LanguageHandler has been published too early with an unfinished design and without considering the feedback that ruby developers gave. Since it's now part of the API, I'm not sure if there will ever be changes. It might certainly be "just enough" for new plugins, but it was too limited to make older plugins use it in place of our own translation libraries and many other plugins have also not switched to this new API.

                      If you are curious how one can translate a webdialog with one single method call, take a look into my Translate.rb (like in AttributeInspector or ToolbarEditor).

                      1 Reply Last reply Reply Quote 0
                      • eneroth3E Offline
                        eneroth3
                        last edited by

                        @unknownuser said:

                        What append of the previous version?
                        We must kill it ? Or the new version overwrite the previous automatically ?

                        You should be able to just install it over the old version. However you may need to restart Sketchup. Otherwise you could first delete the old version's files but then make sure you haven't made any custom track types or rolling stocks you want to keep.

                        @aerilius said:

                        The LanguageHandler has been published too early with an unfinished design and without considering the feedback that ruby developers gave. Since it's now part of the API, I'm not sure if there will ever be changes. It might certainly be "just enough" for new plugins, but it was too limited to make older plugins use it in place of our own translation libraries and many other plugins have also not switched to this new API.

                        If you are curious how one can translate a webdialog with one single method call, take a look into my Translate.rb (like in AttributeInspector or ToolbarEditor).

                        That's too bad ๐Ÿ˜• . I'll look into your code but I'm not sure what I'll eventually do. Even if all text in the plugin itself is translated titles and description of track types and other content will be in just one language, unless I ask the user for one string in each language.

                        My website: http://julia-christina-eneroth.se/

                        1 Reply Last reply Reply Quote 0
                        • pilouP Offline
                          pilou
                          last edited by

                          For languages to translate a cool easy thing is put a "*" before the first word of the original!
                          So with an text editor it's very easy to got to this * then translate! โ˜€

                          Beacause for a no Rby maker it's very hard to go to the good place! ๐Ÿ˜ณ

                          @unknownuser said:

                          You should be able to just install it over the old version

                          No few old folders/files/ will persist if they have not the same names ?

                          Frenchy Pilou
                          Is beautiful that please without concept!
                          My Little site :)

                          1 Reply Last reply Reply Quote 0
                          • A Offline
                            Aerilius
                            last edited by

                            Pilou, it's right that for non-ruby makers it is difficult to find the right place. The same is true even for ruby developers!!!
                            Marking strings with a '*' only works around the source of the problem. You would have to do the same edits again everytime when an update is released. If we want to support more options/languages/etc., we can separate code and data into different files.

                            1 Reply Last reply Reply Quote 0
                            • pilouP Offline
                              pilou
                              last edited by

                              Yes that is the ideal solution!
                              But at this date if I want translate the plugin i don't see more simple and speedy way before creation of a new system! ๐Ÿ˜„
                              Of course that oblige the auteur to lost some time to put the "*" ๐Ÿ˜‰

                              Frenchy Pilou
                              Is beautiful that please without concept!
                              My Little site :)

                              1 Reply Last reply Reply Quote 0
                              • eneroth3E Offline
                                eneroth3
                                last edited by

                                The work of manually translating would be lost in some week or so. Unless the text strings are separated from the code there's not really any idea doing it. However I'm not really sure of what to do since user created content (including track types shipped with the extension) would just be in the user's language unless the user translates it themselves to all languages.

                                Randomly mixed languages is just annoying and one of the reasons I really hate it when websites and softwares tries to make Swedish translations.

                                However, if anyone is really keen to translate you could make a spreadsheet (like in excel) with the original string and translation next to each other. ๐Ÿ˜„

                                My website: http://julia-christina-eneroth.se/

                                1 Reply Last reply Reply Quote 0
                                • pilouP Offline
                                  pilou
                                  last edited by

                                  @unknownuser said:

                                  original string and translation next to each other.

                                  Of course yes, but without the "*" it's a nightmare for a totally noob of Ruby for pick exactly that is must be translated or not! ๐Ÿ˜‰

                                  Frenchy Pilou
                                  Is beautiful that please without concept!
                                  My Little site :)

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    mwm5053
                                    last edited by

                                    Hi Eneroth3 not getting any thing in dialogue box. I'm on Mac with Safari 7.0.4 and SU 2014 everything up to date.


                                    Screen Shot 2014-06-18 at 5.57.18 PM.png

                                    2011 iMac
                                    SU 2015 Pro, 2017 Make
                                    V2 Twilight
                                    macOS Sierra 10.12.5

                                    1 Reply Last reply Reply Quote 0
                                    • eneroth3E Offline
                                      eneroth3
                                      last edited by

                                      @mwm5053 said:

                                      Hi Eneroth3 not getting any thing in dialogue box. I'm on Mac with Safari 7.0.4 and SU 2014 everything up to date.

                                      Hi

                                      Is it the same for all dialogs or just this one?

                                      Thanks!

                                      My website: http://julia-christina-eneroth.se/

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        mwm5053
                                        last edited by

                                        Here's some more screen shots of the other dialog boxes.


                                        Screen Shot 2014-06-19 at 5.35.15 AM.png


                                        Screen Shot 2014-06-19 at 5.35.31 AM.png


                                        Screen Shot 2014-06-19 at 5.35.48 AM.png

                                        2011 iMac
                                        SU 2015 Pro, 2017 Make
                                        V2 Twilight
                                        macOS Sierra 10.12.5

                                        1 Reply Last reply Reply Quote 0
                                        • pilouP Offline
                                          pilou
                                          last edited by

                                          Something that RailRoadsystem can do! โ˜€
                                          Just replace locomotive by planes! ๐Ÿ˜„

                                          Frenchy Pilou
                                          Is beautiful that please without concept!
                                          My Little site :)

                                          1 Reply Last reply Reply Quote 0
                                          • eneroth3E Offline
                                            eneroth3
                                            last edited by

                                            @mwm5053 said:

                                            Here's some more screen shots of the other dialog boxes.

                                            Thanks ๐Ÿ˜„

                                            It looks as if the javascript code in dialog.show_modal doesn't run on that specific web dialog, probably due to a misspelling in the code. Hopefully there's no problem with the other dialogs ๐Ÿ˜„

                                            My website: http://julia-christina-eneroth.se/

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 18
                                            • 19
                                            • 5 / 19
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement