10-13-2010 08:59 AM
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
10-14-2010 08:48 AM
Hi YG,
What language are you writing your OI in?
10-14-2010 09:21 AM
CVI 8.5 and TS 4.1
BR,
YG
10-14-2010 10:03 AM
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
10-14-2010 10:19 AM
I've logged as administrator. Please find attachments in order to understand what I mean
Thanks,
YG
10-14-2010 10:22 AM
Is your OI in editor mode? See ApplicationMgr.IsEditor.
10-14-2010 10:31 AM
Thanks a lot, James. It's work.