Forum Discussion
Hi,
The problem is that the CNG Management dialog is mapped by using properties that are changed from one application build to another. I guess, you use the WndCaption property as an identification property for the object that corresponds to the CNG Management dialog, but the dialog caption is different for different builds. As a result, the problem occurs.
In this case, you can use wildcards to make mapping settings independent of changes in the dialog caption. For example, you can use the asterisk (*) wildcard in place of dynamic values. Actually, you can set the WndCaption identification property's value to CNG-Management *.
For more information on how to modify identification properties, please see http://smartbear.com/support/viewarticle/12451/.
For information on using wildcards, please see http://smartbear.com/support/viewarticle/18943/.