effad / ValidatorFX

A form validation library for JavaFX
BSD 3-Clause "New" or "Revised" License
221 stars 19 forks source link

My screen layout is getting messed up #28

Closed Marcelphilippeandrade closed 1 year ago

Marcelphilippeandrade commented 1 year ago

Hello everyone, I'm using ValidatorFx to validate the fields on my screen, but after using the feature:

TooltipWrapper

effad commented 1 year ago

Sorry for the late response. I've tried to reproduce your problem but so far I have failed to get your application running. Which JDK are you using? How can your application be run from the command line?

effad commented 1 year ago

Without actually reproducing the problem I can see a problem in your code: You must not create the signupWrapper in the check method. It must be created once only, not everytime a check happens. It also has to be added to the scenegraph in order to work.