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

    [Plugin] FullScreen v5.1.3 (25 April 2024)

    Scheduled Pinned Locked Moved Plugins
    285 Posts 79 Posters 388.1k Views 80 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.
    • D Offline
      DanBie
      last edited by

      Great. Good job! 😄

      1 Reply Last reply Reply Quote 0
      • R Offline
        RoCas777
        last edited by

        I have installed the plugin on SketchUp but I can't find the toolbar or the settings on Extensions menu or anywhere else 😞 😞 anyboydy had the same trouble and know how to fix it???
        Cheers!

        1 Reply Last reply Reply Quote 0
        • Dave RD Offline
          Dave R
          last edited by

          Read the first post in this thread. It clearly states it does not work on Mac.
          Screenshot - 3_25_2021 , 10_33_22 AM.png

          It also indicates that in the Extension Store entry.
          Screenshot - 3_25_2021 , 11_25_08 AM.png

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

          1 Reply Last reply Reply Quote 0
          • Y Offline
            yinliangxxxx
            last edited by

            Thank you Anton_S, I’m very sorry for my poor English, I can only use Google Translate to communicate, may I consider adding a multi-language library, it is convenient for other countries’ plug-in lovers to translate your plug-in, thank you again

            1 Reply Last reply Reply Quote 0
            • E Offline
              eseraphim
              last edited by

              Hi Anton, I was used AMS window settings but just upgraded to Fullscreen and SketchUp 2021.

              In SketchUp 2020 I had to shortcuts mapped -- one hid everything and went fullscreen and the other restored my window back to my working space -- it worked perfectly. However, I seem to be unable to do the same workflow with your latest update? Trays do not seem to want to show/hide whenever I apply saved settings, I have to check "trays and dialogs" to bring them back no matter what even if they are supposed to disappear as part of the saved settings -- additionally, I set a shortcut key to the apply saved settings, but it doesn't seem to do anything. Am I missing something? thank you for the help.

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

                Hi,

                I love the plugin, but I was wondering if it would be possible to have Sketchup save the toggle for floating toolbars. I have to hide the floating toolbars manually every time I restart Sketchup even though I use Fullscreen to hide them and click the save and check the "Apply Saved On Start" option.

                Thank you!
                Chris B.

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

                  @awadrummer said:

                  Hi,

                  I love the plugin, but I was wondering if it would be possible to have Sketchup save the toggle for floating toolbars. I have to hide the floating toolbars manually every time I restart Sketchup even though I use Fullscreen to hide them and click the save and check the "Apply Saved On Start" option.

                  Thank you!
                  Chris B.

                  Apparently I have the same problem, or maybe I don't quite understand how it works.
                  Still a great help.

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rv1974
                    last edited by

                    Try Fredo LOTT

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

                      @gianlucaf said:

                      @awadrummer said:

                      Hi,

                      I love the plugin, but I was wondering if it would be possible to have Sketchup save the toggle for floating toolbars. I have to hide the floating toolbars manually every time I restart Sketchup even though I use Fullscreen to hide them and click the save and check the "Apply Saved On Start" option.

                      Thank you!
                      Chris B.

                      Apparently I have the same problem, or maybe I don't quite understand how it works.
                      Still a great help.

                      Please update to version 5.1.0, where floating toolbars and dialogs are shown/hidden along with saved state.

                      Thanks

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

                        Bug: If you skip to the next scene with a shortcut, than its skipping 2 scenes in one step. Same thing backwards. (SU 2021 pro)

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

                          @joerg said:

                          Bug: If you skip to the next scene with a shortcut, than its skipping 2 scenes in one step. Same thing backwards. (SU 2021 pro)

                          Interesting find. Does that occur with the menu bar hidden or even with the menu bar visible?

                          Edit: I can reproduce the bug with the menu bar hidden. Working on a fix.

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

                            @anton_s said:

                            @joerg said:

                            Bug: If you skip to the next scene with a shortcut, than its skipping 2 scenes in one step. Same thing backwards. (SU 2021 pro)

                            Interesting find. Does that occur with the menu bar hidden or even with the menu bar visible?

                            Edit: I can reproduce the bug with the menu bar hidden. Working on a fix.

                            Hi Anton,
                            Thanks for your quick reply! As you suspected, the error only happens when the menu bar is hidden.
                            A fix would be great! Thank you for the effort.

                            1 Reply Last reply Reply Quote 0
                            • fredo6F Offline
                              fredo6
                              last edited by

                              If te menu bar is truly hidden (at Windows level), then NO custom shortcut will work.

                              What I do in LOTT is to increase the size of the Sketchup window so that the menu bar is outside the screen.

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

                                @fredo6 said:

                                If te menu bar is truly hidden (at Windows level), then NO custom shortcut will work.

                                What I do in LOTT is to increase the size of the Sketchup window so that the menu bar is outside the screen.

                                In fullscreen, I read all the sketchup shortcut and have my own keyboard WM_KEY_DOWN message handler which triggers the associated commands when the menubar is hidden.

                                As an alternative, with regards to moving the window above, I believe you can get the height of the menubar and then use SetWindowPos with start position to be negative menubar height and and height to be screenheight + menubar height.

                                To get menubar height: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getmenubarinfo?redirectedfrom=MSDN

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

                                  @joerg said:

                                  Hi Anton,
                                  Thanks for your quick reply! As you suspected, the error only happens when the menu bar is hidden.
                                  A fix would be great! Thank you for the effort.

                                  Updated!

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

                                    Essa extensão é uma das melhores que eu já baixei, colocando atalhos de teclado nela fica uma delicia o ambiente. Muito obrigado e parabéns por tornar o SketchUp MELHOR. 👊 👊 😎

                                    1 Reply Last reply Reply Quote 0
                                    • designerbursaD Offline
                                      designerbursa
                                      last edited by

                                      c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/ams_windowsettings/imagesui.png

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

                                        @designerbursa said:

                                        c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/ams_windowsettings/imagesui.png

                                        Why am I getting this error in ruby console?

                                        It's a console log. Forgot to remove. Not an error.

                                        1 Reply Last reply Reply Quote 0
                                        • R Offline
                                          rv1974
                                          last edited by

                                          Anton could your tool apply dark theme to SU's UI elements? I'm so tired of this white\light grey
                                          Thank you

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

                                            @rv1974 said:

                                            Anton could your tool apply dark theme to SU's UI elements? I'm so tired of this white\light grey
                                            Thank you

                                            Sorry. Don't want to waste my time on this. This is something SketchUp should do on their end.

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

                                            Advertisement