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

    [Plugin] Toggle Units

    Scheduled Pinned Locked Moved Plugins
    159 Posts 47 Posters 116.4k Views 47 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.
    • W Offline
      watkins
      last edited by

      Dear Vidy,

      Yes I do, and I have checked all the functions and they work. It would be very useful if someone could update the first posting with the V8 compatible plugin.

      Regards,
      Bob

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

        I have updated the first post in the thread http://forums.sketchucation.com/viewtopic.php?p=81391#p81391
        Please use the new 'bold' version which is v6/7/8... friendly - I left the old one BUT I don't recommend that version at all...

        TIG

        1 Reply Last reply Reply Quote 0
        • V Offline
          vidy
          last edited by

          thanks bob and tig, now it works perfectly

          still so much to learn..

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

            TIG,

            I just installed the latest version but I am getting the blank toolbar. In looking through the script I see what looks like the path to the PNGs shown as below. The icon folder is called "toggle_units_icons" but I wonder if it or the script should be modified. Or maybe I'm looking in the wrong place and have a different problem.

            cmd = UI;;Command.new(Strings["Decimal"]) { toggle_units(5) }
            cmd.small_icon = "CD_ICONS/TWEAK/tudec16.png"
            cmd.large_icon = "CD_ICONS/TWEAK/tudec24.png"
            	    
            
            

            Etaoin Shrdlu

            %

            (THERE'S NO PLACE LIKE)

            G28 X0.0 Y0.0 Z0.0

            M30

            %

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

              @dave r said:

              TIG,

              I just installed the latest version but I am getting the blank toolbar. In looking through the script I see what looks like the path to the PNGs shown as below. The icon folder is called "toggle_units_icons" but I wonder if it or the script should be modified. Or maybe I'm looking in the wrong place and have a different problem.

              cmd = UI;;Command.new(Strings["Decimal"]) { toggle_units(5) }
              > cmd.small_icon = "CD_ICONS/TWEAK/tudec16.png"
              > cmd.large_icon = "CD_ICONS/TWEAK/tudec24.png"
              > 	    
              > 
              

              You are right πŸ˜’ - I copied the files over without looking at then [I didn't use this tool at all]
              I've now updated the zip http://forums.sketchucation.com/viewtopic.php?p=81391#p81391 so that it has the correct folder specified for the icons !

              TIG

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

                Thank you, TIG. I'm amazed that I sorted out the problem correctly. I must be learning from watching you.

                Etaoin Shrdlu

                %

                (THERE'S NO PLACE LIKE)

                G28 X0.0 Y0.0 Z0.0

                M30

                %

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

                  Hi all.
                  Sorry for my absence, for now I don't often use SU. Thank you TIG to be here... 😳

                  Frenglish at its best !
                  My scripts

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

                    [floatr:2nr8pix2][/floatr:2nr8pix2]Great Plugin Matt. Works great for me. Thank You.

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

                      Hi all.
                      Plugin updated with a new tool (Toolbar manager): You can now choose icons you want to display in the toolbar.
                      Thanks to Thomthom and TIG!

                      LINK: http://forums.sketchucation.com/viewtopic.php?p=81391#p81391

                      Frenglish at its best !
                      My scripts

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

                        Do not hesitate to tell me if something goes wrong... I'm new with HTML and JAVASCRIPT...

                        Frenglish at its best !
                        My scripts

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          driven
                          last edited by

                          Hi Mat,

                          on my mac if I instal this correctly and open SU

                          Unless, I use the manager, make a change and then quit

                          SU actually crashes when I close a window and I get a report dialog.

                          When I remove this ruby, everything works as it should, if put it back again problem returns.

                          it make no difference if I use or don't use the plugin, only if it's installed.

                          %(#BF0040)[28 com.google.sketchupfree8 0x004a9316 std::vector<CSketchUpToolbar::CToolBarItem, std::allocatorCSketchUpToolbar::CToolBarItem >::_M_insert_aux(__gnu_cxx::__normal_iterator<CSketchUpToolbar::CToolBarItem*, std::vector<CSketchUpToolbar::CToolBarItem, std::allocatorCSketchUpToolbar::CToolBarItem > >, CSketchUpToolbar::CToolBarItem const&) + 1968
                          29 com.google.sketchupfree8 0x004aa4ab std::vector<CSketchUpToolbar::CToolBarItem, std::allocatorCSketchUpToolbar::CToolBarItem >::_M_insert_aux(__gnu_cxx::__normal_iterator<CSketchUpToolbar::CToolBarItem*, std::vector<CSketchUpToolbar::CToolBarItem, std::allocatorCSketchUpToolbar::CToolBarItem > >, CSketchUpToolbar::CToolBarItem const&) + 6469
                          30 libCommonUtils.dylib 0x00a8538a CNotificationCenter::SendNotification(char const*, void*) + 202
                          31 com.google.sketchupfree8 0x004c1d48 non-virtual thunk to CTool::~CTool() + 3048
                          32 com.google.sketchupfree8 0x004c27c3 non-virtual thunk to CTool::~CTool() + 5731
                          33 com.google.sketchupfree8 0x00008335 0x1000 + 29493]

                          john

                          learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                            Hum Thomthom told me I had to use 'show' with windows and 'show_modal' with mac... I think this is the problem (because i completely forgot this!). I'll take a look soon thank you!

                            Frenglish at its best !
                            My scripts

                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              driven
                              last edited by

                              Hi Mat,
                              It actually seems to be something to do with the preference settings, which SU sends to the .plist on Mac.

                              .show and .show_modal never cause crashes, it's just the dialog disappears under the main window.
                              john

                              learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                                Hi!
                                See first post to download new version [v2.11].

                                • Mac bug fixed
                                • Add tool in extensions window.
                                  Big thanks to driven for his help! πŸ‘

                                LINK: http://forums.sketchucation.com/viewtopic.php?p=81391#p81391

                                Frenglish at its best !
                                My scripts

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

                                  thanks a lot..

                                  http://forums.sketchucation.com/posting.php?mode=reply&f=323&t=11745#

                                  thank you !!!

                                  feel free to click on my site http://www.ankitfolio.co.cc includes my blog page link within it

                                  :sunglasses:

                                  ankitdarda

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

                                    πŸ˜‰

                                    Frenglish at its best !
                                    My scripts

                                    1 Reply Last reply Reply Quote 0
                                    • U Offline
                                      ultimato andy
                                      last edited by

                                      where is the pluggin to download for sketchup 8? i cant find it!:(

                                      1 Reply Last reply Reply Quote 0
                                      • GaieusG Offline
                                        Gaieus
                                        last edited by

                                        @ultimato andy said:

                                        where is the pluggin to download for sketchup 8? i cant find it!:(

                                        Attached to the first post of the topic (usually at the bottom)

                                        Gai...

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

                                          Thank you Gaieus!

                                          Frenglish at its best !
                                          My scripts

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

                                            Great plugin~ I find it easy to switch from mm to M when just to measure the area of a plan now!

                                            paranoia is a higher form of awareness...

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

                                            Advertisement