GithubHelp home page GithubHelp logo

youchan / electron_opal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jannishuebl/electron_opal

17.0 17.0 2.0 21 KB

Lightweigt Ruby wrapper around the geat electron desktop application engine

License: MIT License

Ruby 98.82% HTML 1.18%

electron_opal's People

Contributors

jannishuebl avatar sam0x17 avatar youchan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

lodestone fkchang

electron_opal's Issues

BrowserWindow options being ignored

When initializing a browser window via Electron::BrowserWindow.new, the options in the options hash are largely ignored. Consider the following:

# main.rb
app.on('ready') do
  win = Electron::BrowserWindow.new('win', debug: true, width: 1200, height: 1200)
end

Testing this on 0c0d5fc yields a window with the default 800x600 width and height instead of 1200x1200 (I have also tried other width/height numbers, so the problem isn't that the numbers are too high or something like that). I have also tested minWidth, minHeight, transparent, frame and a few others, all of which are also ignored.

Oddly enough, the debug flag does work, but my guess is that this has something to do with this line https://github.com/youchan/electron_opal/blob/master/opal/electron/browser_window.rb#L8.

I'll keep investigating and see if I can figure out why this is happening.

temporary workaround:
Use backticks to initialize the window in pure JavaScript

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.