pilhuhn / hawkfx

Hawkular explorer written in (J)Ruby with a JavaFX frontend.
Apache License 2.0
14 stars 10 forks source link

Double buttons in UI #18

Open Fryguy opened 8 years ago

Fryguy commented 8 years ago

I'm not sure how this started to happen, and it definitely didn't happen the very first time I launched HawkFX, but I am getting double buttons now every time I run it. Not sure what I can give to help debug it.

hawk fx 2016-08-03 12-52-00
pilhuhn commented 8 years ago

On 3 Aug 2016, at 19:30, Jason Frey wrote:

I'm not sure how this started to happen, and it definitely didn't happen the very first time I launched HawkFX, but I am getting double buttons now every time I run it. Not sure what I can give to help debug it.

<img width="559" alt="hawk fx 2016-08-03 12-52-00" src="https://cloud.githubusercontent.com/assets/52120/17374150/42e6c222-5979-11e6-9c26-0d2c63492b94.png">

This is caused by https://github.com/jruby/jruby/issues/3366 when the FXMLoader loads in the generated ruby equivalent of the FXML UI-definition files. One could always remove assets/.jrubyfx_cache before starting to work around I reported that as https://github.com/jruby/jrubyfx/issues/100 on JRubyFX