jrubyfx icon indicating copy to clipboard operation
jrubyfx copied to clipboard

load_dsl load order dependency

Open korzry opened this issue 9 years ago • 0 comments

In dsl.rb, the dsl_load method uses a glob to find the dsl files to load. This causes the load order to be somewhat random. If precompiled.rb is loaded after grid_pane.rb, grid_pane's will no longer be added to the parent node when using the dsl syntax. Loading precompiled.rb first before the other core_ext file avoids this problem.

korzry avatar Aug 23 '16 19:08 korzry