dkasirajan
8 years agoContributor
How to name map for common objects but has different parent - for reusablity
We have two desktop application , but its child window / pop up window have same controls and functinality.
I want to reuse this controls and scripts by having common name mapping.
Only Parents are different how to create alias which can be used in both application .
Here by i have attached name mapping. Is there any way. please help me .
Thanks,
Devaki
The problem is, as I mention above, that you are not using what you actually have mapped.
Replace
Aliases.Revera_AnalysisMain_DiagnosticUtility.DependentSettingsDlg.rcpButtonProceed
with
Aliases.Revera_OperatorInterface.DependentSettingsDlg.rcpButtonProceed
Your mapping will handle if it's coming up as a different process due to the conditional mapping you're using. You can use this way of referencing no matter which of the two processes it is.