03-17-2015 09:44 PM
Hi,
I want to create a custom step type that is a Label with an End step for labeling blocks of code.
I tried Custom substep with OnNewStep, and I put in the function OnNewStepWithEndStep from NIFlowControl.dll, but it's not working. By that I mean when I drop the Label step the end does not get dropped too.
I found this link, but it's lacking the detail I need. Thanks.
cc
03-18-2015 08:10 AM
There are 2 subproperties you need to change:
BlockEndTypes needs to be NI_Flow_End
AppliesToBlockStructure needs to be True
So if you expand your step in your type palette you should see those subproperties.
Hope this helps,