Cannot find RElative resize on a previewous working project
I am getting thwe following error now that i am centrally loading my JavaFX Scenes by a custom class.
And i know that the code was working before i implemented a centralized scene manager. The manager works pretty well and still works on scenes that dont try to call this method....
23 Replies
⌛
This post has been reserved for your question.
Hey @NeoCortex97! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
Are you using a build tool?
If so, can you show your build config?
and how are you running the application?
Please make sure you provide sufficient information for others to be able to understand and reproduce your issue.
If possible, it is helpful to provide a minimal, complete and verifiable example (i.e. including the minimal code/configuration to run into your issue) showing the problem.
Remember that people can help you only if they know what you are struggling with.
parent pom.xml:
child pom.xml:
Here is a failing fxml:
This is the Load method of my sceneManager:
How are you running the program?
Does it work without the JAR?
Without what jar?
How do you run the project?
as a jar and with intellij as a class. There is no difference depending on packaging.
Does it work without using gemsfx?
and is there more to the stack trace?
It does not. A gemsfx screen works fine, after i fremoved a
Font
tag.
Tehre are hundreds of lines of deep javafx crap that does not say anything remotely useful.Can you show the other lines?
what exactly do you need to change for it to work?
Note that idk about gemsfx
I feel like it could be version conflicts
maybe try using JavaFX 19.0.2.1
since that's what GemsFX 1.72.0 seems to be using
GitHub
GemsFX/pom.xml at c927198c37a0b0df82744f8d8d68bdaf39414f52 · dlsc-s...
A collection of JavaFX controls and utilities. Contribute to dlsc-software-consulting-gmbh/GemsFX development by creating an account on GitHub.
I mainly had to comment out
Font
Tags on objects with changed font size.
I'll try javafx 19 tho. but it worked like this before moving the scene manager to its own package.which font tags?
I can't find them
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
Here is a sample:
you could maybe try setting the font via CSS
This doesn't work either.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.