Dialog.Open

gulamdastagirgulamdastagir Member Posts: 411
is it possible to have an OK button on the Dialog box as it shows only cancel


d(type: Dialog)

d.Open();
d.input();


iam trying to take the input of the user either yes or no and have an Ok button and Press Enter(optional) to Input the values
Regards,

GD

Answers

  • krikikriki Member, Moderator Posts: 9,110
    Don't use a dialogbox to have some userinput.
    you can use CONFIRM (for a yes or a no), STRMENU (for a limited and fixed number of values) or create a new form to have all options.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.