sketchucation logo sketchucation
    • Login
    🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

    [Plugin] ToolbarBuilder

    Scheduled Pinned Locked Moved Plugins
    32 Posts 9 Posters 1.8k Views 9 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.
    • R Offline
      RickW
      last edited by

      ToolbarBuilderDemo is now available at Smustard.com. Build custom toolbars for your Ruby plugins!

      The pro version (NOW AVAILABLE!) has the ability to save and load custom toolbars with planned updates to include other features.

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

      1 Reply Last reply Reply Quote 0
      • J Offline
        jorge2011
        last edited by

        Thank you very much for this plugin.
        I installed this plugin and generates the following error:

        ToolbarBuilder callback: build
        Error: wrong argument type # <TypeError: (expected Sketchup::Command)>
        C 😕 Program Files (x86) / Google / Google SketchUp 8/Plugins/ToolbarBuilderFree.rb: 251: in add_item ' C :/ Program Files (x86) / Google / Google SketchUp 8/Plugins/ToolbarBuilderFree.rb: 251: in create_html '
        C 😕 Program Files (x86) / Google / Google SketchUp 8/Plugins/ToolbarBuilderFree.rb: 251: in each ' C :/ Program Files (x86) / Google / Google SketchUp 8/Plugins/ToolbarBuilderFree.rb: 251: in create_html '

        You can fix it?
        thank you very much

        1 Reply Last reply Reply Quote 0
        • KrisidiousK Offline
          Krisidious
          last edited by

          what will happen with icons? if a plugin does not have icons can we make them?

          By: Kristoff Rand
          Home DesignerUnique House Plans

          1 Reply Last reply Reply Quote 0
          • panixiaP Offline
            panixia
            last edited by

            nice! i expected this one for ages!! so i immediatey purcased and tested it.. it works perfectly!

            the only downside to it is that it doesn't let the user arrange the buttons.. that would be cool indeed. plus it arranges icons the opposite way than they were in their "native toolbar" wich is quite confusing to me..

            so.. is it possible to have some "arrange buttons" functionality?
            thank you!

            1 Reply Last reply Reply Quote 0
            • panixiaP Offline
              panixia
              last edited by

              mmm.. another huge downside i didn't notice.. is that when you close and reopen sketchup the custom toolbars aren't loaded at all! i also saved the toolbar position and tried to restore, but nothing happens.. one have to load each saved toolbars every time? that's quite annoying..

              1 Reply Last reply Reply Quote 0
              • panixiaP Offline
                panixia
                last edited by

                mmm.. going on with testing and it only loaded the first toolbar i saved.. now it refuses to load others.. moreover it refuses to load the toolbar editor.. 😞

                1 Reply Last reply Reply Quote 0
                • R Offline
                  RickW
                  last edited by

                  @krisidious said:

                  what will happen with icons? if a plugin does not have icons can we make them?

                  Assigning custom icons is a planned update, but it can be done manually by editing the .toolbar file and adding the path to the icons (large & small).

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

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    RickW
                    last edited by

                    @panixia said:

                    so.. is it possible to have some "arrange buttons" functionality?
                    thank you!

                    That is a planned update, but you can do this manually by editing the .toolbar file.

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

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      RickW
                      last edited by

                      @panixia said:

                      mmm.. another huge downside i didn't notice.. is that when you close and reopen sketchup the custom toolbars aren't loaded at all! i also saved the toolbar position and tried to restore, but nothing happens.. one have to load each saved toolbars every time? that's quite annoying..

                      It is noted in the description that in this initial release, toolbars must be manually loaded, but the first planned (free) update is to include an autoloader.

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

                      1 Reply Last reply Reply Quote 0
                      • R Offline
                        RickW
                        last edited by

                        @jorge2011 said:

                        Thank you very much for this plugin.
                        I installed this plugin and generates the following error:

                        ToolbarBuilder callback: build
                        Error: wrong argument type # <TypeError: (expected Sketchup::Command)>
                        C 😕 Program Files (x86) / Google / Google SketchUp 8/Plugins/ToolbarBuilderFree.rb: 251: in add_item ' C :/ Program Files (x86) / Google / Google SketchUp 8/Plugins/ToolbarBuilderFree.rb: 251: in create_html '
                        C 😕 Program Files (x86) / Google / Google SketchUp 8/Plugins/ToolbarBuilderFree.rb: 251: in each ' C :/ Program Files (x86) / Google / Google SketchUp 8/Plugins/ToolbarBuilderFree.rb: 251: in create_html '

                        You can fix it?
                        thank you very much

                        @panixia said:

                        mmm.. going on with testing and it only loaded the first toolbar i saved.. now it refuses to load others.. moreover it refuses to load the toolbar editor.. 😞

                        It seems these are related. I'm looking into it and will issue a fix ASAP.

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

                        1 Reply Last reply Reply Quote 0
                        • R Offline
                          RickW
                          last edited by

                          The issue has been resolved and the file uploaded. Your previous download link will now pull down the updated file.

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

                          1 Reply Last reply Reply Quote 0
                          • F Offline
                            function
                            last edited by

                            this is great, i've had so many problems with skp 'remembering' my tool positions. the toolbar nightmare is over! looking forward to the updates - maybe consider an "add spacer" so tools can be grouped visually. thanks rick

                            1 Reply Last reply Reply Quote 0
                            • R Offline
                              RickW
                              last edited by

                              The current problem with autoloading the custom toolbars is that they depend on commands created by other plugins, and there's no guarantee that those commands will have been created when ToolbarBuilder is loaded by SketchUp and tries to build its toolbars. The benefit is having the toolbar position remembered, the drawback is missing buttons.

                              One solution is to have a button for a 1-click loader that will load all custom toolbars after SketchUp is fully launched and all .rb/s files are loaded. The benefit is all buttons load into the toolbar, the drawback is toolbar positions are not remembered.

                              The other solution (and I think the final answer for now) is a hybrid - autoload at launch creates empty toolbars (with the saved positioning), and a single button on the Smustard toolbar loads all custom toolbars after launch is complete.

                              Any input on this solution?

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

                              1 Reply Last reply Reply Quote 0
                              • KrisidiousK Offline
                                Krisidious
                                last edited by

                                I have an input on that solution... Where is my invoice? I can't find it.

                                By: Kristoff Rand
                                Home DesignerUnique House Plans

                                1 Reply Last reply Reply Quote 0
                                • panixiaP Offline
                                  panixia
                                  last edited by

                                  i don't know how it works, i've been using this for quite a while and it works fine, and the toolbars keep the saved position.. but it loads only native tools.. 😒
                                  http://sketchucation.com/forums/viewtopic.php?t=10041

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

                                    Jim's custom toolbars create "clones" of the native tools. Immediately after they have been created, he adds them to toolbars.
                                    The problem with custom toolbars from other plugins is not to add them too early (when commands are missing) and not too late (when SketchUp doesn't remember the toolbar's last position).

                                    1 Reply Last reply Reply Quote 0
                                    • F Offline
                                      function
                                      last edited by

                                      pressing the save button does nothing for me 😕

                                      1 Reply Last reply Reply Quote 0
                                      • renderizaR Offline
                                        renderiza
                                        last edited by

                                        If you have SketchUp Free Version you might need to do this...

                                        1. Open your default Plugin Folder.

                                        2. Make New Folder with name "Toolbars"

                                        3. Try Plugin Again.

                                        Cheers!

                                        [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                        1 Reply Last reply Reply Quote 0
                                        • F Offline
                                          function
                                          last edited by

                                          ah that did it! thanks

                                          1 Reply Last reply Reply Quote 0
                                          • TIGT Offline
                                            TIG Moderator
                                            last edited by

                                            Check you have FULL read/write security permissions to the Plugins folder, the manual creation of the subfolder might have fixed it for now but without FULL rights you will get problems with some scripts...

                                            TIG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement