Hi, EW team:
I have defined a normal profile for code generation, and another profile for simulation. When normal profile is used, the root APP is composed of a group Application. When simulation, the root APP is derived to variant APPSimulation, which is composed of Application and SimulationPanel. In order to enable communication between Application and SimulationPanel, I managed to make the root object available. But when I tried to reference SimulationPanel by APPSimulation.SimulationPanel, the studio told me that the definition of the class APPSimulation is unknow.
The profile simulation works because both Application and SimulationPanel are visible in APPSimulation, which as a variant takes the place of APP. But the class APPSimulation is illegal seen from the studio!
This is really confusing. I don't know if there is other way to do this work. Please help me.
Best regards.
Stephen