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

    [Plugin] LaunchUp – A Quick Launcher for SketchUp

    Scheduled Pinned Locked Moved Plugins
    108 Posts 33 Posters 86.3k Views 33 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.
    • L Offline
      lionk
      last edited by

      Hi Aerillus
      some minor issues and suggestions:
      1.LaunchUpOption dialog cannot close in 1.0.6 still
      2.I can only click the blank outside text(Type to search...) to active the search dialog
      3.maybe this js can help it gains focus:
      document.onmouseover = function(e) {if (document.all && !event.fromElement) window.focus();}
      4.it'll be better if the menu item can toggle, so we can use shortcut to open and close it
      5.performance is not well in Windows XP 😢 could you improve it?
      lup_winxp.jpg

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

        Hi lionk,
        thanks for the suggestions! As I see you are (probably) using Internet Explorer 6? I have to admit, I didn't consider IE6. Microsoft doesn't provide any download for it and recommends not to use it because of its age, bugs and security issues. If you can update to a newer version that could improve it.
        At the moment I am trying whether I can get it work well with Internet Explorer 6.

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

          Let IE6 die already. The amount of work to adjust to that engine is just... way too much.

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

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

            A new version 1.0.7 is available.
            • on OS X, sometimes the dialog didn't resize, giving the impression that the visibility of the History was not remembered.
            • changing options in the options dialog did not always give visual feedback. Now it is also indicated if input was invalid.
            • the dialog should now (better) focus when it starts
            • the menu indicates now whether the dialog is visible
            • it now supports IE7

            I did not yet make the menu item a toggle, because at the moment you can use a shortcut to bring up the dialog immediately (focus the dialog or open it if it isn't open). A toggle would mean you accidentially close the dialog when you didn't see it was already open.

            I couldn't make it work with IE6 (but maybe it's now better). There are issues that are not bugs of the plugin but of Internet Explorer, and that I can't work around. Microsoft has fixed most of them with IE7 and IE8.

            There is a little issue on OS X: the resizing corner covers partly the History button. If I turned of the resizing corner, it wouldn't be possible to change the dialog's width on OS X.

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

              I assigned F5 to Launch up. I find that if I trigger the hotkey while LU is still open it stops working and I need to reopen the window.

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

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

                Oh! It remembers your last used items and place them on top! Nice!

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

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

                  I also occasionally see the "Type to search..." string under text that has been entered. Can't quite reliably reproduce it though.

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

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

                    I forgot to add:
                    • it is now possible to close the dialog when pressing the escape key.

                    Isn't F5 the reload shortcut? I might have to test that reloading the JavaScript doesn't break it, or I add an override to prevent F5.

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

                      Ah! Duh! Yea - I wasn't thinking of that. It's just that I've used all the "normal" keys.

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

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

                        hi AE,

                        for some reason the dialog window always starts bottom left corner, pinned, unpinned, same session or even after I close SU with it open.

                        john

                        mac...

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

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

                          something wrong in options at "custom color"

                          1 Reply Last reply Reply Quote 0
                          • L Offline
                            lionk
                            last edited by

                            well done!thanks you!
                            another bug...
                            if I type some Chinese characters like "面"(it means "face"), there will be an error in ruby console and get no search results, then unable to search again.
                            ![Error: #<SyntaxError: (eval):1:in initialize': compile error (eval):1: unterminated string meets end of file (eval):1: syntax error, unexpected $end, expecting ']' ["look_up", "é?¢"]#16 ^>](/uploads/imported_attachments/x92F_20130416111835.jpg "Error: #<SyntaxError: (eval):1:in initialize': compile error
                            (eval):1: unterminated string meets end of file
                            (eval):1: syntax error, unexpected $end, expecting ']'
                            ["look_up", "é?¢"]#16
                            ^>")
                            in light of this, i found these punctuations "?()[]{}+*" also make mistakes.

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

                              Thanks for finding that!
                              I also solved the custom color issue and will probably have an update later today.

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

                                Version 1.0.8 is available:
                                • I fixed the issue with invalid/incomplete custom colors.
                                • I fixed the error with 面?()[]{}+*
                                • and reloading the webdialog (F5) doesn't break it anymore.

                                1 Reply Last reply Reply Quote 0
                                • L Offline
                                  lionk
                                  last edited by

                                  @aerilius said:

                                  Version 1.0.8 is available:
                                  • I fixed the issue with invalid/incomplete custom colors.
                                  • I fixed the error with 面?()[]{}+*
                                  • and reloading the webdialog (F5) doesn't break it anymore.

                                  punctuation is OK but some Chinese characters still arise same error.
                                  for example 面 领 到 认 封...not all the Chinese characters,just a few.i have no idea what caused this...encoding? ❓

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

                                    Version 1.0.9 contains a quick fix, please update.

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

                                      Please update LaunchUp as soon as possible!
                                      It contains fixes for menu gray-out avoidance.
                                      Thank you.

                                      1 Reply Last reply Reply Quote 0
                                      • Rich O BrienR Offline
                                        Rich O Brien Moderator
                                        last edited by

                                        Added update to store

                                        Download the free D'oh Book for SketchUp 📖

                                        1 Reply Last reply Reply Quote 0
                                        • F Offline
                                          function
                                          last edited by

                                          oh man i was wondering why that was happening! Thanks for the update

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

                                            @aerilius said:

                                            Please update LaunchUp as soon as possible!
                                            It contains fixes for menu gray-out avoidance.
                                            Thank you.

                                            version 10 only show native sketchup plugins on my computer; components (with CLibraries_Loader.rb) or added plugins are not proposed anymore in the launchup window

                                            maybe i missed sometinhing...

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

                                            Advertisement