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

    [Plugin] CleanUp

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

      @thomthom said:

      I hope it's a bug in that beta version.

      just did some checking and it's not a bug or a beta,
      it's now the current update with new security 'features'...
      5.0.6 for Leopard or 5.1 for Snow and Lion,
      anyone with auto update will already have this as well, there are no changes since the pre-release...

      @thomthom said:

      (btw - how did you edit the mac scrollbars? I thought only IE allowed that to be changed...)
      Webkit psuedo elements, here's a link with detailshttp://css-tricks.com/9130-custom-scrollbars-in-webkit/
      I did a close[ish] match for Selection Toys
      by dropping this into ui.css

      ;;-webkit-scrollbar
      {
          width; 12px;
      }
      
       ;;-webkit-scrollbar-thumb
      { 
          background; rgba(255, 255, 255, .25);
          border; solid 1px rgba(0, 0, 0, .25); 
      }
      ;;-webkit-scrollbar-thumb;vertical,{
      }
      
      ;;-webkit-scrollbar-thumb;hover
      {
         background-color; rgba(0, 255, 0, .25);
         border; solid 1px rgba(0, 0, 0, .25);
      }
      
      ;;-webkit-scrollbar-track-piece
      {
          background; rgba(0, 0, 0, .05);
          border;none;
          border-left; solid 1px rgba(255, 255, 255, .1);
      }
      
      ;;-webkit-scrollbar-corner
      {
          display; none;
      }
      

      for Cleanup I just dropped in the version I use as a Safari alternate CSS,

      /* blendin mods */
      
      ;;-webkit-scrollbar
      {
          width; .5em;
          height; .5em;
      }
      
       ;;-webkit-scrollbar-thumb
      {
          background;  transparent; 
          -webkit-border-radius; 1em;
          border; solid 1px rgba(0, 0, 0, .05);
          background; -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(0, 0, 0, .25))); 
         
      }
      ;;-webkit-scrollbar-thumb;vertical,{
      }
      
      ;;-webkit-scrollbar-thumb;hover
      {
      background-color; rgba(0, 255, 0, .5);
      }
      
      ;;-webkit-scrollbar-button;start;decrement, ;;-webkit-scrollbar-button;end;increment
      {
          display; block;
          height; .5em;
          width; .5em;
          -webkit-border-radius; 1em;
          background; rgba(0, 0, 0, .05);
          border; solid 1px rgba(0, 0, 0, .05);
      }
      
      ;;-webkit-scrollbar-track-piece
      {
          background; rgba(0, 0, 0, .05);
          display; block;
          margin; .5em;
          -webkit-border-radius; 1em;
          border; solid 1px rgba(0, 0, 0, .05);
      }
      
      ;;-webkit-scrollbar-corner
      {
          display; none;
      }
      /* end of blendin mods */
      

      you can set them here for Safari, WebDialogs need the css includedon all websites, iFrames can be flakey...

      have a good vacation

      john

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

      1 條回覆 最後回覆 回覆 引用 0
      • thomthomT 離線
        thomthom
        最後由 編輯

        @driven said:

        @thomthom said:

        I hope it's a bug in that beta version.

        just did some checking and it's not a bug or a beta,
        it's now the current update with new security 'features'...
        5.0.6 for Leopard or 5.1 for Snow and Lion,
        anyone with auto update will already have this as well, there are no changes since the pre-release...

        Ah pooh! Cursed - now I got to dig into this new ... thing - whatever it is. Thanks for reporting though.

        And thanks for the webkit CSS tip. 👍 👍

        Thomas Thomassen — SketchUp Monkey & Coding addict
        List of my plugins and link to the CookieWare fund

        1 條回覆 最後回覆 回覆 引用 0
        • Rich O BrienR 離線
          Rich O Brien Moderator
          最後由 編輯

          Something's up with this .skp?

          uninitialized constant TT;;Sketchup
          
          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_cleanup.rb;456;in `cleanup!'
          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_cleanup.rb;442;in `show_cleanup_ui'
          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_Lib2/inputbox.rb;161;in `call'
          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_Lib2/inputbox.rb;161;in `initialize'
          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_Lib2/inputbox.rb;144;in `call'
          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_Lib2/inputbox.rb;144;in `close'
          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_Lib2/inputbox.rb;144;in `initialize'
          

          TT_CleanUp_Error.skp

          Download the free D'oh Book for SketchUp 📖

          1 條回覆 最後回覆 回覆 引用 0
          • Rich O BrienR 離線
            Rich O Brien Moderator
            最後由 編輯

            Actually getting this on any file?

            Download the free D'oh Book for SketchUp 📖

            1 條回覆 最後回覆 回覆 引用 0
            • thomthomT 離線
              thomthom
              最後由 編輯

              @unknownuser said:

              Actually getting this on any file?

              Yer CleanUp is out of date!

              Thomas Thomassen — SketchUp Monkey & Coding addict
              List of my plugins and link to the CookieWare fund

              1 條回覆 最後回覆 回覆 引用 0
              • Rich O BrienR 離線
                Rich O Brien Moderator
                最後由 編輯

                Yer dead right 👍

                I'd forgotten I'd updated TT_Lib2 with Quad Tools. My bad.

                Download the free D'oh Book for SketchUp 📖

                1 條回覆 最後回覆 回覆 引用 0
                • thomthomT 離線
                  thomthom
                  最後由 編輯

                  Ye!

                  Thomas Thomassen — SketchUp Monkey & Coding addict
                  List of my plugins and link to the CookieWare fund

                  1 條回覆 最後回覆 回覆 引用 0
                  • W 離線
                    wrc86
                    最後由 編輯


                    http://img580.imageshack.us/img580/8752/capturadepantalla201108ft.th.png

                    it's not working for me, it doesn't show any error when I start SU
                    It just to work with my old OS, now I'm working with OS X LION

                    1 條回覆 最後回覆 回覆 引用 0
                    • thomthomT 離線
                      thomthom
                      最後由 編輯

                      @wrc86 said:


                      http://img580.imageshack.us/img580/8752/capturadepantalla201108ft.th.png

                      it's not working for me, it doesn't show any error when I start SU
                      It just to work with my old OS, now I'm working with OS X LION

                      hm... not sure what it could be. with no error message at all.

                      can you open the Ruby Console before you try to use CleanUp and see if you get any messages there?

                      Thomas Thomassen — SketchUp Monkey & Coding addict
                      List of my plugins and link to the CookieWare fund

                      1 條回覆 最後回覆 回覆 引用 0
                      • S 離線
                        Sakika
                        最後由 編輯

                        This might be a "stupid" question, but how do i install this plugin on sketchup? Because it is an .rb file and i dont know what program to open it?!

                        Thanks,
                        Sakika

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

                          Sakika

                          You really need to read some help files on general 'basic Plugin installation' 😕

                          You do not need to 'open' a Ruby .rb file at all [you can open it with a plain-text-editor and read it, as there are often 'notes' at the start, but its main contents might not be very easy to understand!].
                          You simply put the .rb file into the ../Sketchup../Plugins folder [there's a folder tree diagram].
                          Note that this particular tool also needs a 'TT_Lib2' - there's a link to get it on the tool's first 'download' page - this is a zipped folder of extra 'helper' files. The folder goes into Plugins with its files still inside it [there's a folder tree diagram to help you too] - Note: never move files out of these subfolders as it will break things! You then need to restart Sketchup to get everything operating.

                          The new tool will become available to you as explained in its installation/usage note... For this tools there's some 'Access' instructions and a screenshot of the menu item you should see...

                          TIG

                          1 條回覆 最後回覆 回覆 引用 0
                          • S 離線
                            Sakika
                            最後由 編輯

                            Thanks for ur help TIG

                            I really Apreciate it!

                            Sakika

                            1 條回覆 最後回覆 回覆 引用 0
                            • B 離線
                              bonobomidwest
                              最後由 編輯

                              Thanks man. This was a HUGE help.

                              1 條回覆 最後回覆 回覆 引用 0
                              • thomthomT 離線
                                thomthom
                                最後由 編輯

                                I split off the discussion of the issues with Safari 5.0.6 into a separate thread: http://forums.sketchucation.com/viewtopic.php?f=180&t=39842

                                Thomas Thomassen — SketchUp Monkey & Coding addict
                                List of my plugins and link to the CookieWare fund

                                1 條回覆 最後回覆 回覆 引用 0
                                • thomthomT 離線
                                  thomthom
                                  最後由 編輯

                                  OSX Users:
                                  Download TT_Lib 2.5.5 for a patch that will fix the empty window.
                                  http://forums.sketchucation.com/viewtopic.php?f=323&t=30503

                                  Thomas Thomassen — SketchUp Monkey & Coding addict
                                  List of my plugins and link to the CookieWare fund

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • thomthomT 離線
                                    thomthom
                                    最後由 編輯

                                    Version 3.1.5
                                    Minor update to fix an internal GC issue.

                                    Thomas Thomassen — SketchUp Monkey & Coding addict
                                    List of my plugins and link to the CookieWare fund

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • S 離線
                                      small08
                                      最後由 編輯

                                      Thank-you TT, for all your hard work.

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • D 離線
                                        driven
                                        最後由 編輯

                                        @thomthom said:

                                        Version 3.1.5
                                        Minor update to fix an internal GC issue.

                                        should this remove the html temp files?

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

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • B 離線
                                          Ben Ritter
                                          最後由 編輯

                                          Thank you!

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • P 離線
                                            putnik
                                            最後由 編輯

                                            Thank you Tom!

                                            http://keshas.info

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 35
                                            • 36
                                            • 37
                                            • 38
                                            • 39
                                            • 48
                                            • 49
                                            • 37 / 49
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement