Absolute Arrengement is not rendering the components inside it

I was working on an app when the app decided to not show anymore the components inside the absolute arrengements.
The old ones render properly but the new ones don't show anything inside.

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.

export_and_upload_aia

MAS.aia (2.1 MB)

I updated my BlueStacks emulator to Companion version 2.76u and I see the Label on the Absolute Arrangement.

image

What version Companion are you using?

I notice you have in Project Properties the choice of Responsive Design, which gives you Screen sizes based on the number of pixels available on whatever device you use. But you specify fixed numbers of pixels for size, which goes against that architecture. Responsive sizing should be based on per centage of parent arrangements, based on Screen Width and Height captured at run time.

Why did you choose Absolute Arrangements instead of nested Horizontal and Vertical Arrangements? They are self aligning, if you do them right.

I also object to Table Arrangements. You can't match component row and column against the component tree in the Designer.