Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Status
Not open for further replies.

fatdogs81

Mechanical
Sep 22, 2014
22
0
0
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
 
Replies continue below

Recommended for you

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.
Back
Top