Coder Social home page Coder Social logo

Comments (6)

jidesoft avatar jidesoft commented on July 28, 2024

Since I don't have your code, I don't know exactly what you did. Please go through the ValidationDemo.java and compare it with your code. Maybe you will find what's wrong. If it still doesn't help, please create a simple test case and post it here so that we can look into it.

from jidefx-oss.

jidesoft avatar jidesoft commented on July 28, 2024

BTW, you may just post the question here instead of on the jide forum because I think jidefx users came here more often than the jidesoft website.

from jidefx-oss.

sk4rrjin avatar sk4rrjin commented on July 28, 2024

Thank you so much for taking the time!
OK, I created a tiny JavaFX with FXML application and included validation like I did in my real app - same thing happens. I see the two println() but no decoration appears on the textfield but it should, right? I included the compiled b128 JARs just in case. It is a Netbeans 8.0.1 project and I tried it with JDK 1.8.0_25

https://bitbucket.org/tmaschutznig/javafxtest/

Screenshot attached is what the app looks like for me AFTER I clicked the button several times... no decoration or error visible.
javafxtest

from jidefx-oss.

jidesoft avatar jidesoft commented on July 28, 2024

You need to wrap the pane into a DecorationPane. Search for code "new DecorationPane(pane)" in the ValidationDemo. DecorationPane is required to paint the decorators.

from jidefx-oss.

sk4rrjin avatar sk4rrjin commented on July 28, 2024

Thanks so much, now it works!
Maybe DecorationPane could be able to be instantiated by FXML because at the moment I cannot just import and add to the fxml; I get an exception.
java.lang.NoSuchMethodException: jidefx.scene.control.decoration.DecorationPane.()

from jidefx-oss.

jidesoft avatar jidesoft commented on July 28, 2024

You won't be able to use FXML because DecorationPane doesn't have an empty constructor. It has to take a Parent as parameter for its only constructor.

from jidefx-oss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.