What does "Dialog Management" mean?
Posted
#1
(In Topic #966)
Enthusiast

I am creating a new form and at the time of its creation, I get this dialog that I will add your image.
Capture
What does "Dialog Management" mean?
And if it is interesting to me how I mark this option in a form that I created in the past but that does not mark this option?
Thank you and happy day.
For your misfortunes I am Spanish and I only know Spanish, please, be patient with me, Thank you.
Posted
Guru

Posted
Enthusiast

For your misfortunes I am Spanish and I only know Spanish, please, be patient with me, Thank you.
Posted
Guru

cogier said
Yes it creates a Form with a Dialog template ready to go.
The default methods Cogier has shown there work like Dialog.OpenFile() in the way that the return is considered an error state so it returns false for an "okay" button press and true if the user presses Cancel. (always seems back to front to me but you can change it by switching the btnOk and btnCancel click event code)
But by default you can use the dialog form in your code like this…
(creating a Static variable in MyDialogWindow.class called StaticAnswerVar that get's filled when user presses okay in the dialog)
The form, of course, will also be a Modal window so unlike a normal form it will lock your application while it's open.
Posted
Enthusiast

:shock:
It's interesting information.
For your misfortunes I am Spanish and I only know Spanish, please, be patient with me, Thank you.
1 guest and 0 members have just viewed this.




