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

    [Plugin] LaunchIt v 1.4 (14 oct 2009)

    Scheduled Pinned Locked Moved Plugins
    30 Posts 12 Posters 41.3k Views 12 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.
    • J Offline
      Jim
      last edited by

      @a4chitect said:

      tbd: you're welcome. will look into the github, thx

      don't let this stop you from working on the plugin. Distributed version control software is nice, but can have a lengthy learning curve (my experience, at least.) If you're in it for the long haul, then learning to use git or mercurial is well worth the effort. If this is an occasional endeavor - maybe not so much.

      Hi

      1 Reply Last reply Reply Quote 0
      • J Offline
        Jim
        last edited by

        I was playing around with speech, and this could turn out to be a good interface for voice command control of SketchUp. It's not quite working - I can speak the word and it gets typed in the filter box, but for whatever reason the list is not filtered.

        Hi

        1 Reply Last reply Reply Quote 0
        • jeff hammondJ Offline
          jeff hammond
          last edited by

          doesn't seem to work on macs too well but... 😄

          this is built into OS X (it's not SU specific.. all apps have this ability)

          same deal, start typing some letters and all the options start popping up etc.. if you hover over a command for a second, it's path will be shown as well.. skindigo, fredo, etc works fine too..

          it's also sort of smart in that it won't display commands that aren't possible at the time (for instance, redo won't show up in the search if there's nothing to redo)

          i don't have anything to test it with but i'm almost positive voice cmmd will work.

          [flash=640,385:3v2nt73s]http://www.youtube.com/v/1HBmYx3w3W0&hl=en&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6[/flash:3v2nt73s]

          i'll add this.. it's a cool feature but the only time i use it is for obscure commands or when learning a new app.. once you know an app, shortcut keys are way better..

          dotdotdot

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

            Jim: I suppose that using speech for input doesn't trigger the OnKey event in the javascript - to perform the search

            Jeff: I envy you - because the built-in OS X functionality looks great. The whole purpose and idea of launchit was, that my plugins menu won't fit on the screen anymore, and gets 'randomized' very often - because of new plugin installations. I agree that using keyboard shortcuts is way better. I think that Google should consider integrating the shortcut preferences into the GUI. It provides the functionality of searching for commands already, but serves only to assign shortcuts.

            1 Reply Last reply Reply Quote 0
            • J Offline
              Jim
              last edited by

              How's the git repo coming?

              Hi

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

                Jim: I gave up on git or any other code repos for the time being. This plugin would probably not get developed by anyone else 😄

                1 Reply Last reply Reply Quote 0
                • J Offline
                  Jim
                  last edited by

                  @a4chitect said:

                  Jim: I gave up on git or any other code repos for the time being. This plugin would probably not get developed by anyone else 😄

                  I can understand. But I did actually want to look at this as the menu for a "Protable Plugins" project to create a plugins folder people can carry with them on a portable device.

                  Hi

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

                    you are welcome to use/reuse/change the code 😉

                    I would love someone to upgrade the command-extraction routine from present ruby files, the current version is weak (fails at extracting fredo6 commands, dynamic commands, and actually at all not simple ones)

                    I was hoping that all visiting ruby developers could agree on one method of the sketchup-top-menu and context-menu population, which could simplify any GUI replacement projects.

                    Even at this stage a GUI replacement in html+javascript could be easily done, thanks to the wonderful sketchup-ruby architecture.

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      gavvy
                      last edited by

                      😒
                      oh NO ,
                      IN YOUR V1.4 I get a lot of error BECAUSE OF your html FILES
                      is there times for us to disscusion through MSN or QQ?
                      I have some idea to your plugins

                      1 Reply Last reply Reply Quote 0
                      • O Offline
                        orei
                        last edited by

                        if i regenerate the list of ruby... doesn't appear all my ruby script.. why?? i've so many ruby.. but in the list there are only a part

                        1 Reply Last reply Reply Quote 0
                        • G Offline
                          gavvy
                          last edited by

                          now i have null your script and change some part of it .

                          1. Just use the Java script to Filit or return the command name ,then index the command in the command array.
                            because if you throuh the javascript to launch the below commands it get errors 😲
                            ========
                            Joint Push Pull|JointPushPull.execute 'J'|jointpushpull|jpp_j|Joint Push Pull
                            Vector Push Pull|JointPushPull.execute 'V'|jointpushpull|JPP_V|Vector Push Pull
                            Normal Push Pull|JointPushPull.execute 'N'|jointpushpull|JPP_N|沿法线挤出
                            Undo Push Pull|JointPushPull.redo|jointpushpull|JPP_Undo|返回
                            RDC_ROUND|RoundCorner.launch :RDC_ROUND_ ||RDC_icon_Round_16|Round corners in 3D
                            RDC_SHARP|RoundCorner.launch(:RDC_SHARP_, { :sharp => true }) ||RDC_icon_Sharp_16|Sharp corners in 3D
                            RDC_BEVEL|RoundCorner.launch(:RDC_BEVEL_, { :profile_type => ['C', 1] }) ||RDC_icon_Bevel_16|Bevel edges and corners
                            =======

                          the index code

                           ame=$launchitcmd.find{|n|n.index(params.to_s)}
                          

                          so i change to just to return the command name to ruby.

                          1. I try to use the winole.so to connect to the access file ,and the Excel files ,it work well and fast, 😄 but it must work on the mechine which have install the sofeware.

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

                            how comes not all my plugins get loaded into the menu 'weld' is not there for eg ...

                            1 Reply Last reply Reply Quote 0
                            • EdsonE Offline
                              Edson
                              last edited by

                              forgive me for being a bit on the dumb side, but this first post could declare what the plugin is supposed to do. it is only through reading the whole thread that one is able to understand its function.

                              edson mahfuz, architect| porto alegre • brasil
                              http://www.mahfuz.arq.br

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

                                hi a4chitect!! i installed your launchit plugin in my sketchup plugins folder... unfortunately when i start sketchup the following message appears

                                Error Loading File A4_launchit.rb
                                undefined method `file_loaded?' for #<Object:0xbd292d0 @ignorelist=["launchit", "indigo"]>

                                what should i do??

                                when you fail at something....you haven't really failed...you've found one way the thing will not work out

                                1 Reply Last reply Reply Quote 0
                                • G Offline
                                  glro
                                  last edited by

                                  This plugin seems a very good idea to me, because i experienced that too many icons make sketchup unstable

                                  gavvy: I modified the original code as you have indicated, and it seems to work better, but i still have a problem:

                                  If i uncheck "close?", the plugin seems to freeze, nothing happens; i can only use it once, and the box closes; each time i want to use it again, i have to open it again

                                  Did you experience the same problem?
                                  Is there a way to fix it?

                                  To have only the plugins i want in the box, i just deleted the lines corresponding to the unwanted plugins in "plugins.rb", and deleted "builtin-pc.rb" and "builtin.rb"


                                  ![problem when "close" is unchecked](/uploads/imported_attachments/acdk_A4launchitcloseproblem.jpg "problem when "close" is unchecked")

                                  1 Reply Last reply Reply Quote 0
                                  • G Offline
                                    glro
                                    last edited by

                                    @a4chitect said:

                                    [color=#4080BF]short tutorial:
                                    installation: 1. extract the provided zip file into your Sketchup\Plugins folder

                                    Future
                                    ...
                                    3.allow the choice of closing after launch to be saved/remembered

                                    This plugin might be a solution to the instability i noticed when too many icons are shown on sketchup screen

                                    one minor problem: only one operation at a time, the dialog box can not stay opened, even if i uncheck the "close" rectangle

                                    so i have to re open it each time i need it; any other solution?

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

                                    Advertisement