the function
mdlDialog_pushButtonActivate()
that works ok with PushButton , does not seem to work with PushButtonX
is there a different function to call to simulate button press ?
We can use a more common function as below to activate any type of items.
mdlDialog_rItemActivate(riP, 0, 0, 0, 0, 0, NULL, NULL);