512 views
in GUI Development by
Hello

My GUI app need to be support keep some part (with animation) in parallel when screen transition.

Ex: I have setting and media screen. And I want to display calling status in both of them when transition.

How can I to do that ?

1 Answer

0 votes
by

Hello Francessco,

it is not very clear for me what you intent to achive. Do you want to display a separate component? If yes, you can show a GUI Component independently from the both Dialog components involved in the transition. If you want both Dialog components showing the same contents, you can design them accordingly dupplicating the shown contents. If the separate component should perform an animation during the Dialogs are in transition, implement the component as Dialog and present it simultanously with the transition. See the section Perform several Dialog transitions simultaneously.

Best regards

Paul Banach

by

@Paul: below is exactly what i need. Image X is keeped displaying in all of three screen

by

Hello Francessco,

you want the Image X being shown on top of the shown dialogs. The following thread addresses this application case GUI component on top of a dialog. Does it help you further?

Best regards

Paul Banach

 

by
Thx Paul. Let me try it !!!

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

...