NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable Step Properties

I'm trying to implement Step Properties editor in my custom OI

by using TSUI_CommandsInsertKind (cmds, &errorInfo, TSUIConst_CommandKind_Edit_StepProperties, gMainWindow.sequenceFileViewMgr, -1, "", "", NULL).

Unfortunately the Properties popup  appears with all options disabled.

What is the way to resolve this problem?

Thanks

0 Kudos
Message 1 of 7
(3,897 Views)

Hi YG,

 

What language are you writing your OI in?

0 Kudos
Message 2 of 7
(3,872 Views)

CVI 8.5 and TS 4.1

BR,

YG

0 Kudos
Message 3 of 7
(3,870 Views)

Do you have a TestStand user logged in with the correct privileges? If you aren't using user privileges you can disable them with a station option.

 

-Doug

0 Kudos
Message 4 of 7
(3,864 Views)

I've logged as administrator. Please find attachments in order to understand what I mean

Thanks,

YG

Download All
0 Kudos
Message 5 of 7
(3,861 Views)

Is your OI in editor mode? See ApplicationMgr.IsEditor.

0 Kudos
Message 6 of 7
(3,855 Views)

Thanks a lot, James. It's work.

0 Kudos
Message 7 of 7
(3,852 Views)