jacky liu

Results 20 comments of jacky liu

same issue

> same issue using tornadofx 1.7.20 ``` import tornadofx.* class MainApp : App(MainView::class) class MainView : View("My View") { override fun onDock() { super.onDock() } override val root = vbox...

> > same issue using tornadofx 1.7.20 > > ``` > import tornadofx.* > > class MainApp : App(MainView::class) > > class MainView : View("My View") { > override fun...

> you add the button to the second column (in order), you also need to specify in which column to install the button i had added `columnIndex = 2` and...

> Thank you i am finally gettin somehwere... when i run "gradle run" instead of the intellij task of building the project i actually saw now a module problem >...

> I can confirm i'm able to run gRPC server on android device (though with some minor hacks like using directly `NettyServerBuilder`). Haven't tried with TLS so far any code...

> @liugangnhm https://github.com/relaycorp/relaynet-courier-android/blob/0313d28dfde84f4d728e8a5f26d3fe52b253c3cd/app/src/main/java/tech/relaycorp/cogrpc/server/CogRPCServer.kt#L52-L70 > > That's using TLS. thanks for your reply, I will have a try later