Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stylesheets in FXML files used via AfterburnerFX are not monitored #41

Open
dlemmermann opened this issue Jan 22, 2022 · 1 comment
Open

Comments

@dlemmermann
Copy link

Our application uses AfterburnerFX and tons of FXML files. The CSS files are discovered either by "Convention" (css file has same name as fxml file) or via "Configuration" (declared explicitly in fxml file). I tried both and changing the CSS file does not trigger a reload.

Example:

<VBox styleClass="overview" xmlns="http://javafx.com/javafx/8.0.121"
      xmlns:fx="http://javafx.com/fxml/1" minWidth="400" maxWidth="400"
      stylesheets="@ElectricityRatePlanOverview.css, @../RatePlanOverview.css"
      fx:controller="uk.co.senapt.desktop.ui.module.product.rateplan.electricity.ElectricityRatePlanOverviewController">
</VBox>
@McFoggy
Copy link
Owner

McFoggy commented Jan 24, 2022

Issue is probably not related to Afterburner but just to FXML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants