Giter Site home page Giter Site logo

Image Clearing about shoes4 HOT 2 OPEN

LWFlouisa avatar LWFlouisa commented on July 28, 2024
Image Clearing

from shoes4.

Comments (2)

ccoupe avatar ccoupe commented on July 28, 2024 1

The clear command should delete everything in the slot. There have been improvements in Shoes 3 for managing the image cache That may help. You could file an issue with Shoes 3

from shoes4.

LWFlouisa avatar LWFlouisa commented on July 28, 2024

Ah ok so it's an image cache issue? When I followed the advice a friend, that mentioned recreating the buttons every time you clear the screen:

Shoes.app do
  
  def clear_screen
    clear
  end
  
  def generate_poem
    system("ruby QRPoetry.rb")
  end
  
  # In this one, I can't seem to read the image unless it's in the main directory.
  def display_image
    image "poem.png"
  end
  
  def display_button
    button("Generate Poem") {
      c = clear_screen; i = image_clear; g = generate_poem; d = display_button; d = display_image
    }
    
    button("Exit") {
      exit
    }
  end
  
  flow do
    button("Generate Poem") {
      c = clear_screen; g = generate_poem; d = display_button; d = display_image
    }
    
    button("Exit") {
      exit
    }
  end
  
end

The system call refers to an external script that generates a QR code from a Ruby Gem, and I have the Shoes app display the image generated from the external script.

from shoes4.

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.