sketchucation logo sketchucation
    • Login
    βŒ› Sale Ending | 30% Off Profile Builder 4 ends 30th September

    "Toolbars" Plugin not working with SU 2013 ?!?

    Scheduled Pinned Locked Moved Plugins
    11 Posts 5 Posters 862 Views 5 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.
    • A Offline
      Aerilius
      last edited by

      Is it Jim's "Custom Toolbars"?
      http://sketchuptips.blogspot.de/2008/06/custom-toolbars-release-08-06-01.html
      I have it installed, can you reveal to us in what way it is not working? Did you move it to the SU2013 Plugins folder? Is it activated in the extensions list? Does it not load? Does it load with an error?

      There is also a related SketchUp bug. You can edit the file %(#000000)[[Plugins]/Toolbars/Files/loader.rb] at line 40:

      
        #ttb.show
        state = ttb.get_last_state 
        if (state == TB_VISIBLE)
            ttb.restore
            UI.start_timer(0.1, false) { ttb.restore }
        end
      
      

      to

      
        ttb.restore
        UI.start_timer(0.1, false) { ttb.restore }
      
      
      1 Reply Last reply Reply Quote 0
      • Bob JamesB Offline
        Bob James
        last edited by

        @aerilius said:

        Is it Jim's "Custom Toolbars"?
        http://sketchuptips.blogspot.de/2008/06/custom-toolbars-release-08-06-01.html
        I have it installed, can you reveal to us in what way it is not working? Did you move it to the SU2013 Plugins folder? Is it activated in the extensions list? Does it not load? Does it load with an error?

        There is also a related SketchUp bug. You can edit the file %(#000000)[[Plugins]/Toolbars/Files/loader.rb] at line 40:

        
        >   #ttb.show
        >   state = ttb.get_last_state 
        >   if (state == TB_VISIBLE)
        >       ttb.restore
        >       UI.start_timer(0.1, false) { ttb.restore }
        >   end
        > 
        

        to

        
        >   ttb.restore
        >   UI.start_timer(0.1, false) { ttb.restore }
        > 
        

        This is one of my favorites also.
        Mine reads:

        #ttb.show
        state = ttb.get_last_state
        if(state == TB_NEVER_SHOWN)
        ttb.show
        elsif (state == TB_VISIBLE)
        ttb.restore
        end

        Is it Jim's "Custom Toolbars"? Yes, it's the one called "Options"
        Did you move it to the SU2013 Plugins folder? Yes
        Is it activated in the extensions list? It does not appear in the list
        Does it not load? It does not load
        Does it load with an error? There is no load error

        i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

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

          Here is the solution.

          http://sketchucation.com/forums/viewtopic.php?f=323&t=52474#p477592

          By: Kristoff Rand
          Home DesignerUnique House Plans

          1 Reply Last reply Reply Quote 0
          • davidmreinboldD Offline
            davidmreinbold
            last edited by

            Sorry for the late reply guys... I seem to have missed all the action!

            I have still the same issues as Bob but for me Krisidious's solution of overwriting the loader.rb hasn't lead to success. By the way I don't know how to view or edit the code of the file.

            Here just to confirm:
            I moved the Tollbar folder and toolbars.rb into the plugins folder and activated it in the extensions list, it doesn't load at all and does not pop up with an error when Sketchup opens. The Custom Toolbars extension does however show up (ticked) in preferences > extensions...I can't make sense of this...any ideas?

            General questions: Does the install extension feature within preferences not recognize the .rb files but only .rbz files? Is this the problem?

            Cheers

            David


            ScreenShot.jpg

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

              I have no idea why the other solution (the download of the loader.rb) worked for some, it's just overwriting an older by a less old version.

              To edit a ruby file you can use a normal plain text editor (Notepad, Notepad++, gedit, etc.). ".rb" files are not installable plugins. SketchUp can not reliably know how to install them, because of that the install button is only for true extensions that are zipped according to the guidelines for SketchUp rbz extensions.

              1 Reply Last reply Reply Quote 0
              • davidmreinboldD Offline
                davidmreinbold
                last edited by

                Hi Aerilius
                Thanks for your input. I have now edited the ruby file as you suggested first up . I am now getting an error message when Sketchup starts up..does that shed any light into the situation?

                I have for now reverted back to Sketchup 8, as I find working without the toolbar slows my work flow...
                If Jim's tool bar is not going to work or being upgraded for 2013 are there any alternatives for the commands?

                I use in particular:

                • Layers by colour toggle
                • Show Hidden geometry
                • Perspective / parallel projection toggle

                I also use the edge style toolbar quiet frequently

                I have left a message on Jim's Sketchup plugin website asking for an update...will keep you posted if I hear anything back... 😐

                Cheers

                David


                Loads error.jpg

                1 Reply Last reply Reply Quote 0
                • BurkhardB Offline
                  Burkhard
                  last edited by

                  Have you tried to install the toolbar by Jim simply new and then copy your txt files to the folder?
                  First time I got the same error when just copying the files from V8 to 2013

                  [http://www.ia-plus.de(http://www.ia-plus.de)]

                  1 Reply Last reply Reply Quote 0
                  • davidmreinboldD Offline
                    davidmreinbold
                    last edited by

                    I have tried to install it through the 2013 > preferences > Install extension... this recognizes only .rbz files though, so it couldn't install jim's custom toolbar

                    It doesn't seem to be available at the Sketchucation plugin store

                    1 Reply Last reply Reply Quote 0
                    • BurkhardB Offline
                      Burkhard
                      last edited by

                      Go manuell. http://sketchuptips.blogspot.de/p/my-plugins.html
                      Download to your Folder in 2013. Copy just the txt files from your V8

                      [http://www.ia-plus.de(http://www.ia-plus.de)]

                      1 Reply Last reply Reply Quote 0
                      • davidmreinboldD Offline
                        davidmreinbold
                        last edited by

                        Hi Burkhard

                        I don't know but this worked!!! Thanks a lot you saved the day.. πŸ˜„

                        Mach's gut!

                        David

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

                        Advertisement