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

    [Plugin]ToolsInDialog

    Scheduled Pinned Locked Moved Plugins
    19 Posts 8 Posters 25.5k Views 8 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
      rv1974
      last edited by

      Thanks God I'm not epileptic

      1 Reply Last reply Reply Quote 0
      • 4 Offline
        4dHans
        last edited by

        Does anyone want a color change?

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

          Or at least explain how to customize it! πŸ‘Š

          TIG

          1 Reply Last reply Reply Quote 0
          • 4 Offline
            4dHans
            last edited by

            @tig said:

            Or at least explain how to customize it! πŸ‘Š

            in the stuff folder, there are html pages, and folders called 'ddtabmenufiles' and 'dropdowntabs' containing inside css files. To customize you need a good understanding of css and html.

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

              For example ? .css file

              ...
                background; rgb(148,0,255);
              ...
              legend {
                color; rgb(255,255,120);
                font-family; Old English Text MT;
              ...
              

              set colors and fonts - the two main issues here ??

              TIG

              1 Reply Last reply Reply Quote 0
              • 4 Offline
                4dHans
                last edited by

                @tig said:

                For example ? .css file

                ...
                >   background; rgb(148,0,255);
                > ...
                > legend {
                >   color; rgb(255,255,120);
                >   font-family; Old English Text MT;
                > ...
                

                set colors and fonts - the two main issues here ??

                yeah. Just like that. In the html page, I had:

                <link href="ddtabmenufiles/overlap.css" rel="stylesheet" type="text/css">
                <div class="ddoverlap">
                <ul>
                <li class="selected"><a href="Home.html" title="Home"><span>Home</span></a></li>
                <li><a href="Draw.html" title="Draw"><span>Draw</span></a></li>
                <li><a href="Edit.html" title="Edit"><span>Edit</span></a></li>
                <li><a href="View.html" title="View"><span>View</span></a></li>
                <li><a href="Utilities.html" title="Utilities"><span>Utilities</span></a></li>
                <li><a href="Dialog.html" title="Dialogs"><span>Dialogs</span></a></li>
                <li><a href="Help.html" title="Help"><span>Help</span></a></li>
                </ul>
                </div>
                <br style="clear; left;" />
                
                1 Reply Last reply Reply Quote 0
                • D Offline
                  DIEGO-RODRIGUEZ
                  last edited by

                  excellent tool.thank you very much
                  it possible add more plugins?
                  the user add more plugins

                  1 Reply Last reply Reply Quote 0
                  • 4 Offline
                    4dHans
                    last edited by

                    @diego-rodriguez said:

                    excellent tool.thank you very much
                    it possible add more plugins?
                    the user add more plugins

                    πŸ˜„ What plugins were you thinking?
                    I probably can't add any of Fredo 6's amazing plugins - I scaned throughout the files and found no words like "UI::Toolbar.new "FredoScale" as you would expect to find.
                    I will put some updated/different/new plugins in the next update.

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      DIEGO-RODRIGUEZ
                      last edited by

                      my idea is create one organizator of plugins similar to video

                      1 Reply Last reply Reply Quote 0
                      • 4 Offline
                        4dHans
                        last edited by

                        @diego-rodriguez said:

                        my idea is create one organizator of plugins similar to video

                        That is a good idea.

                        1 Reply Last reply Reply Quote 0
                        • H Offline
                          Heven7_floor
                          last edited by

                          Thanks for tool icon manage plug-in, I am away face trouble, and long waiting for plug-in like this, THANK MUCH

                          1 Reply Last reply Reply Quote 0
                          • 4 Offline
                            4dHans
                            last edited by

                            @heven7_floor said:

                            Thanks for tool icon manage plug-in, I am away face trouble, and long waiting for plug-in like this, THANK MUCH

                            Your Welcome! πŸ˜„

                            1 Reply Last reply Reply Quote 0
                            • thomthomT Offline
                              thomthom
                              last edited by

                              @4dhans said:

                              Does anyone want a color change?

                              I'd vote for that. More neutral background so the focus shifts to the buttons - not the background.
                              And a single font for the whole UI - preferable a sans-serif as they read better in smaller size on screen. Gothic is a brute type that is not very readable on any medium.

                              With some minor changes like that to calm the UI down it looks like a useful tool.

                              Is it customizable?

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

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

                                Can't load to SU 8???

                                1 Reply Last reply Reply Quote 0
                                • 4 Offline
                                  4dHans
                                  last edited by

                                  @milunice259 said:

                                  Can't load to SU 8???

                                  What do you mean? You must have windows for this plugin. Also, make sure you have the additional scripts from google's sketchup page, third - this plugin must be in the regular plugins folder, not in "compatibility" files. Tell me any issues you are having.

                                  1 Reply Last reply Reply Quote 0
                                  • 4 Offline
                                    4dHans
                                    last edited by

                                    @thomthom said:

                                    @4dhans said:

                                    Does anyone want a color change?

                                    I'd vote for that. More neutral background so the focus shifts to the buttons - not the background.
                                    And a single font for the whole UI - preferable a sans-serif as they read better in smaller size on screen. Gothic is a brute type that is not very readable on any medium.

                                    With some minor changes like that to calm the UI down it looks like a useful tool.

                                    Is it customizable?

                                    πŸ˜• I haven't got that figured out, but eventually it will be.

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

                                      Nice tool display. It incorporates something I am trying to do in ruby. When I have several entities selected, how can I create a group of the selected entities? I know how to do it with this tool but how do I push the "Make Group" button programmatically using a ruby plugin? Can't find a send_action that works. ToolsInDialog appears to be doing it in the code somewhere.

                                      1 Reply Last reply Reply Quote 0
                                      • 4 Offline
                                        4dHans
                                        last edited by

                                        @dvonhausen said:

                                        Nice tool display. It incorporates something I am trying to do in ruby. When I have several entities selected, how can I create a group of the selected entities? I know how to do it with this tool but how do I push the "Make Group" button programmatically using a ruby plugin? Can't find a send_action that works. ToolsInDialog appears to be doing it in the code somewhere.

                                        I guess you would have to call the method 'groupin', and luckily i dont think file referencing is needed it this case because ruby inherits every loaded method name on starting the application.

                                        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