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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NXOPEN C#, How to handle select event in listbox(dialog)

Status
Not open for further replies.

fatdogs81

Mechanical
Joined
Sep 22, 2014
Messages
22
Location
KR
I wanna do something when select item(s) in listbox.

For example,

There is a list box as below.

[Listbox]
-------------------
| 1. A1234-0 |
| 2. A1515-0 |
| 3. B1234-0 |
| 4. B1515-0 |
-------------------
[OK] [APPLY] [CANCEL]

Select "1. A1234-0" in listbox -> Select component "A1234-0".



I visited GTAC Solution center but couldn't find any sample code.
I would be appreciated if you could give me sample code.

Thanks in advance for your advice.



Windows7 Pro. 64bit
NX 7.5
 
Cowski, Thank you for your reply.

Actually I already solved by myself.
I'm using NX blockstyler and added some code in update_cb function.
It works well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top