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

Exception "Failed to load skin 'impl.jfxtras.labs.internal.scene.control.skin.ListSpinnerCaspianSkin'" #210

Closed
ThomasDaheim opened this issue Dec 18, 2021 · 2 comments

Comments

@ThomasDaheim
Copy link
Contributor

See JFXtras/jfxtras#124. Root cause is in jfxtras\styles\jmetro\base_other_libraries.css, Line 40:

.ListSpinner {
    -fx-skin: "impl.jfxtras.labs.internal.scene.control.skin.ListSpinnerCaspianSkin";
    -fx-background-color: #f0f0f0;
    -fx-background-insets: 0 0 0 0;
    -fx-background-radius: 0;
    -fx-padding: 0.266667em 0.233333em 0.25em 0.233333em;
    -fx-text-fill: #212121;
}
ThomasDaheim added a commit to ThomasDaheim/jfxtras-styles that referenced this issue Dec 18, 2021
@dukke
Copy link
Member

dukke commented Aug 22, 2022

Hi @ThomasDaheim

Truly sorry for the late reply, I've been very busy with my work!

I've left a comment in the PR. Just one small change to do.

Thanks and sorry again..

dukke pushed a commit that referenced this issue Aug 29, 2022
* Fix for issue #210

See #210

* Updated as per remark from dukke
@dukke
Copy link
Member

dukke commented Aug 29, 2022

Fixed.

@dukke dukke closed this as completed Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants