Jfoenix: How to remove JFXDialog content ?

Created on 8 Jun 2017  路  2Comments  路  Source: sshahine/JFoenix

Hello,
is there a method to remove the content from a JFXDialog ?
I couldn't find any, so everytime I do dialog.setContent(content), it adds one more content on foreground. Am I doing it the wrong way ?

removecontent

Most helpful comment

Hello,
well the implementation of setContent should call the method setAll instead of add, will fix it soon and push the changes.
Thanks for pointing out the issue 馃憤

Regards,

All 2 comments

Hello,
well the implementation of setContent should call the method setAll instead of add, will fix it soon and push the changes.
Thanks for pointing out the issue 馃憤

Regards,

The fix will be pushed to JFoenix 1.6 by the end of the month, meanwhile you can get the fix by downloading the latest JFoenix jar.

Regards,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

evillatoro picture evillatoro  路  3Comments

swftvsn picture swftvsn  路  3Comments

alittwin picture alittwin  路  4Comments

Natreve picture Natreve  路  4Comments

caoyanfeng picture caoyanfeng  路  3Comments