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.
    • 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
                                        • D Offline
                                          driven
                                          last edited by

                                          Hi.
                                          I don't think it's a Lion issue... per say

                                          on the mac the MF_UNCHECKED MF_CHECKED just doesn't work to your advantage, and after a few wrong combinations, it stops switching the screen text, although console says it's working.

                                          if you run it with RC open you can see that your better off re-clicking the currently selected first, to turn the shadow off, then changing. it's a drag, but SU enabled the native buttons behavior to latch and when it also coded to latch....

                                          the mac native SU button code needs to be modified, then we can have buttons the toggles, like 'some' native SU ones that were set up correctly.

                                          as a stop gap I changed the MF_CHECKED to MF_UNCHECKED, which sightly reduces confusion.
                                          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
                                          • mariochaM Offline
                                            mariocha
                                            last edited by

                                            Well, no luck here on OS X Lion, with v 2.11
                                            Only the first 4 icons and the 2 setting the precision work; And the greyed out icons stays on when it should go out.


                                            toggle-units Mac.png

                                            %(#008000)[Mario C.
                                            Every rule has exceptions, but some.]

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

                                            Advertisement