435 views
in GUI Development by

Hello

I'm facing a problem as  below

I group yellow area into a class. When I move class following Y coordinate, some of part inside class not move correspoding.

Image1, Image2 transition Y+2 coordinate

Text1, Text2 still Y coordinate

Can anyone help me explain why

Thanks

1 Answer

0 votes
by

Hello Francessco,

without seeing the implementation it is difficult to find the reason for the described behavior.

Can you post the code that changes the position of your items Image1...Image4 and Text1...Text4?

In principle, if you change the vertical position of all items (e.g. via Item.Bounds.origin.y = Item.Bounds.origin.y + delta) all items should change their location.

Best regards,

Manfred

by
I group text & 1 into 1 class and it work now.

Any, I still don't know why how EW layout into Application Class
by

There is one chapter in our online documentation, describing the aspect component layout - hope this gives you some answers.

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

...