RxKotlinFX
RxKotlinFX copied to clipboard
Kotlin extensions to the RxJavaFX framework
Would like it!
This is a quick and dirty port to support RxJava 3, and should work with the RxJavaFx 3.0.1 revision that's available from the repo. If anyone wants to test these...
For the code below, why does xnow change along with x? e.g. I was expecting to see the "Observer N received click" to retain the N value that was assigned...
Hi I've downloaded this application to study the code but I couldn't run it even though after I have updated the gradle. I also build it which was created a...
i try to create an custom alert with 3 button like this `eventController.saveDanhMucDVKT .map { table.items } .flatMapSingle { lstDMDVKT -> val dialog = Alert(Alert.AlertType.CONFIRMATION, "Lựa chọn hình thức lưu...
The README shows the extension method "Dialog.toObservable()" which does not exist in 2.2.2 (at least I couldn't find it). But I could find toMaybe(). Maybe update the doc?
Hello! Thank you for your library! Here is a possible error which i found. In the Observables.kt file we have the following line of code: `fun ObservableSet.changes() = JavaFxObservable.changesOf(this)` It...
thanks for your work! in https://thomasnield.gitbooks.io/rxjavafx-guide/content/2.%20RxJava%20Fundamentals.html] thre is a reference to import rx.lang.kotlin.subscribeBy and should be import io.reactivex.rxkotlin.subscribeBy