Giter Club home page Giter Club logo

Comments (4)

IanTrudel avatar IanTrudel commented on September 15, 2024

The feature implemented in issue #34 demonstrated that the scope of elements may not be available at the time they are called due to how Shoes process script initialization. The following script cause an error whereas it should not:

Shoes.app {
   @c = check
   para @c.checked?
}

(cshoes.exe:8752): Gtk-CRITICAL **: gtk_toggle_button_get_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed

Using a timer will allow the block to be executed only once elements are initialized and prevent the Gtk-CRITICAL error.

Shoes.app {
   @c = check
   timer(0) { para @c.checked? }
}

from shoes3.

ccoupe avatar ccoupe commented on September 15, 2024

One can also use the start method instead of a timer. I'm going to close this issues since there is nothing anybody is going to do. It's just part of Shoes.

from shoes3.

IanTrudel avatar IanTrudel commented on September 15, 2024

It doesn't make much sense to close it for the aforementioned reason. There is nothing wrong to let it open until some solutions come up. It's not a closing issues contest! It could however be label low priority if you feel the challenge versus reward is too big.

from shoes3.

ccoupe avatar ccoupe commented on September 15, 2024

You're alive @backorder ? I cruise the issues to determine what to fix next and I come across issues that no one is going to fix because thats 'just shoes' or no one is going fix without a complete top-down re-think/re-write and I don't see any volunteers for that effort - they're probably busy writing cross platform app GUI apps in javascript. If you want to assign yourself to this issue, then please reopen it.

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.