Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Overlays...

Mod Automation
Joined
Jul 26, 2013
Messages
3,046
Arbiter wants JavaFx, JavaFx is fucking cancer. Project scrapped.
If you contribute the code someone else could pick it up from where you left off. I understand that paradigmatically correct interface design isn't for everyone.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Thats one big word I wish Fonrus was here, didn't he make an overlay with JavaFX? :(
Yes but the code was terrible and not even meant to be anywhere near an official tool. It was written entirely in JavaFX and therefore you couldn‘t control the Z-order of the window, and couldn‘t hide the window from the taskbar either.
It was just for quick debugging really
 
Joined
Mar 28, 2017
Messages
286
Yes but the code was terrible and not even meant to be anywhere near an official tool. It was written entirely in JavaFX and therefore you couldn‘t control the Z-order of the window, and couldn‘t hide the window from the taskbar either.
It was just for quick debugging really

Arbiter said he wanted JavaFX, don't see why entirely in JFX would be a problem, then again I am inexperienced mind you.

Also, working on the shitty overlay I have, one of the solutions I found to make it hidden from taskbar, but still an overlay is to use swing and embed the javafx, not sure if it'd pass by arbiter tho (Is it possible to have a transparent utility stage in javafx?)

If anyone wants to see my shitty code, I'll gladly share it, it's spaghetti af
 
Joined
Sep 9, 2017
Messages
32
If you contribute the code someone else could pick it up from where you left off. I understand that paradigmatically correct interface design isn't for everyone.

It's actually because JavaFx isn't correctly responding to WinAPI calls in regards to switching z-order, and it would require re-writing the entire project.

JavaFX is not "ideal" at all. Requiring reflection to enable functionality is a joke.
 
I lied, i fixed it.
 
Top