Need to fix the step() method in the example plugin and check back into repository.<br><br>(line 479): <br><br>CURRENTLY<br>if(!proceed(_model-&gt;getStep(s))) return(0);<br><br>SHOULD BE<br>if(!proceed(stepNumber)) return(0);<br>
<br><br>Then the example plugin compiles and executes.<br><br>Tim<br>