Putting Material FX, VirtualFX, MFXResources together to release an app #307
Replies: 8 comments 18 replies
-
Yes, I'm currently working on a private hobby project, and I noticed this. I just updated and released all my components. I completely ditched the old resources, I'm sorry this will probably create problems to you if you are using "mfx-..." for the icons, but it's for the best, it's about time to fix resources conflicts Try with the latest version, 11.16.0 P.S: if you need to find the new icons, you can also go to FontAwesome Search |
Beta Was this translation helpful? Give feedback.
-
@stefanofornari this insane configuration finally works for me |
Beta Was this translation helpful? Give feedback.
-
You wish :)
If this is expected, can you please give me an hint on how to replace "font" ?
|
Beta Was this translation helpful? Give feedback.
-
Thanks! One step forward. I bumped the version numbers and used the code above and it now compiles. I have the following exception though:
running this code (which was working before):
|
Beta Was this translation helpful? Give feedback.
-
To be honest, I'd like them to be capable of registering multiple times...but the disposal would be more complicated |
Beta Was this translation helpful? Give feedback.
-
Huston, we have a problem :) I have compared the app with the new versions (left) with the old version (right). There are a few L&F differences, are they wanted so we need to do things differently? easywallet-comparison-good.mp4 |
Beta Was this translation helpful? Give feedback.
-
Here you go: https://github.com/stefanofornari/mfxfixme The main branch contains the pom with the old versions If you run EditDialogDemo, you can notice:
Let me know if you see the same and if I can be of any help. Ste PS: sorry I use maven, but you should easily be able to adapt it to gradle |
Beta Was this translation helpful? Give feedback.
-
Just to confirm my hypotheses. Here's the same issue from a project I'm working on: Video The first run uses |
Beta Was this translation helpful? Give feedback.
-
Hi Alex,
I am trying to release a vesion 1.0.0 (or 0.0.1) of my app that uses fundamentally MaterialFX and VirtualFX. I therefore need to get read of the -SNAPSHOTs... I have update the dependency on VirtualedFX to v11.9.0(*) but it broke the code with MFXResources:
import io.github.palexdev.mfxresources.font.FontResources; -§> not recognized anymore
I currently use these dependencies:
Which dependencies should I use without SNAPSHOT to have a compatible app?
Many thanks in advance.
Ste
(*) Please make sure javafx dependencies are transient otherwise it brings in a different version of JavaFX than what one uses in his/her project.
Beta Was this translation helpful? Give feedback.
All reactions