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.
    • chriC Offline
      chri
      last edited by

      Hi Anton

      You have done a great job ๐Ÿ‘

      Is-it difficult to create a file ( rb for example ) to change the commands language ?
      I have done a french example of what i mean on the next pictures .

      Bye
      Chri


      FULL SCREEN.png


      PLEIN ECRAN.png

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

        @archiea said:

        Thank you. I got it working on SU 2014 on Windows 8. Easy enough when it's clear. I've started using it using F12 to toggle. Great plugin!

        Very well, I'll add the description to first post. ๐Ÿ˜„

        @chri said:

        Is-it difficult to create a file ( rb for example ) to change the commands language ?

        Yeah, its quite difficult to translate webdialogs.

        I heard Aerilius created a method, that could translate the Webdialog, so we'll see.

        Thanks for request.

        1 Reply Last reply Reply Quote 0
        • JQLJ Offline
          JQL
          last edited by

          Hi Anton,

          I don't think this plugin is 2015 ready or is it?

          www.casca.pt
          Visit us on facebook!

          1 Reply Last reply Reply Quote 0
          • P Offline
            Pherim
            last edited by

            It's not, because AMS library isn't.

            1 Reply Last reply Reply Quote 0
            • CadFatherC Offline
              CadFather
              last edited by

              Thank you Master Anton!
              (can't believe i was even few weeks without WS!)

              laptop is smiling again. ๐Ÿ˜„ ๐Ÿ˜Ž

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

                @max

                That laptop is unique.

                Treasure it

                Download the free D'oh Book for SketchUp ๐Ÿ“–

                1 Reply Last reply Reply Quote 0
                • CadFatherC Offline
                  CadFather
                  last edited by

                  true... ๐Ÿ˜† and you should see it now!

                  PS. easy with your psychic powers.... (i sold it today) ๐Ÿ˜ฎ

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

                    They say there's one born every minute.

                    Download the free D'oh Book for SketchUp ๐Ÿ“–

                    1 Reply Last reply Reply Quote 0
                    • CadFatherC Offline
                      CadFather
                      last edited by

                      hahaha... not at all mister, this is a beast which should last plenty (unless you jinx it!) ๐Ÿ˜†

                      1 Reply Last reply Reply Quote 0
                      • CadFatherC Offline
                        CadFather
                        last edited by

                        only strange thing i found, the green settings window always pops up on start, even if i uncheck the option. not sure it's supposed to be that way.

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

                          @cadfather said:

                          only strange thing i found, the green settings window always pops up on start, even if i uncheck the option. not sure it's supposed to be that way.

                          It shouldn't show up if you uncheck the "Show on Start" option. I tested it on my Windows 7, SU8, 13, 14, and 15 64bit. Can you give give me your system background, such as OS and SU version?

                          1 Reply Last reply Reply Quote 0
                          • CadFatherC Offline
                            CadFather
                            last edited by

                            ok, so that's strange, it happens on all my versions (8, 2014, 2015-x64).

                            i guess you may want to wait if anyone else has the same problem while i investigate further for conflicts etc. win7 64bit.

                            Thanks Anton

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

                              @cadfather said:

                              ok, so that's strange, it happens on all my versions (8, 2014, 2015-x64).

                              i guess you may want to wait if anyone else has the same problem while i investigate further for conflicts etc. win7 64bit.

                              Thanks Anton

                              Hmm...
                              I think swo_on_quit observer from the new AMS library doesn't work properly. I will look into it. Just to ensure that other observers work, I would like you to do a simple test:

                              1. Open Window Settings dialog, and use the menu bar option (Menu)Window > Settings > Full Screen to switch SU full screen. See if the dialog updates its radio-button mode.
                              2. Another test, maximize and restore your SketchUp window using the maximize button on the upper right corner of the window. See if the dialog updates its radio-button mode.

                              If the dialog doesn't updates, then there is a problem with the whole observing system in my new library; otherwise, it's just this swo_on_quit observer not working for some...

                              I would appreciate your tests,
                              Thanks

                              1 Reply Last reply Reply Quote 0
                              • CadFatherC Offline
                                CadFather
                                last edited by

                                ok, on all tests the radio buttons update properly. this with 2015x64

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

                                  Phew! It's just the swo_on_quit observer method that doesn't work on all systems. I will investigate.

                                  1 Reply Last reply Reply Quote 0
                                  • CadFatherC Offline
                                    CadFather
                                    last edited by

                                    phew! ๐Ÿ˜†

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

                                      I think I know why it isn't working. Basically, when you close the dialog, by default the dialog unregisters the observer, which prevents the swo_on_quit observer method from being triggered. But, just to ensure the swo_on_quit is working, paste and submit this code into ruby console and quit SketchUp. This should show the 'Works!' message box.

                                      class AMSObserverTest; def swo_on_quit; UI.messagebox('Works!'); end; end; AMS;;Sketchup.add_observer(AMSObserverTest.new)
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • CadFatherC Offline
                                        CadFather
                                        last edited by

                                        exactly as you described it - i got a 'works!' button as i quit SU.

                                        (on reopening i still got the green bar)

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

                                          Ghurait! Try the new version!

                                          (The test you did was meant to check AMS Library observer, which had nothing to do with changing how AMS Window Settings 4.0.0 worked.)

                                          1 Reply Last reply Reply Quote 0
                                          • CadFatherC Offline
                                            CadFather
                                            last edited by

                                            yeeeeaaa! fantastic Master Anton, works ghurait now! ๐Ÿ˜„ ๐Ÿ‘

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

                                            Advertisement