it is not created as id, but as objectName. I am saying that the objectName should be the id of button read from XML as follows:
<Group caption="Controls">
<Button caption="Start/Stop Measurement" id="acquisitionButton" />
<Button caption="Reconstruct" id="reconstructionButton" />
<Button caption="Rotate Camera View" id="rotateViewButton" />
</Group>
I read this with a model, then generate the buttons. The id is cruicial to connect with software from other machines. It has to be there. Do you suggest another objectName or ????
↧