nartz
nartz
I've dealt with this issue before, but unfortunately it depends on the proxy setup. A quick hack that might work is, when starting ARX, start it with the -Djava.net.useSystemProxies=true; another...
https://www.eclipse.org/nattable/documentation.php?page=faq has a section on "How to autoresize columns/rows programmatically?" Using that information, it appears settings the TextPainter with the line styling causes the column/cells to resize. So, it appears...
Ah stupidly - so there is a boolean flag on the TextPainter constructor, (the 4th arg), which is whether or not it should calculate size. Turning this to false disables...
Haven't tried that at all - for our use case this is enough at this point. This approach is also simpler and has the added benefit of loading faster, since...
Let me see if I understand properly. The issue is that the width of the columns cannot currently be smaller than the width of the table headers, correct? I'm not...
I see - yes, i could see that being an issue and agree. Might be able to take a look into that soon. On Tue, Jun 11, 2019 at 2:14...
Looked into it briefly but don't have a fix yet. On Sun, Jul 28, 2019, 4:31 AM Fabian Prasser @nartz Did you come up with a solution? > > —...
I'm interpreting this to mean, that you are interested in the jars be made available/hosted on a maven central repository (a la sonatype, etc) is that correct? One stop-gap option...
My understanding is that using additionalAppResources will be placed inside of target/jfx/native/MyProject.app/Contents/Java, whereas we would like them placed in target/jfx/native/MyProject.app/Contents/Resources or /Contents/MacOS