880 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...