<br>Hi,<br><br>I have created my own object panel deriving from pqObjectPanel. My plugin needs to check that the meshing program is in the path. In my ServerManagerConfiguration XML file I have the following:<br><br>8<----------------------------------------------------<br>
...<br><IntVectorProperty<br> name="ValidExeInfo"<br> command="isExecutableValid"<br> information_only="1"><br> <Documentation><br>
This returns whether a valid executable has been selected.<br> </Documentation><br></IntVectorProperty><br>...<br>---------------------------------------------------->8<br><br>In my ObjectPanel class I use the following to check it:<br>
<br>QVariant v = pqSMAdaptor::getElementProperty(proxy()->GetProperty("ValidExeInfo"));<br><br>This isExecutableValid function (defined as "int isExecutableValid()") is never called. Am I doing something wrong? This method works for StringVectorProperty...<br>
<br>Any help would be appreciated,<br>Paul<br><br>