eugenkiss / kotlinfx

UNMAINTAINED: A layer on top of JavaFX to make better use of Kotlin's features.
MIT License
52 stars 8 forks source link

was not working #6

Closed voddan closed 10 years ago

voddan commented 10 years ago

Please see issue https://github.com/eugenkiss/kotlinfx/issues/5

eugenkiss commented 10 years ago

Hi, thanks for the pull request!

However, I cannot reproduce the issue, i.e. the 'Hello World' example runs on my machine. Do you use JavaFX 8 (i.e. bundled with JDK 8) or do you use an older version of JavaFX?

voddan commented 10 years ago

Hi, thanks for advising

Seems I used openJDK and an old javaFX. Now installing a new version.

I am a newbie in JavaFX and just started the exploring. If you don't mind I will open some issues from time to time in order to fix them later as a part of learning. So do not pay too mach attention to them ) And yes, I've seen the TODO and included it in my plans.

BTW, thanks for nice API!

eugenkiss commented 10 years ago

Ok, no problem!

Let me know if installing the new JavaFX version fixed the error on your side.

KotlinFX is still very much a work in progress. I don't see myself having much time in the future to improve it so it's great if you want to work on it :+1: . Personally, I think that integrating EasyBind and ReactFX into KotlinFX while taking advantage of Kotlin's language features would be a very worthwhile and interesting task. Then, imho, there would not be a need for Kalium anymore which is nothing more than a proof of concept anyway.

voddan commented 10 years ago

Ye, new JDK8 works just fine, thanks

eugenkiss commented 10 years ago

Great