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!

theUfSession.Ui.SelectWithSingleDialog

Status
Not open for further replies.

EngProgrammer

Aerospace
Joined
Jan 14, 2015
Messages
150
Location
US
Within the SelectWithSingleDialog UI there is a text box on the UI. How do I capture information entered into this text box. I've look over the class object and can't seemed to find the attribute where this information is stored.

Thanks
 
EngProgrammer said:
How do I capture information entered into this text box.

You don't, NX handles that input. That is the "select by name" option; if the user has given a custom name to an object, (s)he can enter the name in the dialog to select the object rather than using mouse picks.

www.nxjournaling.com
 
That's what I was afraid of. A user I am developing an application for, request to have the ability to enter text information into the text box. thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top