goofyseeker311

Results 52 comments of goofyseeker311

where is this, not in the gui, seems to be command-line only, not very normal user friendly

> @goofyseeker311 - have you seen #2060? This looks very similar, based on the information you've given us so far. making a new user without any other adjustments worked directly,...

> Hey @tlf30, > > > What would be required to get Android support in the main branch? > > Not much. However, it would not be a good experience...

well if you only feed the gpu, like its supposed to work, then being a bit slow does not matter on the cpu side. how about tapping to the android...

Not working even after by hand loading the binary dlls with System.load() from a temp directory. edit: actually just copying all the javafx jars to the root of the app...

why does JavaFX disable system clipboard for other Java Swing JFrame windows started from the JavaFX application thread? drag and drop works for the other Java Swing JFrame windows.

Potential drop targets documentation is incorrect when using scene.addEventHandler(DragEvent.ANY, handler). specifically if you test for dragboard.hasImage, it will return false, even if the image shows link, copy, move when accepting...

shift-mwheel seems to lack ScrollEvent.getDeltaY() completely, its zero always. ctril, ctrl-alt, alt + mwheel always has a delta value. why is shift-mwheel considered horizontal scrolling by default.

SwingFXUtils.toFXImage and inverse do not conserve alpha of BufferedImages, or clipboard putImage operation ignores alpha, puts black background even if alpha was desired to be copied. when copying back from...

Transparent materials is not working out of the box (triangle pre-sort optically thin two-sided alpha color on materials). transparency alpha color is not turned on even if depth buffering is...