Giter Club home page Giter Club logo

Comments (4)

ccoupe avatar ccoupe commented on August 11, 2024

You can enable window resizing with an option passed to Shoes.app like:

Shoes.app width: 350, height: 400, resizeable: true do

Fullscreen works but the clickable area of links aren't at the same spot as the links. I am using a Windows 10 PC.

Which version of Shoes are you using? This bug keeps recurring and getting fixed only to show up again.

from shoes3.

DrSloth avatar DrSloth commented on August 11, 2024

I am using shoes 3.3.7. I already tried that solution but it didn't work. The app window is behaving kind of weird in some ways, first this resizing issue and i also can't move the window. Everything else is working fine

from shoes3.

ccoupe avatar ccoupe commented on August 11, 2024

You can try this test script from issue #372

Shoes.app(width: 250, height: 100, resizable: false) do
    @p = para
    flow do
        button("enable") do
            app.resizable = true
        end
        button("disable") do
            app.resizable = false
        end
    end
    animate do
        @p.replace "resizable #{app.resizable}"
    end
end

my copy of 3.3.7 (I have lots of copies) is a little buggy with my Win 10, too. The 3.3.8 beta works better, for me.

from shoes3.

DrSloth avatar DrSloth commented on August 11, 2024

Thank you very much the 3.3.8 is working very well on my machine.

from shoes3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.