Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is it possible to open a presentation of some embedded object on clicking the button on Simulation presentation?

0
Posted

Is it possible to open a presentation of some embedded object on clicking the button on Simulation presentation?

0

Yes, to implement this, you need to substitute the line: getEngine().getPresentation().setPresentable( getEngine().getRoot() ); in the Action of this button for: getPresentation().setPresentable(((Main)getEngine().getRoot()).myClass); Here root active object class is named Main. This class contains embedded object named myClass. Click on the button will open the presentation of myClass, not the presentation of the root object.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123