NXOpen Yes/No dialog
NXOpen Yes/No dialog
(OP)
Dear Forum.
Does anyone know of a quick way to create a Yes/No selection dialog box other than using Block Style or WinForms. I can do either of these. I was just wondering if anyone knew of an alternate.
Thank you.
Does anyone know of a quick way to create a Yes/No selection dialog box other than using Block Style or WinForms. I can do either of these. I was just wondering if anyone knew of an alternate.
Thank you.





RE: NXOpen Yes/No dialog
www.nxjournaling.com
RE: NXOpen Yes/No dialog
(1) Call the Snap.UI.Input.GetChoice function. One line of code. See the Snap Reference Guide for an example.
(2) Create a simple Snap.UI.BlockForm. A BlockForm is a standard NX block-based dialog, but it's constructed by your code, rather than by using Block Styler.
You could use GRIP, too (the CHOOSE statement) but using GRIP doesn't make sense, these days, unless you already know it.