Thomas Feuster
Thomas Feuster
After a longer fight with Netbeans, Gradle and JavaFX11 I have managed to get things running. Unfortunately, the result is the same: - drag seems to be starting (mouse moves...
Unfortunately, the verifyThat is never reached since the drag() hangs and doesn't complete. Thats why I was looking for some kind of internal debug output to provide here.
I managed to "fake" it by - adding a Color.TRANSPARENT to my ListColorPalette - setting the value for no data so low that it gets that color without impacting the...
Thanks for confirming my understanding :-) As for a PR: A have created a local fast version of SurfacePlotMesh that removes this (and other) duplications. But let my try and...
By now I have all functionality from jzy3d also with FXyz :-) Before thinking about a pull request I was wandering what kind of test cases I should check my...
Thanks fpr the info. Will try to make my changes run with the Sampler App. Unfortunately, I run into `org.joor.ReflectException: java.lang.NoSuchFieldException: javaExecHandleBuilder` exception when trying to run it. I'm using:...
Hi @alexisrosano89 , looks to me that the TinyMCE editors print feature is used. A quick google didn't show any way how this could be customized. Not sure if there...
I guess I don't know enough about the routing... But wouldn't you need /api/v2.0/note/{id} to specify the note you want to print? And all combinations with {id} are already used.
Not sure why you would go back to the server for printing? Its anyways done from the client... Maybe you would need a service to fetch the watermark from the...
Sounds great! Amazing, that there is no single, usable WYSIWYG editor out there that covers all requirements. Let me start with my editor wishlist: * WYSIWYG with option to view...