Using MFX Modal dialogs #311
Replies: 1 comment
-
|
This works for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @palexdev, I need guidance on how to use
MFXGenericDialogBuilder,MFXGenericDialogandMFXStageDialogto create a Modal Dialog with Input controls from which am to pick the data inserted and store it. I have triedMFXGenericDialogBuilder.build().setContent(dialogContentNode())wheredialogContentNode()is a function returning a Node andMFXGenericDialogBuilder.build().setContent(dialogNode)wheredialogNodeis aHBoxin anFXMLfile and all return an empty Modal Dialog.Beta Was this translation helpful? Give feedback.
All reactions