Giter Club home page Giter Club logo

Comments (7)

ccoupe avatar ccoupe commented on August 11, 2024

Congratulations - you are the first person I know to use the Vlc option and report a bug. Sadly, it's not really going to get any attention from me. However, it is written in Ruby so if you know what the VLC library wants you can modified the Ruby. The code if pretty dense. It's in lib/shoes/videoffi.rb in your Shoes installation folder. A bit of pain to work on if you need admin privileges, but you can install shoes anywhere (remove the old version first)

from shoes3.

ccoupe avatar ccoupe commented on August 11, 2024

There is an opacity setting for Shoes that you should try first.

from shoes3.

crazynoob04 avatar crazynoob04 commented on August 11, 2024

Congratulations - you are the first person I know to use the Vlc option and report a bug. Sadly, it's not really going to get any attention from me. However, it is written in Ruby so if you know what the VLC library wants you can modified the Ruby. The code if pretty dense. It's in lib/shoes/videoffi.rb in your Shoes installation folder. A bit of pain to work on if you need admin privileges, but you can install shoes anywhere (remove the old version first)

Hahaha thank you, i'm still sad i bring bad news... However I'm pretty far to be an expert in coding, so this way may be too much complicated for me.

There is an opacity setting for Shoes that you should try first.

Could you gently explain me how to use this opacity setting?
I searched for good in the manual but i didn't saw any opacity setting, is it only for strokes and flows? Thanks in advance for your time.

from shoes3.

ccoupe avatar ccoupe commented on August 11, 2024

In the manual under App Metthods, app.opacity = 0.0 is fully transparent and 1.0 is fully opaque. There even a little test snippet.

from shoes3.

crazynoob04 avatar crazynoob04 commented on August 11, 2024

I'm using Shoes 3.8 beta, and under App Methods i can't fine any. However i tried to implement it in my code and it didn't worked. It's hours i'm on Shoes now, i will get some rest then i try some more on Shoes 3.7, maybe the beta doesn't make it work.
I have another problem on Shoes 3.7, when i run any app, it gets stuck on the bottom right of the screen. I can't even drag it with the mouse.

from shoes3.

ccoupe avatar ccoupe commented on August 11, 2024
Shoes.app do
   @b = banner "Opacity\n"

   slider fraction: 1.0 do |n|
      app.opacity = n.fraction
      @b.text = "Opacity %.2f\n" % n.fraction
   end
end

from shoes3.

crazynoob04 avatar crazynoob04 commented on August 11, 2024
Shoes.app do
   @b = banner "Opacity\n"

   slider fraction: 1.0 do |n|
      app.opacity = n.fraction
      @b.text = "Opacity %.2f\n" % n.fraction
   end
end

This works like a charm, but it doesn't work when it comes to video.
Before i play the video the player looks fine, after i play it, the sides of the player turns transparent as in the pic above, and if i stop the video while playing it, the whole player stack will become trasnparent.

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.