Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NXOpen Yes/No dialog

Status
Not open for further replies.

EngProgrammer

Aerospace
Joined
Jan 14, 2015
Messages
150
Location
US
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.
 
If you have access to the SNAP API, there are a couple of additional options:

(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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top