424 views
in GUI Development by
Hi,

I created two screen Application and Application1.

How can I create a slot that go to the other screen Application1?

In the second Application screen I would like to insert an animated background.

How can I do this?

1 Answer

0 votes
by

Hi.

The application class is the root class of your entire UI application - this should be kept alive all the time. Of course, it is possible to shut down an application object and to create a different one - but this is not the typical approach.
Typically, your UI application consists of one application class and shows different UI components during runtime. This means, the application class manages the different screens, receives the user inputs, arranges its UI members...

Have you already seen the following articles:

How can I show a GUI component on the screen?

Creating and destroying user-interface components during runtime

Does this answer your question? Otherwise, please try to explain your ideas more detailed...

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...