• Login
sketchucation logo sketchucation
  • Login
🤑 30% Off | Artisan 2 on sale until April 30th Buy Now

[Plugin] Custom Toolbars Plugin

Scheduled Pinned Locked Moved Plugins
121 Posts 43 Posters 61.9k Views
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.
  • D Offline
    Dave R
    last edited by 3 Jun 2008, 23:59

    @jim said:

    @jim said:

    Just curious if anyone discovered the "double" meaning of some of the icons? 😄

    Nathan Cheever (alz) is the one who did all the work and deserves all the kudos for the custom icons. Thanks again, Nathan!

    No one? Oh well. Try double-clicking one of the Edge Styles buttons; like Display Profiles. Not all buttons support double-clicking, though.

    That's way cool! I'd never have found it on my own, though. 👍 👍

    Etaoin Shrdlu

    %

    (THERE'S NO PLACE LIKE)

    G28 X0.0 Y0.0 Z0.0

    M30

    %

    1 Reply Last reply Reply Quote 0
    • S Offline
      ScottPara
      last edited by 4 Jun 2008, 15:34

      Very nice.

      Scott

      Love the fact that some HATE my avatar.....

      1 Reply Last reply Reply Quote 0
      • P Offline
        PKast
        last edited by 8 Jun 2008, 08:49

        The new icons are great touch to the whole.

        One command that you might consider, which is buried deep, Toggle crosshairs on and off.

        Best,

        1 Reply Last reply Reply Quote 0
        • J Offline
          Jim
          last edited by 8 Jun 2008, 09:29

          Unfortunately, there is no way to set or get the crosshairs option using Ruby.

          Hi

          1 Reply Last reply Reply Quote 0
          • C Offline
            CadFather
            last edited by 8 Jun 2008, 10:45

            hi Jim, i had a look at all the commands - 'is that it', or is there a way for me to add others - for example sandbox tools?

            or... is there a list of all available su commands (not included in your plugin) i can try to tweak with one of your existing examples?

            (fantastic plugin/icons btw)

            1 Reply Last reply Reply Quote 0
            • J Offline
              Jim
              last edited by 8 Jun 2008, 12:01

              @cadfather said:

              hi Jim, i had a look at all the commands - 'is that it', or is there a way for me to add others - for example sandbox tools?

              or... is there a list of all available su commands (not included in your plugin) i can try to tweak with one of your existing examples?

              (fantastic plugin/icons btw)

              I am working on including a way for anyone to add their own commands. I would like to keep it separated from the "offical" release, so likely will have a "user" folder for these.

              Hi

              1 Reply Last reply Reply Quote 0
              • C Offline
                CadFather
                last edited by 8 Jun 2008, 12:44

                great.. it could become the best way if google does not address the present toolbar layout nightmare

                1 Reply Last reply Reply Quote 0
                • C Offline
                  cornel
                  last edited by 10 Jul 2008, 17:22

                  %(#0080FF)[PKast wrote:”
                  “One command that you might consider, which is buried deep, Toggle crosshairs on and off.”
                  Jim wrote:
                  Unfortunately, there is no way to set or get the crosshairs option using Ruby.]

                  🎉
                  I’m curious if Ruby can toggle (artificially) “Display crosshairs” check-box by causing a mimic of Window Key-suite…!
                  1.If ‘Click-drag-release’ radio-button is selected:
                  Alt+W, P,P, Enter, D, Tab, Tab, Tab, Tab, Spacebar, Enter
                  2.If ‘Autodetect’ or ‘Click-move-click’ radio-button is selected:
                  Alt+W, P,P, Enter, D, Tab, Tab, Tab, Tab, Tab, Spacebar, Enter

                  Cornel

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    nankyo
                    last edited by 28 Jul 2008, 16:49

                    But how for example I can add toolbars of my own, I got many one-button TB and I want to combine them all in 1, like that also, I won't have to spend 20 min on arranging the toolbar anytime.... is it possible to make it user friendly add add buttons?

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      Jim
                      last edited by 29 Jul 2008, 22:08

                      @nankyo said:

                      But how for example I can add toolbars of my own, I got many one-button TB and I want to combine them all in 1, like that also, I won't have to spend 20 min on arranging the toolbar anytime.... is it possible to make it user friendly add add buttons?

                      Right now, there is no easy way to add your own buttons. If you have a specific button you would like available, I can add it to the list.

                      Hi

                      1 Reply Last reply Reply Quote 0
                      • utilerU Offline
                        utiler
                        last edited by 30 Jul 2008, 00:25

                        Cheers Jim for a great solution!!!!

                        I need to get here a big more frequently, I miss so much!!! 👍

                        purpose/expression/purpose/....

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          CadFather
                          last edited by 30 Jul 2008, 10:52

                          Hi Jim, i actually have a request for a button (perhaps it's more a new script or added to the ruby toolbar)

                          basically i imagine a button that when pressed can call/load a script previously assigned: and that i can change/reassign a different script.. how does that sound?

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            Matt666
                            last edited by 30 Jul 2008, 11:09

                            Hi Jim !
                            Is it possible to create a button that changes its icon depending on the result of the function? All icons are created before, and result of the function gives the adress of the specific icon...

                            Frenglish at its best !
                            My scripts

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              Jim
                              last edited by 30 Jul 2008, 20:19

                              @cadfather said:

                              Hi Jim, i actually have a request for a button (perhaps it's more a new script or added to the ruby toolbar)

                              basically i imagine a button that when pressed can call/load a script previously assigned: and that i can change/reassign a different script.. how does that sound?

                              Yes, this can be done. I use a similar technique when writing and testing my scripts. I have a load and reload button. Load lets me browse for a Ruby script and then loads it. Reload reloads the last loaded script.

                              Can you clarify that you do mean to load a script, and not assign some selectable function to a single button?

                              Hi

                              1 Reply Last reply Reply Quote 0
                              • J Offline
                                Jim
                                last edited by 30 Jul 2008, 20:22

                                @matt666 said:

                                Hi Jim !
                                Is it possible to create a button that changes its icon depending on the result of the function? All icons are created before, and result of the function gives the adress of the specific icon...

                                I don't know, Matt. I'm not sure a Command can be modified after it is added to the Toolbar. Why not try and let us know? 😄

                                Hi

                                1 Reply Last reply Reply Quote 0
                                • C Offline
                                  CadFather
                                  last edited by 30 Jul 2008, 20:56

                                  Hi Jim, i do use the ruby toolbar to load the scripts.. but there are so many! i'm thinking of a way to load a script without browsing for it (click to open/load the tools)

                                  say there is a way to link a specific script to a button, eg. i make it load subdivide and smooth whenever it's clicked.

                                  say to another button i assign fredo's TOS. (ideally you can re-assign your favourite/s for different purposes)

                                  not loading all the plugins at startup would make opening SU a faster and simpler situation - knowing that by clicking an icon i open only the specific set of tools i actually need..

                                  the ruby masters could include their loader button with their plugin... 👍 or 👎 ?

                                  1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    Jim
                                    last edited by 30 Jul 2008, 22:02

                                    I don't see why not. Would be a sort of "Favorites" toolbar?

                                    I agree about not loading all the plugins at startup - this is exactly how I work. I keep only a few "essential" plugins in the Plugins folder, and load other as needed using the Ruby Toolbar Load button.

                                    Hi

                                    1 Reply Last reply Reply Quote 0
                                    • C Offline
                                      CadFather
                                      last edited by 30 Jul 2008, 22:24

                                      yes a favourites toolbar - having a custom button/s would be an advantage to start with.. eventually who knows what will happen with v7 and webdialogs.

                                      time eating difficult task?

                                      1 Reply Last reply Reply Quote 0
                                      • J Offline
                                        Jim
                                        last edited by 30 Jul 2008, 23:42

                                        @cadfather said:

                                        yes a favourites toolbar - having a custom button/s would be an advantage to start with.. eventually who knows what will happen with v7 and webdialogs.

                                        I can only hope I am not wasting my time on V7 built-in features.

                                        @unknownuser said:

                                        time eating difficult task?

                                        Not really. It's easy to create a toolbar button to load Subsmooth, but I can't get the SubSmooth icons to show using this method. We'd need to ask Whaat to fix that.

                                        Hi

                                        1 Reply Last reply Reply Quote 0
                                        • C Offline
                                          CadFather
                                          last edited by 31 Jul 2008, 00:35

                                          ..so you can load subsmooth but the icons toolbar doesn't show up 😒

                                          it's probably worth waiting for the next release of SU - i heard it's very soon........ 😆 (jokin')

                                          thanks Jim

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

                                          Advertisement