sketchucation logo sketchucation
    • 登入
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download

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

    已排程 已置頂 已鎖定 已移動 Plugins
    285 貼文 79 Posters 411.6k 瀏覽 80 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • Y 離線
      yinliangxxxx
      最後由 編輯

      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 條回覆 最後回覆 回覆 引用 0
      • E 離線
        eseraphim
        最後由 編輯

        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 條回覆 最後回覆 回覆 引用 0
        • A 離線
          awadrummer
          最後由 編輯

          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 條回覆 最後回覆 回覆 引用 0
          • G 離線
            gianlucaf
            最後由 編輯

            @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 條回覆 最後回覆 回覆 引用 0
            • R 離線
              rv1974
              最後由 編輯

              Try Fredo LOTT

              1 條回覆 最後回覆 回覆 引用 0
              • A 離線
                Anton_S
                最後由 編輯

                @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 條回覆 最後回覆 回覆 引用 0
                • J 離線
                  joerg
                  最後由 編輯

                  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 條回覆 最後回覆 回覆 引用 0
                  • A 離線
                    Anton_S
                    最後由 編輯

                    @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 條回覆 最後回覆 回覆 引用 0
                    • J 離線
                      joerg
                      最後由 編輯

                      @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 條回覆 最後回覆 回覆 引用 0
                      • fredo6F 離線
                        fredo6
                        最後由 編輯

                        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 條回覆 最後回覆 回覆 引用 0
                        • A 離線
                          Anton_S
                          最後由 編輯

                          @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 條回覆 最後回覆 回覆 引用 0
                          • A 離線
                            Anton_S
                            最後由 編輯

                            @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 條回覆 最後回覆 回覆 引用 0
                            • L 離線
                              LeoHominis
                              最後由 編輯

                              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 條回覆 最後回覆 回覆 引用 0
                              • designerbursaD 離線
                                designerbursa
                                最後由 編輯

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

                                1 條回覆 最後回覆 回覆 引用 0
                                • A 離線
                                  Anton_S
                                  最後由 編輯

                                  @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 條回覆 最後回覆 回覆 引用 0
                                  • R 離線
                                    rv1974
                                    最後由 編輯

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

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • A 離線
                                      Anton_S
                                      最後由 編輯

                                      @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 條回覆 最後回覆 回覆 引用 0
                                      • R 離線
                                        rv1974
                                        最後由 編輯

                                        @anton_s said:

                                        @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.

                                        Too bad 😞 We'll soon celebrate 25 years with this pesky white.

                                        @unknownuser said:

                                        This is something SketchUp should do on their end

                                        not funny

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • A 離線
                                          Anton_S
                                          最後由 編輯

                                          @rv1974 said:

                                          Too bad 😞 We'll soon celebrate 25 years with this pesky white.

                                          Well you gotta appreciate the light and bright sometimes 😛

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • R 離線
                                            rv1974
                                            最後由 編輯

                                            Yeah with this white I can illuminate the room at night without turning the light on. Good for bills

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 14
                                            • 15
                                            • 1 / 15
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement