Giter Club home page Giter Club logo

Comments (5)

byteit101 avatar byteit101 commented on August 28, 2024

huh, thats odd. are you sure all the files in core_ext are in the jar? Only other suggestion is why are you calling stage.layout_scene(500, 250, :black) ? The with() function makes it implicit: layout_scene(500, 250, :black)

from jrubyfx.

edubkendo avatar edubkendo commented on August 28, 2024

Thats actually just code I copied from one of the samples. Except that when I got this error the first few times, I changed it to an explicit call on stage to see if that made a difference which it didn't. Same error. But yeah, definitely checked and the files are in there, including stage.rb where that method is defined.

from jrubyfx.

byteit101 avatar byteit101 commented on August 28, 2024

yea I know where it came from, I ported that sample to JRubyFX 😀

hmm, put a puts "hey I was included!" in stage.rb and make sure its called. alternatively, puts file on line 232 of dsl.rb and make sure all extensions are loaded.

from jrubyfx.

edubkendo avatar edubkendo commented on August 28, 2024

Hah. Nice work on that, I always thought that was a pretty demo from GroovyFX, ScalaFX, etc. Was happy to see JRubyFX in those brilliant gradients.

So after all our tail-chasing earlier, lol, finally got a chance to look back at this. I added puts "hey I was included!" at the bottom of stage.rb, then for good measure, also went into dsl.rb and added it like this:

    def self.load_dsl
      rt = "#{File.dirname(__FILE__)}/core_ext"
      Dir.glob("#{rt}/*.rb") do |file|
        puts "Before require"                                # See if the block is running at all
        require file
        puts file                                                     # See if the require itself is messing up
      end

Rebuilding the jar and then just using it to run the file works fine, and we get a bunch of output like:

 java -jar jruby-log.jar hello.rb 
Before require
file:/home/eric/projects/jrubyfx_projects/jrubyfx_web/jruby-log.jar!/jrubyfx/core_ext/radial_gradient.rb
Before require
file:/home/eric/projects/jrubyfx_projects/jrubyfx_web/jruby-log.jar!/jrubyfx/core_ext/drag_event.rb
Before require
...
file:/home/eric/projects/jrubyfx_projects/jrubyfx_web/jruby-log.jar!/jrubyfx/core_ext/node.rb
Before require
hey I was included!
...

But when I try using the javafx Launcher again, back to that error:

Exception running Application:
#<NoMethodError: undefined method `layout_scene' for #<Java::JavafxStage::Stage:0x2e61b072>>
/home/eric/projects/jrubyfx_projects/jrubyfx_web/hello.rb:10:in `start'
org/jruby/RubyBasicObject.java:1691:in `instance_eval'
jar:file:/home/eric/projects/jrubyfx_projects/jrubyfx_web/jruby-log.jar!/jrubyfx/fxml_module.rb:49:in `with'
/home/eric/projects/jrubyfx_projects/jrubyfx_web/hello.rb:6:in `start'
jar:file:/home/eric/projects/jrubyfx_projects/jrubyfx_web/jruby-log.jar!/jrubyfx/java_fx_impl.rb:121:in `launch_app_after_platform'
org/jruby/gen/InterfaceImpl676239127.gen:13:in `run'

Gotta get some sleep here, but wanted to get this recorded.

BTW, that error was the only output. Nothing from our puts statements.

from jrubyfx.

edubkendo avatar edubkendo commented on August 28, 2024

Fixed in PR #27

from jrubyfx.

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.