jrubyfx
jrubyfx copied to clipboard
JavaFX JRuby binding
If I understand jrubyfx correctly then it is a DSL, where we use verbs to describe what we want to have e. g.: vbox { } And so forth. Via...
This is opened as a feature request in reponse to #26. I wrote it up as a feature request. When we run jrubyfx-jarify we should allow AOT compilation for partial...
I've run into a situation where I want to create a new window from within a controller and set the current window as the parent to the new window. I...
Would it be possible to add a single screenshot to the main readme, as a link? Reason I ask is primarily that I want to compare it to the default...
OS : OS X El Capitan java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) Latest version of jrubyfx 1.1.1 (I...
I set out to jarify the Demo.rb for jrubyfx, and I ended up dealing with 3 different issues. I'm posting the first here, and will put the other two in...
jdk8 jruby 9.1.15.0 java -jar v2t.jar uri:classloader:/fxmlloader/elts.rb:158: warning: `
When I jarify the sample project and run it I get: C:\projects\fxmltableview>jrubyfx-jarify.bat src --main src/FXMLTableView.rb dist/FXMLTableView.jar C:\projects\fxmltableview>java -jar dist\FXMLTableView.jar file:/C:/projects/fxmltableview/dist/FXMLTableView.jar!/jrubyfx/utils/common_converters.rb:28 warning: already initialized constant ARG_CONVERTER_SUFFIX file:/C:/projects/fxmltableview/dist/FXMLTableView.jar!/jrubyfx/utils/common_converters.rb:31 warning: already initialized constant...
**Issue** After jarifying samples\fxml\Demo.rb, executing the jar file produces a LoadError for the require_relative statement in Demo.rb (around line 21). More precisely, the line `require_relative 'complex_control'` results in the error...
**Issue** When jrubyfx_jarify is used to jarify a project that includes FXML, executing the resulting jar file produces an exception about failing to find a .fxml file, even though the...