-
I fixed all of problems about gradle and building. But I still have a problem. Having clicked **_Run_** I get **_BUILD SUCCESSFUL_** but nothing appear. And program is ended by doing nothing. Why?
…
f4004 updated
3 years ago
-
Hello TornadoFx community!
I was hoping to get some clarification on a point in the Guide w.r.t. a data drive TreeView. I'm having trouble getting this working, and am wondering what I might be mis…
-
I'm hitting an error that is simply beyond my ability to debug, although I have narrowed it down and [created a minimal example](https://gist.github.com/SKeeneCode/0ec1466a2ed547761e7294dd3cdd7020) th…
-
In a table view is it possible to completely disable the headers? There are a couple of things I can't seem to figure out, or they might be missing as options.
- No drag reordering
- When I make f…
-
Do you plan to support some kind of data-binding?
I think of it in a way that you pass a model object (Observable?) to a TextField, and each time the string is changed, the UI is changed as well.
…
-
Hi, cout970!
Сould you help set up kotlin and electron?
How can i run you template?
-
Compare and contrast the following layouts:
Pane, Region, Hbox/Vbox, Flowpane, Borderpane, Anchorpane
For each layout:
Can you align child nodes?
Can you resize?
If yes, how?
What is reflow and how …
-
I'm trying to build an app to manage different tabular data sets using tornadofx. I've read most of the guide (the fundamentals and some of the advanced features) and parts of rxjava/kotlinfx by @thom…
-
I think the title is already self-explanatory. When you openModal() a new window and close it. And openModal() it again, it will appear a bit shifted to the down-right direction. Shouldn't it keep the…
-
While call class field as a property which start with "is" throwing java.lang.NoSuchMethodException
Example:
```kotlin
class ModelClass {
var isPercentagePayment: String? = null }
val mod…