sketchucation logo sketchucation
    • 登入
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] ToolbarEditor (1.1.2) – updated 08.06.2014

    已排程 已置頂 已鎖定 已移動 Plugins
    122 貼文 40 Posters 57.9k 瀏覽 40 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • Dave RD 離線
      Dave R
      最後由 編輯

      I haven't seen that. I maybe haven't looked very hard, though. I got the tools I wanted onto a toolbar without any problems.

      Etaoin Shrdlu

      %

      (THERE'S NO PLACE LIKE)

      G28 X0.0 Y0.0 Z0.0

      M30

      %

      1 條回覆 最後回覆 回覆 引用 0
      • R 離線
        RickW
        最後由 編輯

        Has anyone else had problems with not all commands being available? I'm also missing a lot of icons that exist on other toolbars.

        RickW
        [www.smustard.com](http://www.smustard.com)

        1 條回覆 最後回覆 回覆 引用 0
        • zieiosZ 離線
          zieios
          最後由 編輯

          Nice one

          1 條回覆 最後回覆 回覆 引用 0
          • ArisA 離線
            Aris
            最後由 編輯

            Great plugin! very nice interface and very useful!
            I would suggest (don't know if it is doable) giving the option to create dialog boxes as well.

            Not a native speaker, point out my spelling (or other) mistakes, I won't be offended!!!

            1 條回覆 最後回覆 回覆 引用 0
            • K 離線
              kct3937
              最後由 編輯

              I followed Dave's instructions and the toolbars are showing up fine in my Mac version. However they are vertical toolbars only. Can I get them to set out horizontally?

              1 條回覆 最後回覆 回覆 引用 0
              • Dave RD 離線
                Dave R
                最後由 編輯

                It's a feature! 😄

                Move the toolbar up to the top or down to the bottom temporarily and it'll swing around to horizontal. Then you can place it wherever you want.

                Etaoin Shrdlu

                %

                (THERE'S NO PLACE LIKE)

                G28 X0.0 Y0.0 Z0.0

                M30

                %

                1 條回覆 最後回覆 回覆 引用 0
                • K 離線
                  kct3937
                  最後由 編輯

                  Thanks Dave…two thumbs up! 👍 👍 😆

                  Have you met a new friend each morning in the mirror, yet? ❓

                  Ken T

                  1 條回覆 最後回覆 回覆 引用 0
                  • L 離線
                    lionk
                    最後由 編輯

                    hi Aerilius,
                    some bugs:
                    1.there is a mismatch between toolbar name in the Editor and the real name.
                    20130506072119.jpg
                    2.when renaming the toolbar, ENTER will delete it instead of confirm the name...
                    20130506072417.jpg
                    3.i can't rename toolbars in double-byte characters.it will show like this.
                    20130506073245.jpg
                    the same problem happened to LaunchUp when i search DBCS strings.
                    20130506074502.jpg
                    4.if i close the toolbar and restart sketchup, i have to click 3 times in View menu to reopen it.
                    5.the position of the toolbar can't be saved.it troubled me so much...

                    1 條回覆 最後回覆 回覆 引用 0
                    • A 離線
                      Aerilius
                      最後由 編輯

                      Hi, thanks for the reports!
                      As for 2. it looks like the "-" button has focus and accepts enter. I think I can make sure that this doesn't happen.
                      4., 5. I have no control about that, I wished it worked in SketchUp as it should.

                      1 條回覆 最後回覆 回覆 引用 0
                      • A 離線
                        Aerilius
                        最後由 編輯

                        I could solve 1., 2. and 3., but I don't get an error when searching in LaunchUp for 面 or 测. Do you use the latest version of LaunchUp? Which version if Internet Explorer do you use?

                        1 條回覆 最後回覆 回覆 引用 0
                        • L 離線
                          lionk
                          最後由 編輯

                          @aerilius said:

                          I could solve 1., 2. and 3., but I don't get an error when searching in LaunchUp for 面 or 测. Do you use the latest version of LaunchUp? Which version if Internet Explorer do you use?

                          yes,the version of LaunchUp is 1.0.11. and IE10.
                          LaunchUp_error.gif

                          1 條回覆 最後回覆 回覆 引用 0
                          • A 離線
                            Aerilius
                            最後由 編輯

                            Hi lionk,
                            can you try ToolbarEditor 1.0.4? It should now remember toolbar names and display Chinese correctly.

                            1 條回覆 最後回覆 回覆 引用 0
                            • CadFatherC 離線
                              CadFather
                              最後由 編輯

                              Thanks Aerilius - just in case this means something to you i get this quite often when i press apply.

                              after this error, the toolbars i was in the process of creating are lost.

                              ted.png

                              1 條回覆 最後回覆 回覆 引用 0
                              • A 離線
                                Aerilius
                                最後由 編輯

                                I don't get this and I can't see anything obvious around line 243. Also I don't use a any system calls.

                                It could be related to SketchUp's skp protocol [1,2,3].
                                Does this still occur with version 1.0.4, and if so, does it now show a different line?

                                1 條回覆 最後回覆 回覆 引用 0
                                • TIGT 離線
                                  TIG Moderator
                                  最後由 編輯

                                  line250

                                  var message = messageQueue.shift();
                                      if (!message) { ready = true; return; }
                                      // Lock the status variable before sending the message.
                                      // (because window.location is synchronous in IE and finishes before this
                                      // function finishes.)
                                      ready = false;
                                      var id = message[0],
                                          url = message[1],
                                          data = message[2];
                                      fillMessageField(id, data);
                                  

                                  line260
                                  IF 'id' OR more likely 'data' is somehow 'wrong' you get the error ? NULL ?

                                  TIG

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • A 離線
                                    Aerilius
                                    最後由 編輯

                                    If data or id could be wrong, no Ruby callback would happen. If url were wrong, IE would navigate to a not existing site. Nothing that gives such an error.

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • CadFatherC 離線
                                      CadFather
                                      最後由 編輯

                                      only thing is i can't find any underlying pattern - unpredictable so far but i'll keep an eye on it (i'll have a go tonight with the new version. thanks!

                                      also - i made a batch file to import export the registry settings but also i'm getting strange behaviour (when exporting) - will report more on this as it's great if one can save and share the same toolbar layout. overall it's getting better with each version, and the positions are kept more consistently.. great stuff!

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • A 離線
                                        Aerilius
                                        最後由 編輯

                                        By the way, how many toolbars did you have roughly?
                                        The information that I found says that there could be another url length limit around 500 (officially urls in IE can be 2083 characters long). This should not anymore an issue in ToolbarEditor 1.0.4.

                                        With this test in the Ruby Console we could confirm whether this caused the error:

                                        count=0;w=UI;;WebDialog.new;w.set_html("<html></html>");w.add_action_callback("a"){|d,p| count=p.length if p.length>count};w.show{ w.execute_script("var s='';for(var i=0;i<3000;i++){ s+='b';window.location.href='skp;a@'+s;}") }
                                        

                                        It then envokes an Internet Explorer error (I get "Could not complete the operation due to error 800700a").
                                        When I then enter " count" into the Ruby console, I get 2077.
                                        Do you get the same error that you got previously ("The data area passed to a system call is too small")?

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • CadFatherC 離線
                                          CadFather
                                          最後由 編輯

                                          only had two - will run the check later on though just in case

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • L 離線
                                            lionk
                                            最後由 編輯

                                            @aerilius said:

                                            Hi lionk,
                                            can you try ToolbarEditor 1.0.4? It should now remember toolbar names and display Chinese correctly.

                                            yes, toolbar names are remembered correctly!
                                            but Chinese display not so well, still some encoding error if restart sketchup. 😞
                                            e.g.
                                            工具栏
                                            20130512201347.jpg
                                            正常
                                            20130512200149.jpg
                                            if input"具" and restart SU,ToolbarEditor will never open again.

                                            btw, i think it need to limit toolbar name if someone input nothing(the toolbar wont show), too many words or punctuation.

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 2 / 7
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement